summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-06-23 23:18:33 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-06-23 23:18:33 +0000
commit0864fde69bb79b8c0437921554c086264999143d (patch)
tree2dda4ade8a140ebaa32672176550d730544802ca
parent0ff522dbe9e2a2af63fc0b0cadb142fc5ba662ef (diff)
downloadrockbox-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.tex39
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 @@
3\screenshot{plugins/images/ss-plasma}{Plasma}{img:plasma} 3\screenshot{plugins/images/ss-plasma}{Plasma}{img:plasma}
4Plasma is a demo displaying a 80's style retro plasma effect. 4Plasma is a demo displaying a 80's style retro plasma effect.
5 5
6\begin{btnmap} 6 \begin{btnmap}
7 \PluginUp{} / \PluginDown 7 \PluginUp{} / \PluginDown
8 \opt{scrollwheel}{/ \PluginScrollFwd{} / \PluginScrollBack} 8 \opt{scrollwheel}{/ \PluginScrollFwd{} / \PluginScrollBack}
9 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown} 9 &
10 & Increase / decrease Frequency\\ 10 \opt{HAVEREMOTEKEYMAP}{\PluginRCUp{} / \PluginRCDown
11 &}
12 Increase / decrease Frequency
13 \\
14
15 \opt{lcd_color}{%
16 \PluginSelect
17 &
18 \opt{HAVEREMOTEKEYMAP}{\PluginRCSelect
19 &}
20 Change Color
21 \\
22 }%
23
24 \PluginCancel{} / \PluginExit
25 &
26 \opt{HAVEREMOTEKEYMAP}{\PluginRCCancel
27 \opt{IAUDIO_RC_PAD}{ / \PluginRCExit}
28 &}
29 Exit
30 \\
11 31
12 \opt{lcd_color}{% 32\end{btnmap} \ No newline at end of file
13 \PluginSelect
14 & Change Color\\
15 }%
16
17 \PluginCancel{} / \PluginExit
18 & Exit\\
19\end{btnmap}