diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2010-06-23 23:18:33 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2010-06-23 23:18:33 +0000 |
commit | 0864fde69bb79b8c0437921554c086264999143d (patch) | |
tree | 2dda4ade8a140ebaa32672176550d730544802ca | |
parent | 0ff522dbe9e2a2af63fc0b0cadb142fc5ba662ef (diff) | |
download | rockbox-0864fde69bb79b8c0437921554c086264999143d.tar.gz rockbox-0864fde69bb79b8c0437921554c086264999143d.zip |
Plasma.tex button table: add the conditional third column for targets with HAVEREMOTEKEYMAP defined to all rows (fixes wrong placement and adds info). Make the button table more readable while at it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27100 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | manual/plugins/plasma.tex | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/manual/plugins/plasma.tex b/manual/plugins/plasma.tex index f0b84b5535..8b2cf8b88b 100644 --- a/manual/plugins/plasma.tex +++ b/manual/plugins/plasma.tex @@ -3,17 +3,30 @@ \screenshot{plugins/images/ss-plasma}{Plasma}{img:plasma} Plasma is a demo displaying a 80's style retro plasma effect. -\begin{btnmap} - \PluginUp{} / \PluginDown - \opt{scrollwheel}{/ \PluginScrollFwd{} / \PluginScrollBack} - \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown} - & Increase / decrease Frequency\\ + \begin{btnmap} + \PluginUp{} / \PluginDown + \opt{scrollwheel}{/ \PluginScrollFwd{} / \PluginScrollBack} + & + \opt{HAVEREMOTEKEYMAP}{\PluginRCUp{} / \PluginRCDown + &} + Increase / decrease Frequency + \\ + + \opt{lcd_color}{% + \PluginSelect + & + \opt{HAVEREMOTEKEYMAP}{\PluginRCSelect + &} + Change Color + \\ + }% + + \PluginCancel{} / \PluginExit + & + \opt{HAVEREMOTEKEYMAP}{\PluginRCCancel + \opt{IAUDIO_RC_PAD}{ / \PluginRCExit} + &} + Exit + \\ - \opt{lcd_color}{% - \PluginSelect - & Change Color\\ - }% - - \PluginCancel{} / \PluginExit - & Exit\\ -\end{btnmap} +\end{btnmap}
\ No newline at end of file |