From: pixelma Date: Wed, 23 Jun 2010 23:18:33 +0000 (+0000) Subject: Plasma.tex button table: add the conditional third column for targets with HAVEREMOTE... X-Git-Url: https://repo.or.cz/w/kugel-rb.git/commitdiff_plain/f7d8c0615d0e62df0ee84ec2e92462e4b9947f97 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 --- diff --git a/manual/plugins/plasma.tex b/manual/plugins/plasma.tex dissimilarity index 69% index f0b84b553..8b2cf8b88 100644 --- a/manual/plugins/plasma.tex +++ b/manual/plugins/plasma.tex @@ -1,19 +1,32 @@ -% $Id$ % -\subsection{Plasma} -\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\\ - - \opt{lcd_color}{% - \PluginSelect - & Change Color\\ - }% - - \PluginCancel{} / \PluginExit - & Exit\\ -\end{btnmap} +% $Id$ % +\subsection{Plasma} +\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 + \\ + + \opt{lcd_color}{% + \PluginSelect + & + \opt{HAVEREMOTEKEYMAP}{\PluginRCSelect + &} + Change Color + \\ + }% + + \PluginCancel{} / \PluginExit + & + \opt{HAVEREMOTEKEYMAP}{\PluginRCCancel + \opt{IAUDIO_RC_PAD}{ / \PluginRCExit} + &} + Exit + \\ + +\end{btnmap} \ No newline at end of file