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:
parent
0ff522dbe9
commit
0864fde69b
1 changed files with 26 additions and 13 deletions
|
|
@ -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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue