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/vumeter.tex | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'manual/plugins/vumeter.tex') diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex index fe07180ecd..aedbb348d5 100644 --- a/manual/plugins/vumeter.tex +++ b/manual/plugins/vumeter.tex @@ -9,10 +9,8 @@ of small meters in addition to the main display (as above). From the settings menu the decay time for the meter (its memory), the meter type and the meter scale can be changed. -\begin{table}[h!] -\begin{center} -\begin{tabular}{@{}ll@{}}\toprule -\textbf{Key} & \textbf{Action} \\\midrule +\begin{table} +\begin{btnmap}{}{} \opt{recorder,recorderv2fm}{OFF}\opt{ondio}{ON/OFF} \opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Save settings and quit \\ @@ -23,8 +21,7 @@ and the meter scale can be changed. \opt{h1xx,h300,ipodcolor,ipodnano}{Unknown} & Settings \\ UP & Raise Volume \\ -DOWN & Lower Volume \\\bottomrule -\end{tabular} -\end{center} +DOWN & Lower Volume \\ +\end{btnmap} \end{table} -- cgit v1.2.3