summaryrefslogtreecommitdiff
path: root/manual/configure_rockbox/bookmarking.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-07-05 18:21:19 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-07-05 18:21:19 +0000
commit6f169b4373d4d59b657928cbf61eaead8fe9e58c (patch)
treed7bb9ffd5ee73402cd49aef3313690ad9b9a0c85 /manual/configure_rockbox/bookmarking.tex
parentf1034e00f6196c810466da66a9a24bf2e5f61272 (diff)
downloadrockbox-6f169b4373d4d59b657928cbf61eaead8fe9e58c.tar.gz
rockbox-6f169b4373d4d59b657928cbf61eaead8fe9e58c.zip
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
Diffstat (limited to 'manual/configure_rockbox/bookmarking.tex')
-rw-r--r--manual/configure_rockbox/bookmarking.tex12
1 files changed, 6 insertions, 6 deletions
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 @@
64\begin{table} 64\begin{table}
65 \begin{btnmap}{}{} 65 \begin{btnmap}{}{}
66 \ActionStdNext 66 \ActionStdNext
67 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdNext} 67 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdNext}
68 & Selects the next bookmark.\\ 68 & Selects the next bookmark.\\
69 % 69 %
70 \ActionStdPrev 70 \ActionStdPrev
71 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdPrev} 71 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdPrev}
72 & Selects the previous bookmark.\\ 72 & Selects the previous bookmark.\\
73 % 73 %
74 \ActionStdOk 74 \ActionStdOk
75 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdOk} 75 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
76 & Resumes from the selected bookmark.\\ 76 & Resumes from the selected bookmark.\\
77 % 77 %
78 \ActionStdCancel 78 \ActionStdCancel
79 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdCancel} 79 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
80 & Exits Recent Bookmark menu\\ 80 & Exits Recent Bookmark menu\\
81 % 81 %
82 \nopt{GIGABEAT_S_PAD}{\ActionBmDelete 82 \nopt{GIGABEAT_S_PAD}{\ActionBmDelete
83 \opt{IRIVER_RC_H100_PAD}{& \ActionRCBmDelete} 83 \opt{HAVEREMOTEKEYMAP}{& \ActionRCBmDelete}
84 & Deletes the currently selected bookmark\\} 84 & Deletes the currently selected bookmark\\}
85 % 85 %
86 \ActionStdContext 86 \ActionStdContext
87 \opt{IRIVER_RC_H100_PAD}{& \ActionRCStdContext} 87 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
88 & Enters the context menu for the selected bookmark.\\ 88 & Enters the context menu for the selected bookmark.\\
89 \end{btnmap} 89 \end{btnmap}
90\end{table} 90\end{table}