Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
[kugel-rb.git] / manual / plugins / stopwatch.tex
blob1c13c6defb03758b3dabe53a2341e355444a5f2d
1 \subsection{Stopwatch}
2 \screenshot{plugins/images/ss-stopwatch}{Stopwatch}{fig:stopwatch}
4 A simple stopwatch program with support for saving times.
6 \begin{table}
7 \begin{btnmap}{}{}
8 \opt{PLAYER_PAD}{\ButtonMenu}
9 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
11 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
12 ,MROBE100_PAD}{\ButtonPower}
13 \opt{GIGABEAT_S_PAD}{\ButtonBack}
14 \opt{HAVEREMOTEKEYMAP}{& }
15 & Quit Plugin \\
17 \opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
18 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD%
20 ,IPOD_3G_PAD}{\ButtonSelect}
21 \opt{HAVEREMOTEKEYMAP}{& }
22 & Start / stop \\
24 \opt{PLAYER_PAD}{\ButtonStop}
25 \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
26 ,SANSA_C200_PAD}{\ButtonLeft}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown}
28 \opt{IRIVER_H10_PAD}{\ButtonRew}
29 \opt{IAUDIO_X5_PAD}{\ButtonRec}
30 \opt{GIGABEAT_PAD}{\ButtonA}
31 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
32 \opt{MROBE100_PAD}{\ButtonDisplay}
33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Reset timer (only when timer is stopped)\\
36 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
37 \opt{ONDIO_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
39 \opt{IRIVER_H10_PAD}{\ButtonFF}
40 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
41 \opt{HAVEREMOTEKEYMAP}{& }
42 & Take lap time \\
44 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft{} / \ButtonRight}
45 \opt{RECORDER_PAD,ONDIO_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
46 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
48 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
49 \opt{HAVEREMOTEKEYMAP}{& }
50 & Scroll through lap times \\
51 \end{btnmap}
52 \end{table}