7bdd03a118
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10770 a1c6a512-1295-4272-9138-f99709370657
33 lines
1 KiB
TeX
33 lines
1 KiB
TeX
\subsection{Stopwatch}
|
|
\screenshot{plugins/images/ss-stopwatch}{Stopwatch}{fig:stopwatch}
|
|
|
|
A simple stopwatch program with support for saving times.
|
|
|
|
\begin{table}
|
|
\begin{btnmap}{}{}
|
|
\opt{player}{\ButtonMenu}
|
|
\opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff}
|
|
\opt{ondio}{\ButtonOff}
|
|
\opt{ipodcolor,ipodnano}{\ButtonMenu}
|
|
& Quit Plugin \\
|
|
\opt{player,recorder,recorderv2fm}{\ButtonPlay}
|
|
\opt{ondio}{\ButtonRight}
|
|
\opt{h1xx,h300}{\ButtonSelect}
|
|
\opt{ipodcolor,ipodnano}{\ButtonPlay}
|
|
& Start / stop \\
|
|
\opt{player}{\ButtonStop}
|
|
\opt{recorder,recorderv2fm,ondio}{\ButtonLeft}
|
|
\opt{h1xx,h300}{\ButtonDown}
|
|
\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
|
& Reset timer (only when timer is stopped)\\
|
|
\opt{player,recorder,recorderv2fm}{\ButtonOn}
|
|
\opt{ondio}{\ButtonMenu}
|
|
\opt{h1xx,h300}{\ButtonOn}
|
|
\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
|
& Take lap time \\
|
|
\opt{player,h1xx,h300,ipodcolor,ipodnano}{\ButtonLeft/\ButtonRight}
|
|
\opt{recorder,recorderv2fm}{\ButtonDown/\ButtonUp}
|
|
\opt{ondio}{\ButtonUp/\ButtonDown}
|
|
& Scroll through lap times \\
|
|
\end{btnmap}
|
|
\end{table}
|