summaryrefslogtreecommitdiff
path: root/manual/plugins/lamp.tex
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2010-11-02 00:02:15 +0000
committerMarianne Arnold <pixelma@rockbox.org>2010-11-02 00:02:15 +0000
commitaee59094dba8d9c13f16e7667298be74b9cd60cd (patch)
treeb1e753b3772bb547229dffd942fb9d71988b62ac /manual/plugins/lamp.tex
parentbd46d82bf62d849bb4c7d4cf0a7857a4597b777d (diff)
downloadrockbox-aee59094dba8d9c13f16e7667298be74b9cd60cd.tar.gz
rockbox-aee59094dba8d9c13f16e7667298be74b9cd60cd.zip
Manual, lamp plugin button table: fix typo. Simplify and rearrange the code while at it to improve readability, especially with regards to the optional 3rd column for remote targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28441 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/lamp.tex')
-rw-r--r--manual/plugins/lamp.tex31
1 files changed, 19 insertions, 12 deletions
diff --git a/manual/plugins/lamp.tex b/manual/plugins/lamp.tex
index b99bcce983..81a90409dd 100644
--- a/manual/plugins/lamp.tex
+++ b/manual/plugins/lamp.tex
@@ -4,20 +4,27 @@ Lamp is a simple plugin to use your player as a lamp (flashlight, torch).
4You get an empty screen with maximum brightness. 4You get an empty screen with maximum brightness.
5\begin{btnmap} 5\begin{btnmap}
6 \opt{lcd_color}{ 6 \opt{lcd_color}{
7 \opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 7 \nopt{touchscreen}{\ButtonLeft{} / \ButtonRight}%
8 ,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 8 \opt{touchscreen}{\TouchMidLeft{} / \TouchMidRight}
9 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} 9 &
10 {\ButtonLeft/\ButtonRight} 10 \opt{HAVEREMOTEKEYMAP}{
11 \opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight} 11 & }
12 \opt{HAVEREMOTEKEYMAP}{& } 12 Toggle between colours
13 & Toggle between colours\\ 13 \\
14 Any ohter key 14
15 \opt{HAVEREMOTEKEYMAP}{& } 15 Any other key
16 & Quit\\ 16 &
17 \opt{HAVEREMOTEKEYMAP}{
18 & }
19 Quit
20 \\
17 } 21 }
18 \nopt{lcd_color}{ 22 \nopt{lcd_color}{
19 Any key 23 Any key
20 \opt{HAVEREMOTEKEYMAP}{& } 24 &
21 & Quit\\ 25 \opt{HAVEREMOTEKEYMAP}{
26 & }
27 Quit
28 \\
22 } 29 }
23\end{btnmap} 30\end{btnmap}