summaryrefslogtreecommitdiff
path: root/manual/plugins/stopwatch.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
committerMartin Arver <martin.arver@gmail.com>2006-03-09 09:31:34 +0000
commitaa830112cce5078b29217d01bb74255bd2517fa0 (patch)
treeea3f31a96f56739109c9be7d39538e6309d84172 /manual/plugins/stopwatch.tex
parent48e8e1d820e642c04a7069190baf48ee49fc65a0 (diff)
downloadrockbox-aa830112cce5078b29217d01bb74255bd2517fa0.tar.gz
rockbox-aa830112cce5078b29217d01bb74255bd2517fa0.zip
Changes to the tables for some of the plugins. Some are adapted to the \opt environment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/stopwatch.tex')
-rw-r--r--manual/plugins/stopwatch.tex19
1 files changed, 9 insertions, 10 deletions
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index 3d0ca8e80d..67b0fa64f1 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -10,14 +10,13 @@ A simple stopwatch program with support for saving times.
10 10
11\subsubsection{Keys are as follows:} 11\subsubsection{Keys are as follows:}
12 12
13\begin{table}[h!] 13\begin{center}
14\begin{tabular}{|c|c|c|c|} 14\begin{tabular}{@{}ll@{}}\toprule
15\hline 15\textbf{Key} & \textbf{Action}\\\midrule
16PLAYER & RECORDER & ONDIO & FUNCTION \\\hline 16\opt{player}{Menu}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Menu} & Quit Plugin \\
17MENU & OFF & ONOFF & Quit Plugin \\\hline 17\opt{player,recorder,recorderv2fm}{Play}\opt{ondio}{Right}\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Play} & Start / stop \\
18PLAY & PLAY & RIGHT & Start / stop \\\hline 18\opt{player}{Stop}\opt{recorder,recorderv2fm,ondio}{Left}\opt{h1xx,h300}{Down}\opt{ipodcolor,ipodnano}{Unknown} & Reset timer \\
19STOP & LEFT & LEFT & Reset timer \\\hline 19\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Take lap time \\
20ON & ON & MODE & Take lap time \\\hline 20\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right}\opt{recorder,recorderv2fm}{Down/Up} & Scroll through lap times \\\bottomrule
21MINUS/PLUS & DOWN/UP & DOWN/UP & Scroll through lap times \\\hline
22\end{tabular} 21\end{tabular}
23\end{table} 22\end{center}