From 8c177221b31d9b86aa286092ede463a1c5f0a4b4 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Mon, 3 Apr 2006 22:45:01 +0000 Subject: 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 --- manual/plugins/stopwatch.tex | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'manual/plugins/stopwatch.tex') 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. \subsubsection{Keys are as follows:} -\begin{center} -\begin{tabular}{@{}ll@{}}\toprule -\textbf{Key} & \textbf{Action}\\\midrule +\begin{table} +\begin{btnmap}{}{} \opt{player}{Menu}\opt{recorder,recorderv2fm}{Off} \opt{ondio}{OnOff}\opt{h1xx,h300}{Stop} \opt{ipodcolor,ipodnano}{Menu} @@ -23,6 +22,6 @@ A simple stopwatch program with support for saving times. & 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} +& Scroll through lap times \\ +\end{btnmap} +\end{table} -- cgit v1.2.3