summaryrefslogtreecommitdiff
path: root/manual/main_menu/fmradio.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-06-28 18:02:04 +0000
committerAlex Parker <rockbox@aeparker.com>2009-06-28 18:02:04 +0000
commit41ff287e07d555f5f667812003dcf2f8fd86eec3 (patch)
treeb093babb95238be7961dc8123ba9a22699c5317c /manual/main_menu/fmradio.tex
parent7df759c95107bc8e5f9a6ba17f77114fa9d80357 (diff)
downloadrockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.tar.gz
rockbox-41ff287e07d555f5f667812003dcf2f8fd86eec3.zip
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
Diffstat (limited to 'manual/main_menu/fmradio.tex')
-rw-r--r--manual/main_menu/fmradio.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex
index 952300c251..1763e074c2 100644
--- a/manual/main_menu/fmradio.tex
+++ b/manual/main_menu/fmradio.tex
@@ -22,13 +22,16 @@
22 \begin{table} 22 \begin{table}
23 \begin{btnmap}{}{} 23 \begin{btnmap}{}{}
24 \ActionFMPrev, \ActionFMNext 24 \ActionFMPrev, \ActionFMNext
25 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPrev, \ActionRCFMNext}
25 & Change frequency in \setting{SCAN} mode or jump to next/previous 26 & Change frequency in \setting{SCAN} mode or jump to next/previous
26 station in \setting{PRESET} mode\\ 27 station in \setting{PRESET} mode\\
27 % 28 %
28 Long \ActionFMPrev, \ActionFMNext 29 Long \ActionFMPrev, \ActionFMNext
30 \opt{IRIVER_RC_H100_PAD}{& Long \ActionRCFMPrev, Long \ActionRCFMNext}
29 & Seek to next station or preset in \setting{SCAN} mode.\\ 31 & Seek to next station or preset in \setting{SCAN} mode.\\
30 % 32 %
31 \ActionFMSettingsInc, \ActionFMSettingsDec 33 \ActionFMSettingsInc, \ActionFMSettingsDec
34 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMVolUp, \ActionRCFMVolDown}
32 & Change volume.\\ 35 & Change volume.\\
33 \opt{RECORDER_PAD}{ 36 \opt{RECORDER_PAD}{
34 \ButtonPlay 37 \ButtonPlay
@@ -38,23 +41,30 @@
38 41
39 % 42 %
40 \ActionFMExit 43 \ActionFMExit
44 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMExit}
41 & Leave the radio screen with the radio playing.\\ 45 & Leave the radio screen with the radio playing.\\
42 % 46 %
43 \ActionFMStop 47 \ActionFMStop
48 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMStop}
44 & Stops the radio and returns to \setting{Main Menu}.\\% 49 & Stops the radio and returns to \setting{Main Menu}.\\%
45 % 50 %
46 \nopt{ONDIO_PAD}{% 51 \nopt{ONDIO_PAD}{%
47 \nopt{RECORDER_PAD}{\ActionFMPlay & Mutes radio playback.\\}% 52 \nopt{RECORDER_PAD}{\ActionFMPlay
53 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPlay}
54 & Mutes radio playback.\\}%
48 % 55 %
49 \ActionFMMode 56 \ActionFMMode
57 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMMode}
50 & Switches between \setting{SCAN} and \setting{PRESET} mode.\\ 58 & Switches between \setting{SCAN} and \setting{PRESET} mode.\\
51 % 59 %
52 \ActionFMPreset 60 \ActionFMPreset
61 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPreset}
53 & Opens a list of radio presets. You can view all the presets that 62 & Opens a list of radio presets. You can view all the presets that
54 you have, and switch to the station.\\ 63 you have, and switch to the station.\\
55 }% 64 }%
56 % 65 %
57 \ActionFMMenu 66 \ActionFMMenu
67 \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMMenu}
58 & Displays the FM radio settings menu.\\ 68 & Displays the FM radio settings menu.\\
59 \end{btnmap} 69 \end{btnmap}
60 \end{table} 70 \end{table}