forked from len0rd/rockbox
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
This commit is contained in:
parent
482e839ea9
commit
f7f7967943
2 changed files with 7 additions and 7 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue