1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Marianne Arnold 2010-06-23 23:18:33 +00:00
parent 0ff522dbe9
commit 0864fde69b

View file

@ -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}