summaryrefslogtreecommitdiff
path: root/manual/plugins/stopwatch.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/stopwatch.tex')
-rw-r--r--manual/plugins/stopwatch.tex44
1 files changed, 21 insertions, 23 deletions
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index 0e3f0623ba..0057797020 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -5,34 +5,32 @@ A simple stopwatch program with support for saving times.
5 5
6\begin{table} 6\begin{table}
7\begin{btnmap}{}{} 7\begin{btnmap}{}{}
8\opt{player}{\ButtonMenu} 8\opt{PLAYER_PAD}{\ButtonMenu}
9\opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff} 9\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
10\opt{ondio}{\ButtonOff} 10\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
11\opt{ipodcolor,ipodnano}{\ButtonMenu} 11\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}
12\opt{SANSA_E200_PAD}{\ButtonPower}
13& Quit Plugin \\ 12& Quit Plugin \\
14\opt{player,recorder,recorderv2fm}{\ButtonPlay} 13\opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
15\opt{ondio}{\ButtonRight} 14\opt{ONDIO_PAD}{\ButtonRight}
16\opt{h1xx,h300}{\ButtonSelect} 15\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
17\opt{ipodcolor,ipodnano}{\ButtonPlay}
18\opt{SANSA_E200_PAD}{\ButtonLeft} 16\opt{SANSA_E200_PAD}{\ButtonLeft}
19& Start / stop \\ 17& Start / stop \\
20\opt{player}{\ButtonStop} 18\opt{PLAYER_PAD}{\ButtonStop}
21\opt{recorder,recorderv2fm,ondio}{\ButtonLeft} 19\opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
22\opt{h1xx,h300}{\ButtonDown} 20\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown}
23\opt{ipodcolor,ipodnano}{\fixme{Unknown}} 21\opt{IRIVER_H10_PAD}{\ButtonRew}
24\opt{SANSA_E200_PAD}{\ButtonRec} 22\opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonRec}
25& Reset timer (only when timer is stopped)\\ 23& Reset timer (only when timer is stopped)\\
26\opt{player,recorder,recorderv2fm}{\ButtonOn} 24\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
27\opt{ondio}{\ButtonMenu} 25\opt{ONDIO_PAD}{\ButtonMenu}
28\opt{h1xx,h300}{\ButtonOn} 26\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
29\opt{ipodcolor,ipodnano}{\fixme{Unknown}} 27\opt{IRIVER_H10_PAD}{\ButtonFF}
30\opt{SANSA_E200_PAD}{\ButtonSelect} 28\opt{IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonSelect}
31& Take lap time \\ 29& Take lap time \\
32\opt{player,h1xx,h300,ipodcolor,ipodnano}{\ButtonLeft/\ButtonRight} 30\opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft/\ButtonRight}
33\opt{recorder,recorderv2fm}{\ButtonDown/\ButtonUp} 31\opt{RECORDER_PAD,ONDIO_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}{\ButtonUp/\ButtonDown}
34\opt{ondio}{\ButtonUp/\ButtonDown} 32\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
35\opt{SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown} 33\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
36& Scroll through lap times \\ 34& Scroll through lap times \\
37\end{btnmap} 35\end{btnmap}
38\end{table} 36\end{table}