Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
[kugel-rb.git] / manual / plugins / bounce.tex
blobef830221a438474199e2bbbf809cb74c14f59217
1 \subsection{Bounce}
2 \screenshot{plugins/images/ss-bounce}{Bounce}{img:bounce}
3 This demo is of the word ``Rockbox'' bouncing across the screen.
4 \opt{rtc}{There is also an analogue clock in the background.}
5 In \setting{Scroll mode} the bouncing text is replaced by a different one
6 scrolling from right to left.
8 \begin{table}
9 \begin{btnmap}{}{}
10 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
11 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
12 {\ButtonUp\ /\ \ButtonDown}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd}
14 \opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp}
15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Moves to next/previous option\\
17 \ButtonLeft\ /\ \ButtonRight
18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Increases/decreases option value\\
20 \opt{RECORDER_PAD}{\ButtonOn}
21 \opt{ONDIO_PAD}{\ButtonMenu}
22 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}
23 {\ButtonSelect}
24 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
25 \opt{GIGABEAT_PAD}{\ButtonA}
26 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
27 \opt{MROBE100_PAD}{\ButtonDisplay}
28 \opt{HAVEREMOTEKEYMAP}{& }
29 & Toggles Scroll mode\\
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
32 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
33 \opt{GIGABEAT_S_PAD}{\ButtonBack}
34 \opt{HAVEREMOTEKEYMAP}{& }
35 & Exits bounce demo\\
36 \end{btnmap}
37 \end{table}
39 Available options are:
41 \begin{description}
42 \item[Xdist/Ydist.] The distance to X axis and Y axis
43 respectively
44 \item[Xadd/Yadd.]How fast the code moves on the sine curve on
45 each axis
46 \item[Xsane/Ysane.] Changes the appearance of the bouncing.
47 \end{description}