mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
This commit is contained in:
parent
f1034e00f6
commit
6f169b4373
8 changed files with 89 additions and 84 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue