summaryrefslogtreecommitdiff
path: root/manual/plugins/stopwatch.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-03 22:45:01 +0000
commit8c177221b31d9b86aa286092ede463a1c5f0a4b4 (patch)
tree885e5749966e3c4e7e29ef86222b299f29a0f4d6 /manual/plugins/stopwatch.tex
parentc42c971d6c2e466d6a9de971aa759460346dc704 (diff)
downloadrockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.tar.gz
rockbox-8c177221b31d9b86aa286092ede463a1c5f0a4b4.zip
Added environment to unify button mapping tables. Adjust plugins to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/stopwatch.tex')
-rw-r--r--manual/plugins/stopwatch.tex11
1 files changed, 5 insertions, 6 deletions
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index c5f555284e..c5a26aea2c 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -5,9 +5,8 @@ A simple stopwatch program with support for saving times.
5 5
6\subsubsection{Keys are as follows:} 6\subsubsection{Keys are as follows:}
7 7
8\begin{center} 8\begin{table}
9\begin{tabular}{@{}ll@{}}\toprule 9\begin{btnmap}{}{}
10\textbf{Key} & \textbf{Action}\\\midrule
11\opt{player}{Menu}\opt{recorder,recorderv2fm}{Off} 10\opt{player}{Menu}\opt{recorder,recorderv2fm}{Off}
12\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop} 11\opt{ondio}{OnOff}\opt{h1xx,h300}{Stop}
13\opt{ipodcolor,ipodnano}{Menu} 12\opt{ipodcolor,ipodnano}{Menu}
@@ -23,6 +22,6 @@ A simple stopwatch program with support for saving times.
23& Take lap time \\ 22& Take lap time \\
24\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right} 23\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left/Right}
25\opt{recorder,recorderv2fm}{Down/Up} 24\opt{recorder,recorderv2fm}{Down/Up}
26& Scroll through lap times \\\bottomrule 25& Scroll through lap times \\
27\end{tabular} 26\end{btnmap}
28\end{center} 27\end{table}