summaryrefslogtreecommitdiffstats
path: root/manual/plugins/nim.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/plugins/nim.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/plugins/nim.tex')
-rw-r--r--manual/plugins/nim.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/plugins/nim.tex b/manual/plugins/nim.tex
index 94d64231b7..332af0cc8a 100644
--- a/manual/plugins/nim.tex
+++ b/manual/plugins/nim.tex
@@ -8,10 +8,10 @@ last match loses. You can take up to twice as many matches as the
\begin{table}
\begin{btnmap}{}{}
-\ButtonLeft \opt{IRIVER_RC_H100_PAD}{&} & Decrease the number of matches \\
-\ButtonRight \opt{IRIVER_RC_H100_PAD}{&} & Increase the number of matches \\
-\ButtonPlay \opt{IRIVER_RC_H100_PAD}{&} & Remove the number of matches you have selected \\
-\ButtonStop \opt{IRIVER_RC_H100_PAD}{&} & Exit the game \\
+\ButtonLeft & Decrease the number of matches \\
+\ButtonRight & Increase the number of matches \\
+\ButtonPlay & Remove the number of matches you have selected \\
+\ButtonStop & Exit the game \\
\end{btnmap}
\end{table}