8c177221b3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
27 lines
918 B
TeX
27 lines
918 B
TeX
\subsection{Stopwatch}
|
|
\screenshot{plugins/images/ss-stopwatch}{Stopwatch}{fig:stopwatch}
|
|
|
|
A simple stopwatch program with support for saving times.
|
|
|
|
\subsubsection{Keys are as follows:}
|
|
|
|
\begin{table}
|
|
\begin{btnmap}{}{}
|
|
\opt{player}{Menu}\opt{recorder,recorderv2fm}{Off}
|
|
\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop}
|
|
\opt{ipodcolor,ipodnano}{Menu}
|
|
& Quit Plugin \\
|
|
\opt{player,recorder,recorderv2fm}{Play}\opt{ondio}{Right}
|
|
\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Play}
|
|
& Start / stop \\
|
|
\opt{player}{Stop}\opt{recorder,recorderv2fm,ondio}{Left}
|
|
\opt{h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
|
& Reset timer \\
|
|
\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode}\opt{h1xx,h300}{Play}
|
|
\opt{ipodcolor,ipodnano}{\fixme{Unknown}}
|
|
& Take lap time \\
|
|
\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right}
|
|
\opt{recorder,recorderv2fm}{Down/Up}
|
|
& Scroll through lap times \\
|
|
\end{btnmap}
|
|
\end{table}
|