From 6f169b4373d4d59b657928cbf61eaead8fe9e58c Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Sun, 5 Jul 2009 18:21:19 +0000 Subject: Manual: clean up some things related to the inclusion of the remotes. For button tables that use the 'Action' defines use HAVEREMOTEKEYMAP instead of the IRIVER_RC_H100_PAD so that the commands defined in the remote-keymap platform files will automatically be used. If a remote does not have all actions assigned, we can still define these commands but leave them empty. There will be some exceptions but this is still better than long opt lists. - Revert the changes to nim.tex (a Player only plugin) and splitedit.tex (bitmap Archos only) in the plugins section. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21666 a1c6a512-1295-4272-9138-f99709370657 --- manual/main_menu/fmradio.tex | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'manual/main_menu/fmradio.tex') diff --git a/manual/main_menu/fmradio.tex b/manual/main_menu/fmradio.tex index 1763e074c2..f2bdfbf10d 100644 --- a/manual/main_menu/fmradio.tex +++ b/manual/main_menu/fmradio.tex @@ -22,16 +22,20 @@ \begin{table} \begin{btnmap}{}{} \ActionFMPrev, \ActionFMNext - \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPrev, \ActionRCFMNext} + \opt{HAVEREMOTEKEYMAP}{& \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} + \opt{HAVEREMOTEKEYMAP}{& Long \ActionRCFMPrev, Long \ActionRCFMNext} & Seek to next station or preset in \setting{SCAN} mode.\\ % \ActionFMSettingsInc, \ActionFMSettingsDec - \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMVolUp, \ActionRCFMVolDown} + \opt{HAVEREMOTEKEYMAP}{ + & + \opt{IRIVER_RC_H100_PAD}{\ActionRCFMVolUp, \ActionRCFMVolDown}% + \nopt{IRIVER_RC_H100_PAD}{\ActionRCFMSettingsInc, \ActionRCFMSettingsDec}% + } & Change volume.\\ \opt{RECORDER_PAD}{ \ButtonPlay @@ -41,30 +45,30 @@ % \ActionFMExit - \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMExit} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMExit} & Leave the radio screen with the radio playing.\\ % \ActionFMStop - \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMStop} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMStop} & Stops the radio and returns to \setting{Main Menu}.\\% % \nopt{ONDIO_PAD}{% \nopt{RECORDER_PAD}{\ActionFMPlay - \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPlay} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMPlay} & Mutes radio playback.\\}% % \ActionFMMode - \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMMode} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMode} & Switches between \setting{SCAN} and \setting{PRESET} mode.\\ % \ActionFMPreset - \opt{IRIVER_RC_H100_PAD}{& \ActionRCFMPreset} + \opt{HAVEREMOTEKEYMAP}{& \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} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCFMMenu} & Displays the FM radio settings menu.\\ \end{btnmap} \end{table} -- cgit v1.2.3