summaryrefslogtreecommitdiff
path: root/manual/plugins/vumeter.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 17:29:44 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-02 17:29:44 +0000
commit2cf5abb971546df4ebaa2f132688eca44d520959 (patch)
tree98d28ac5e8a2b60046d8f649782c393647bdd00d /manual/plugins/vumeter.tex
parentc95d9d08350450ce6b16e345d3eff67c758ce6af (diff)
downloadrockbox-2cf5abb971546df4ebaa2f132688eca44d520959.tar.gz
rockbox-2cf5abb971546df4ebaa2f132688eca44d520959.zip
another enhancement of \screenshot -- filenames should now not include the display size extension anymore. Old behaviour still supported. Minor code policing.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9432 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/vumeter.tex')
-rw-r--r--manual/plugins/vumeter.tex14
1 files changed, 10 insertions, 4 deletions
diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex
index 812ee6f8a7..fe07180ecd 100644
--- a/manual/plugins/vumeter.tex
+++ b/manual/plugins/vumeter.tex
@@ -1,5 +1,5 @@
1\subsection{VU meter} 1\subsection{VU meter}
2\screenshot{plugins/images/ss-vumeter-\genericimg.png}{VU-Meter}{} 2\screenshot{plugins/images/ss-vumeter}{VU-Meter}{}
3 3
4This is a VU meter, which displays the volume of the left and right 4This is a VU meter, which displays the volume of the left and right
5audio channels. There are 3 types of meter selectable. The analogue 5audio channels. There are 3 types of meter selectable. The analogue
@@ -13,9 +13,15 @@ and the meter scale can be changed.
13\begin{center} 13\begin{center}
14\begin{tabular}{@{}ll@{}}\toprule 14\begin{tabular}{@{}ll@{}}\toprule
15\textbf{Key} & \textbf{Action} \\\midrule 15\textbf{Key} & \textbf{Action} \\\midrule
16\opt{recorder,recorderv2fm}{OFF}\opt{ondio}{ON/OFF}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Save settings and quit \\ 16\opt{recorder,recorderv2fm}{OFF}\opt{ondio}{ON/OFF}
17\opt{recorder,recorderv2fm}{ON}\opt{ondio}{MODE}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Help \\ 17\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown}
18\opt{recorder,recorderv2fm}{F1}\opt{ondio}{HOLD MODE}\opt{h1xx,h300,ipodcolor,ipodnano}{Unknown} & Settings \\ 18& Save settings and quit \\
19\opt{recorder,recorderv2fm}{ON}\opt{ondio}{MODE}
20\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown}
21& Help \\
22\opt{recorder,recorderv2fm}{F1}\opt{ondio}{HOLD MODE}
23\opt{h1xx,h300,ipodcolor,ipodnano}{Unknown}
24& Settings \\
19UP & Raise Volume \\ 25UP & Raise Volume \\
20DOWN & Lower Volume \\\bottomrule 26DOWN & Lower Volume \\\bottomrule
21\end{tabular} 27\end{tabular}