diff options
author | Paul Louden <paulthenerd@gmail.com> | 2007-11-23 13:01:09 +0000 |
---|---|---|
committer | Paul Louden <paulthenerd@gmail.com> | 2007-11-23 13:01:09 +0000 |
commit | f7f7967943b273b6c9b8212df1db9c3713ece013 (patch) | |
tree | f072dd181b2667c9b21538aea3436450bc442ec9 /manual | |
parent | 482e839ea987e9aacec82389fc8a67c075800583 (diff) |
More fixes for the e200 manual: Proper keymap for the FM screen
(assuming no more mistakes) and fix a typo for the Recording screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15773 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/main_menu/fmradio.tex | 12 | ||||
-rw-r--r-- | manual/platform/e200.tex | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex index f031a4fbb8..be740e2ecd 100644 --- a/manual/main_menu/fmradio.tex +++ b/manual/main_menu/fmradio.tex @@ -36,12 +36,13 @@ \opt{ONDIO_PAD}{Long \ButtonOff} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} \opt{IAUDIO_X5_PAD}{\ButtonRec} - \opt{SANSA_E200_PAD}{\ButtonPower} + \opt{SANSA_E200_PAD}{\ButtonDown} & Leave the radio screen with the radio playing.\\ % \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} {\ButtonOff} \opt{IAUDIO_X5_PAD}{\ButtonPower} + \opt{SANSA_E200_PAD}{\ButtonPower} & Stops the radio and returns to \setting{Main Menu}.\\ % \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn & Mutes radio playback.\\} @@ -55,18 +56,17 @@ & Switches between \setting{SCAN} and \setting{PRESET} mode.\\ } % - \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{ + \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{ \opt{RECORDER_PAD}{\ButtonFTwo} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} - \opt{SANSA_E200_PAD}{\ButtonSelect} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonSelect} & Opens a list of radio presets. You can view all the presets that you have, and switch to the station.\\ } % \opt{RECORDER_PAD}{\ButtonFOne} \opt{ONDIO_PAD}{Long \ButtonMenu} - \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{Long \ButtonSelect} - \opt{SANSA_E200_PAD}{\ButtonDown} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{Long \ButtonSelect} + & Displays the FM radio settings menu.\\ \end{btnmap} \end{table} diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index 76811be5a3..0e44201edd 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -110,7 +110,7 @@ %Button actions, Recording screen context \newcommand{\ActionRecPause}{\ButtonUp} -\newcommand{\ActionRecExit}{\ButtonDown} +\newcommand{\ActionRecExit}{\ButtonPower} \newcommand{\ActionRecNewfile}{\ButtonRec} \newcommand{\ActionRecMenu}{\ButtonDown} \newcommand{\ActionSettingsInc}{\ButtonRight} |