forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
22 lines
1 KiB
TeX
22 lines
1 KiB
TeX
\subsection{Stopwatch}
|
|
\begin{figure}[h!]
|
|
\begin{center}
|
|
\includegraphics[width=4cm]{plugins/images/ss-stopwatch-\genericimg.png}
|
|
\end{center}
|
|
\end{figure}
|
|
Recorder stopwatch Player stopwatch
|
|
|
|
A simple stopwatch program with support for saving times.
|
|
|
|
\subsubsection{Keys are as follows:}
|
|
|
|
\begin{center}
|
|
\begin{tabular}{@{}ll@{}}\toprule
|
|
\textbf{Key} & \textbf{Action}\\\midrule
|
|
\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}{Unknown} & Reset timer \\
|
|
\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Take lap time \\
|
|
\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right}\opt{recorder,recorderv2fm}{Down/Up} & Scroll through lap times \\\bottomrule
|
|
\end{tabular}
|
|
\end{center}
|