1
0
Fork 0
forked from len0rd/rockbox

Add remote keymapping to the manual for the iriver H100. Plugins have not yet been done and currently just have a blank column. Most plugins only quit via the remote anyway at this point. Please notify of any errors/omissions (I'm sure there are some).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21547 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2009-06-28 18:02:04 +00:00
parent 7df759c951
commit 41ff287e07
67 changed files with 475 additions and 74 deletions

View file

@ -22,13 +22,16 @@
\begin{table}
\begin{btnmap}{}{}
\ActionFMPrev, \ActionFMNext
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPrev, \ActionRCFMNext}
& Change frequency in \setting{SCAN} mode or jump to next/previous
station in \setting{PRESET} mode\\
%
Long \ActionFMPrev, \ActionFMNext
\opt{IRIVER_RC_H100_PAD}{& Long \ActionRCFMPrev, Long \ActionRCFMNext}
& Seek to next station or preset in \setting{SCAN} mode.\\
%
\ActionFMSettingsInc, \ActionFMSettingsDec
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMVolUp, \ActionRCFMVolDown}
& Change volume.\\
\opt{RECORDER_PAD}{
\ButtonPlay
@ -38,23 +41,30 @@
%
\ActionFMExit
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMExit}
& Leave the radio screen with the radio playing.\\
%
\ActionFMStop
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMStop}
& Stops the radio and returns to \setting{Main Menu}.\\%
%
\nopt{ONDIO_PAD}{%
\nopt{RECORDER_PAD}{\ActionFMPlay & Mutes radio playback.\\}%
\nopt{RECORDER_PAD}{\ActionFMPlay
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPlay}
& Mutes radio playback.\\}%
%
\ActionFMMode
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMMode}
& Switches between \setting{SCAN} and \setting{PRESET} mode.\\
%
\ActionFMPreset
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPreset}
& Opens a list of radio presets. You can view all the presets that
you have, and switch to the station.\\
}%
%
\ActionFMMenu
\opt{IRIVER_RC_H100_PAD}{& \ActionRCFMMenu}
& Displays the FM radio settings menu.\\
\end{btnmap}
\end{table}