Fix some quotation marks. Thanks to Alexander Levin for pointing it out.
[Rockbox.git] / manual / plugins / stopwatch.tex
blob72020364e9a0197be9a6c19cec2d8330c43d187a
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,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
12 & Quit Plugin \\
13 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
14 \opt{ONDIO_PAD}{\ButtonRight}
15 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
16 \opt{SANSA_E200_PAD}{\ButtonLeft}
17 & Start / stop \\
18 \opt{PLAYER_PAD}{\ButtonStop}
19 \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonLeft}
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown}
21 \opt{IRIVER_H10_PAD}{\ButtonRew}
22 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec}
23 & Reset timer (only when timer is stopped)\\
24 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
25 \opt{ONDIO_PAD}{\ButtonMenu}
26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
27 \opt{IRIVER_H10_PAD}{\ButtonFF}
28 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
29 & Take lap time \\
30 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft/\ButtonRight}
31 \opt{RECORDER_PAD,ONDIO_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp/\ButtonDown}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
33 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
34 & Scroll through lap times \\
35 \end{btnmap}
36 \end{table}