diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2010-06-30 17:36:21 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2010-06-30 17:36:21 +0000 |
commit | 3e599f4d379aeaa7ce5861c9818028e6d02d4490 (patch) | |
tree | 43f7ddc216275d8ff2316ebe8b9a7a860719f12c /manual/plugins | |
parent | 40f33f0e308278548534260e3adf932a418238fa (diff) |
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
Diffstat (limited to 'manual/plugins')
-rw-r--r-- | manual/plugins/mazezam.tex | 17 |
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. \begin{btnmap} \opt{IPOD_3G_PAD}{\ButtonScrollBack, \ButtonScrollFwd, \ButtonLeft, \ButtonRight} - \nopt{IPOD_3G_PAD}{\PluginUp, \PluginDown, \PluginLeft, PluginRight} - \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, PluginRCRight} - & Move Character\\ + \nopt{IPOD_3G_PAD}{\PluginUp, \PluginDown, \PluginLeft, \PluginRight} + & + \opt{HAVEREMOTEKEYMAP}{ + \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight + &} + Move Character + \\ \opt{IPOD_3G_PAD}{\ButtonMenu} \nopt{IPOD_3G_PAD}{\PluginCancel} - \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel} - & Menu\\ + & + \opt{HAVEREMOTEKEYMAP}{\PluginRCCancel + &} + Menu + \\ \end{btnmap} |