From 0864fde69bb79b8c0437921554c086264999143d Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Wed, 23 Jun 2010 23:18:33 +0000 Subject: 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 --- manual/plugins/plasma.tex | 39 ++++++++++++++++++++++++++------------- 1 file 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 -- cgit