summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
authorJean-Louis Biasini <jlbiasini@gmail.com>2012-02-11 16:27:32 +0100
committerThomas Martitz <kugel@rockbox.org>2012-02-24 13:11:51 +0100
commit7c215b1be86a1ceb0063b976c3521d908f35c9fe (patch)
tree897cc70e3ec6c0e4045f6466bded1f71626d1238 /manual/plugins
parent35153885c14b78f46a5b3b7588aa17b8df19c691 (diff)
downloadrockbox-7c215b1be86a1ceb0063b976c3521d908f35c9fe.tar.gz
rockbox-7c215b1be86a1ceb0063b976c3521d908f35c9fe.zip
bounce's plugin PLA integration (main code + manual)
1) this patch replace all keymaps with PLA ones. 2) the patch also do the required change to the manual in order to match code's changes. 3) it also add an alternative exit button (PLA_EXIT or PLA_CANCEL) 4) Also cut out the remote control related mapping as PLA handle remote controls his own way so that we don't need them anymore 5) change scrollwheel mapping in order to have it controlling the value of selected field unstead of field selection Change-Id: I023122d45a8337fad1e8ed8be12d4c928bdd1292 Reviewed-on: http://gerrit.rockbox.org/106 Reviewed-by: Thomas Martitz <kugel@rockbox.org> Tested-by: Thomas Martitz <kugel@rockbox.org>
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/bounce.tex53
1 files changed, 14 insertions, 39 deletions
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex
index cf554da658..fe26c67198 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -6,48 +6,23 @@ In \setting{Scroll mode} the bouncing text is replaced by a different one
6scrolling from right to left. 6scrolling from right to left.
7 7
8\begin{btnmap} 8\begin{btnmap}
9\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 9 \PluginUp / \PluginDown
10 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} 10 \opt{HAVEREMOTEKEYMAP}{& }
11 {\ButtonUp\ /\ \ButtonDown} 11 & Moves to next/previous option\\
12\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}% 12 \nopt{scrollwheel} {
13 {\ButtonScrollBack\ /\ \ButtonScrollFwd} 13 \PluginRight{} / \PluginLeft
14\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp} 14 }
15\opt{COWON_D2_PAD}{\TouchBottomMiddle{} / \TouchTopMiddle} 15 \opt{scrollwheel} {
16\opt{MPIO_HD200_PAD}{\ButtonRew / \ButtonFF} 16 \PluginScrollFwd{} / \PluginScrollBack
17 }
17 \opt{HAVEREMOTEKEYMAP}{& } 18 \opt{HAVEREMOTEKEYMAP}{& }
18& Moves to next/previous option\\ 19 & Increases/decreases option value\\
19\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 20 \PluginSelect
20 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD%
21 ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
22 {\ButtonRight{} / \ButtonLeft}
23\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
24\opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp}
25\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
26 \opt{HAVEREMOTEKEYMAP}{& } 21 \opt{HAVEREMOTEKEYMAP}{& }
27& Increases/decreases option value\\ 22 & Toggles Scroll mode\\
28\opt{RECORDER_PAD}{\ButtonOn} 23 \PluginCancel{} or \PluginExit
29\opt{ONDIO_PAD}{\ButtonMenu}
30\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
31 ,SANSA_C200_PAD,SANSA_FUZE_PAD}
32 {\ButtonSelect}
33\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonPlay}
34\opt{GIGABEAT_PAD}{\ButtonA}
35\opt{GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
36\opt{MROBE100_PAD}{\ButtonDisplay}
37\opt{MPIO_HD200_PAD}{\ButtonFunc}
38 \opt{HAVEREMOTEKEYMAP}{& } 24 \opt{HAVEREMOTEKEYMAP}{& }
39& Toggles Scroll mode\\ 25 & Exits bounce demo\\
40\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
41\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
42\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
43 ,COWON_D2_PAD}{\ButtonPower}
44\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
45\opt{GIGABEAT_S_PAD}{\ButtonBack}
46\opt{PBELL_VIBE500_PAD}{\ButtonRec}
47\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
48\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
49 \opt{HAVEREMOTEKEYMAP}{& }
50& Exits bounce demo\\
51\end{btnmap} 26\end{btnmap}
52 27
53Available options are: 28Available options are: