summaryrefslogtreecommitdiff
path: root/manual/plugins/nim.tex
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
committerAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
commit8d194f08d784d221897c024f295003ea73b957d6 (patch)
tree0ad44f45940fcdb4ec62add85f362516f556c46c /manual/plugins/nim.tex
parent308522b60e98dc8fda31f3b35de70aa473062257 (diff)
downloadrockbox-8d194f08d784d221897c024f295003ea73b957d6.tar.gz
rockbox-8d194f08d784d221897c024f295003ea73b957d6.zip
Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether tables have been edited for the specific remote keymap. The actual button can be added inside this opt. Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 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 332af0cc8a..439bfa9118 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
8 8
9\begin{table} 9\begin{table}
10\begin{btnmap}{}{} 10\begin{btnmap}{}{}
11\ButtonLeft & Decrease the number of matches \\ 11\ButtonLeft \opt{HAVEREMOTEKEYMAP}{& } & Decrease the number of matches \\
12\ButtonRight & Increase the number of matches \\ 12\ButtonRight \opt{HAVEREMOTEKEYMAP}{& } & Increase the number of matches \\
13\ButtonPlay & Remove the number of matches you have selected \\ 13\ButtonPlay \opt{HAVEREMOTEKEYMAP}{& } & Remove the number of matches you have selected \\
14\ButtonStop & Exit the game \\ 14\ButtonStop \opt{HAVEREMOTEKEYMAP}{& } & Exit the game \\
15\end{btnmap} 15\end{btnmap}
16\end{table} 16\end{table}
17 17