summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-06-30 17:36:21 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-06-30 17:36:21 +0000
commit3e599f4d379aeaa7ce5861c9818028e6d02d4490 (patch)
tree43f7ddc216275d8ff2316ebe8b9a7a860719f12c
parent40f33f0e308278548534260e3adf932a418238fa (diff)
downloadrockbox-3e599f4d379aeaa7ce5861c9818028e6d02d4490.tar.gz
rockbox-3e599f4d379aeaa7ce5861c9818028e6d02d4490.zip
MazezaM button table: prepend \ to PluginRight resp. PluginRCRight to make them proper commands as intended. Rearrange the code to improve readabilty while at it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27197 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/mazezam.tex17
1 files changed, 12 insertions, 5 deletions
diff --git a/manual/plugins/mazezam.tex b/manual/plugins/mazezam.tex
index ae22327c55..26b18a2375 100644
--- a/manual/plugins/mazezam.tex
+++ b/manual/plugins/mazezam.tex
@@ -14,12 +14,19 @@ Luckily, there are checkpoints at levels four and eight.
14 14
15\begin{btnmap} 15\begin{btnmap}
16 \opt{IPOD_3G_PAD}{\ButtonScrollBack, \ButtonScrollFwd, \ButtonLeft, \ButtonRight} 16 \opt{IPOD_3G_PAD}{\ButtonScrollBack, \ButtonScrollFwd, \ButtonLeft, \ButtonRight}
17 \nopt{IPOD_3G_PAD}{\PluginUp, \PluginDown, \PluginLeft, PluginRight} 17 \nopt{IPOD_3G_PAD}{\PluginUp, \PluginDown, \PluginLeft, \PluginRight}
18 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, PluginRCRight} 18 &
19 & Move Character\\ 19 \opt{HAVEREMOTEKEYMAP}{
20 \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight
21 &}
22 Move Character
23 \\
20 24
21 \opt{IPOD_3G_PAD}{\ButtonMenu} 25 \opt{IPOD_3G_PAD}{\ButtonMenu}
22 \nopt{IPOD_3G_PAD}{\PluginCancel} 26 \nopt{IPOD_3G_PAD}{\PluginCancel}
23 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} 27 &
24 & Menu\\ 28 \opt{HAVEREMOTEKEYMAP}{\PluginRCCancel
29 &}
30 Menu
31 \\
25\end{btnmap} 32\end{btnmap}