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/configure_rockbox/bookmarking.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'manual/configure_rockbox/bookmarking.tex') diff --git a/manual/configure_rockbox/bookmarking.tex b/manual/configure_rockbox/bookmarking.tex index 95e57d9bc3..8c61704e80 100644 --- a/manual/configure_rockbox/bookmarking.tex +++ b/manual/configure_rockbox/bookmarking.tex @@ -64,27 +64,27 @@ \begin{table} \begin{btnmap}{}{} \ActionStdNext - \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdNext} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext} & Selects the next bookmark.\\ % \ActionStdPrev - \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdPrev} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdPrev} & Selects the previous bookmark.\\ % \ActionStdOk - \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdOk} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk} & Resumes from the selected bookmark.\\ % \ActionStdCancel - \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdCancel} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel} & Exits Recent Bookmark menu\\ % \nopt{GIGABEAT_S_PAD}{\ActionBmDelete - \opt{IRIVER_RC_H100_PAD}{& \ActionRCBmDelete} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCBmDelete} & Deletes the currently selected bookmark\\} % \ActionStdContext - \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdContext} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext} & Enters the context menu for the selected bookmark.\\ \end{btnmap} \end{table} -- cgit v1.2.3