rockbox/manual/plugins/stopwatch.tex

29 lines
988 B
TeX
Raw Normal View History

\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{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}{\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 \\\bottomrule
\end{tabular}
\end{center}