summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/platform/h1xx.tex2
-rw-r--r--manual/plugins/bounce.tex15
-rw-r--r--manual/plugins/chess_clock.tex20
-rw-r--r--manual/plugins/flipit.tex19
-rw-r--r--manual/plugins/main.tex1
-rw-r--r--manual/plugins/mandelbrot.tex17
-rw-r--r--manual/plugins/metronome.tex21
-rw-r--r--manual/plugins/minesweeper.tex14
-rw-r--r--manual/plugins/oscillograph.tex19
-rw-r--r--manual/plugins/rockblox.tex13
-rw-r--r--manual/plugins/sliding.tex13
-rw-r--r--manual/plugins/snake2.tex17
-rw-r--r--manual/plugins/snow.tex15
-rw-r--r--manual/plugins/sokoban.tex17
-rw-r--r--manual/plugins/star.tex20
-rw-r--r--manual/plugins/stopwatch.tex19
-rw-r--r--manual/plugins/vumeter.tex17
17 files changed, 118 insertions, 141 deletions
diff --git a/manual/platform/h1xx.tex b/manual/platform/h1xx.tex
index 1da145a43a..10c48ba389 100644
--- a/manual/platform/h1xx.tex
+++ b/manual/platform/h1xx.tex
@@ -3,4 +3,4 @@
3\newcommand{\playerman}{iRiver} 3\newcommand{\playerman}{iRiver}
4\newcommand{\playertype}{H1xx} 4\newcommand{\playertype}{H1xx}
5\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140} 5\newcommand{\playerlongtype}{iHP100, iHP115, iHP120, iHP140, H120 and H140}
6\newcommand{\genericimg}{160x128x2} \ No newline at end of file 6\newcommand{\genericimg}{160x128x2}
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex
index 4b5758c5a9..a763677ec7 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -14,14 +14,13 @@ Key controls for this demo are:
14 14
15\begin{table}[h!] 15\begin{table}[h!]
16\begin{center} 16\begin{center}
17\begin{tabular}{|c|c|} 17\begin{tabular}{@{}ll@{}}\toprule
18\hline 18\textbf{Key} & \textbf{Action} \\\midrule
19KEY & ACTION \\\hline 19F1/F2/F3 & Enters Bounce configuration options \\
20F1/F2/F3 & Enters Bounce configuration options \\\hline 20UP/DOWN & Moves to next/previous option \\
21UP/DOWN & Moves to next/previous option \\\hline 21LEFT/RIGHT & Increases/decreases option value \\
22LEFT/RIGHT & Increases/decreases option value \\\hline 22ON & Changes to Scroll mode \\
23ON & Changes to Scroll mode \\\hline 23OFF & Exits bounce demo\\\bottomrule
24OFF & Exits bounce demo\\\hline
25\end{tabular} 24\end{tabular}
26\end{center} 25\end{center}
27\end{table} 26\end{table}
diff --git a/manual/plugins/chess_clock.tex b/manual/plugins/chess_clock.tex
index d7b4cff6ec..5429b85dff 100644
--- a/manual/plugins/chess_clock.tex
+++ b/manual/plugins/chess_clock.tex
@@ -1,7 +1,7 @@
1\subsection{Chess Clock} 1\subsection{Chess Clock}
2\begin{figure}[h!] 2\begin{figure}[h!]
3\begin{center} 3\begin{center}
4\includegraphics{plugins/images/ss-chess_clock-\genericimg.png} 4\includegraphics[width=4cm]{plugins/images/ss-chess_clock-\genericimg.png}
5\end{center} 5\end{center}
6\caption{Chess Clock} 6\caption{Chess Clock}
7\end{figure} 7\end{figure}
@@ -32,15 +32,14 @@ Keys are as follows:
32 32
33\begin{table}[h!] 33\begin{table}[h!]
34\begin{center} 34\begin{center}
35\begin{tabular}{|c|c|c|c|} 35\begin{tabular}{@{}ll@{}}\toprule
36\hline 36\textbf{Key} & \textbf{Action}\\\midrule
37PLAYER & RECORDER & ONDIO & FUNCTION \\\hline 37\opt{player}{On}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{h1xx,h300,ipodcolor,ipodnano}{Select} & Exit plugin \\
38ON & OFF & ONOFF & Exit plugin \\\hline 38\opt{player}{Stop}\opt{recorder,recorderv2fm,Ondio}{Left}\opt{h1xx,h300,ipodcolor,ipodnano}{Stop} & Restart round for the player \\
39STOP & LEFT & LEFT & Restart round for the player \\\hline 39\opt{player,h1xx,h300,ipodcolor,ipodnano,recorder,recorderv2fm}{Play}\opt{Ondio}{Right} & Pausing the time (press again to continue) \\
40PLAY & PLAY & RIGHT & Pausing the time (press again to continue) \\\hline 40\opt{player,h1xx,h300,ipodcolor,ipodnano}{Right}\opt{ondio,recorder,recorderv2fm}{Up} & Switch to next player \\
41RIGHT & UP & UP & Switch to next player \\\hline 41\opt{player,h1xx,h300,ipodcolor,ipodnano}{Left}\opt{ondio,recorder,recorderv2fm}{Down} & Switch to previous player \\
42LEFT & DOWN & DOWN & Switch to previous player \\\hline 42\opt{player}{Menu}\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode}\opt{h1xx,h300,ipodcolor,ipodnano}{Rec} & Exit plugin \\\bottomrule
43MENU & F1 & MODE & Enter a simple menu \\\hline
44\end{tabular} 43\end{tabular}
45\end{center} 44\end{center}
46\end{table} 45\end{table}
@@ -51,4 +50,3 @@ When the round time is up for a player the message ``ROUND UP!'' is shown (press
51 50
52When the total time is up for a player the message ``TIME UP!''is shown. Then player will then be removed from the timer. 51When the total time is up for a player the message ``TIME UP!''is shown. Then player will then be removed from the timer.
53 52
54
diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex
index b72b4f49d7..8e2491df5d 100644
--- a/manual/plugins/flipit.tex
+++ b/manual/plugins/flipit.tex
@@ -11,14 +11,15 @@ above, below, left and right of the cursor. The aim is to end up with
11a screen containing tokens of only one colour. 11a screen containing tokens of only one colour.
12 12
13\begin{table}[h!] 13\begin{table}[h!]
14\begin{tabular}{|c|c|c|} 14\begin{center}
15\hline 15\begin{tabular}{@{}ll@{}}\toprule
16Recorder & Ondio & ACTION \\\hline 16\textbf{Key} & \textbf{Action} \\\midrule
17UP/DOWN/LEFT/RIGHT & UP/DOWN/LEFT/RIGHT & Changes the cursor \\\hline 17\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down/Left/Right} & Changes the cursor \\
18PLAY & Mode & Toggle \\\hline 18\opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{Mode}\opt{h1xx,h300}{Select}\opt{ipodcolor,ipodnano}{Unknown} & Toggle \\
19F1 & Mode +Left & Shuffle \\\hline 19\opt{recorder,recorderv2fm}{F1}\opt{ondio}{Mode +Left}\opt{h1xx,h300}{Mode}\opt{ipodcolor,ipodnano}{Unknown} & Shuffle \\
20F2 & Mode + Right & Solution \\\hline 20\opt{recorder,recorderv2fm}{F2}\opt{ondio}{Mode + Right}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Solution \\
21F3 & Mode + On/off & Step by step \\\hline 21\opt{recorder,recorderv2fm}{F3}\opt{ondio}{Mode + On/off}\opt{h1xx,h300}{Rec}\opt{ipodcolor,ipodnano}{Unknown} & Step by step \\
22OFF & On/off & Stop the game \\\hline 22\opt{recorder,recorderv2fm}{OFF}\opt{ondio}{On/off}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Stop the game \\\bottomrule
23\end{tabular} 23\end{tabular}
24\end{center}
24\end{table} 25\end{table}
diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex
index df59c561d9..6eb57c0cd3 100644
--- a/manual/plugins/main.tex
+++ b/manual/plugins/main.tex
@@ -1,5 +1,4 @@
1\chapter{Plugins} 1\chapter{Plugins}
2\newpage
3Plugins are little programs that Rockbox can load and run. Plugins have 2Plugins are little programs that Rockbox can load and run. Plugins have
4the file extension .rock. Most of them can be started from the main 3the file extension .rock. Most of them can be started from the main
5menu if you put them in the \textbf{/.rockbox/rocks} directory. Press 4menu if you put them in the \textbf{/.rockbox/rocks} directory. Press
diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex
index b96d1d4994..ae1acfb3a3 100644
--- a/manual/plugins/mandelbrot.tex
+++ b/manual/plugins/mandelbrot.tex
@@ -10,15 +10,14 @@ This is another demonstration using the grayscale engine. It draws fractal imag
10 10
11\begin{table}[h!] 11\begin{table}[h!]
12\begin{center} 12\begin{center}
13\begin{tabular}{|c|c|} 13\begin{tabular}{@{}ll@{}}\toprule
14\hline 14\textbf{Key} & \textbf{Action} \\\midrule
15KEY & ACTION \\\hline 15Arrow keys & Move about the image \\
16Arrow keys & Move about the image \\\hline 16PLAY & Zoom in \\
17PLAY & Zoom in \\\hline 17OFF & Quit \\
18OFF & Quit \\\hline 18F1 & Increase iteration depth (more detail) \\
19F1 & Increase iteration depth (more detail) \\\hline 19F2 & Decrease iteration depth (less detail) \\
20F2 & Decrease iteration depth (less detail) \\\hline 20F3 & Reset and return to the default image \\\bottomrule
21F3 & Reset and return to the default image \\\hline
22\end{tabular} 21\end{tabular}
23\end{center} 22\end{center}
24\end{table} 23\end{table}
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index 977d5acb30..242397768b 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -4,17 +4,14 @@ practice. Adjust the tempo though the interface or by tapping it out
4on the appropriate button. 4on the appropriate button.
5 5
6\begin{table}[h!] 6\begin{table}[h!]
7\begin{tabular}{|c|c|c|c|} 7\begin{center}
8\hline 8\begin{tabular}{@{}ll@{}}\toprule
9PLAYER & RECORDER & ONDIO & FUNCTION \\\hline 9\textbf{Key} & \textbf{Action}\\\midrule
10STOP & OFF & ONOFF & Exit plugin \\\hline 10\opt{player,h1xx,h300}{Stop}\opt{recorder,recorderv2fm}{Off}\opt{ondio}{OnOff}\opt{ipodcolor,ipodnano}{Menu} & Exit plugin \\
11PLAY & PLAY & ~ & Start / Stop \\\hline 11\opt{player,recorder,recorderv2fm,h1xx,h300,ipodcolor,ipodnano}{Play}\opt{ondio}{Mode (hold: Stop)} & Start / Stop \\
12ON & ON & ~ & Tap tempo \\\hline 12\opt{player,recorder,recorderv2fm}{On}\opt{ondio}{Mode (repeatedly)}\opt{h1xx,h300,ipodcolor,ipodnano}{Select} & Tap tempo \\
13~ & ~ & MODE & Start / Tap tempo \\\hline 13Left/Right & Adjust tempo \\
14~ & ~ & HOLD MODE & Stop \\\hline 14\opt{player}{On+Left/Right}\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{Up/Down} & Adjust volume \\\bottomrule
15MINUS/PLUS & LEFT/RIGHT & LEFT/RIGHT & Adjust tempo \\\hline
16ON+MINUS/ON+PLUS & UP/DOWN & UP/DOWN & Adjust volume \\\hline
17\end{tabular} 15\end{tabular}
16\end{center}
18\end{table} 17\end{table}
19
20
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index c4042ca6b0..d58e860a94 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -19,13 +19,11 @@ the location of a mine, it can be tagged to avoid accidentally
19``stepping'' on it. 19``stepping'' on it.
20 20
21\begin{table}[h!] 21\begin{table}[h!]
22\begin{tabular}{|c|c|} 22\begin{tabular}{@{}ll@{}}\toprule
23\hline 23\textbf{Key} & \textbf{Action} \\\midrule
24KEY & ACTION \\\hline 24UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\
25UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\\hline 25PLAY / F1 & Toggle flag on / off \\
26PLAY / F1 & Toggle flag on / off \\\hline 26MENU / F2 & Reveal the contents of the current square \\
27MENU / F2 & Reveal the contents of the current square \\\hline 27STOP & Exit the game \\\bottomrule
28STOP & Exit the game \\\hline
29\end{tabular} 28\end{tabular}
30\end{table} 29\end{table}
31
diff --git a/manual/plugins/oscillograph.tex b/manual/plugins/oscillograph.tex
index e2e52f00f4..87099b2310 100644
--- a/manual/plugins/oscillograph.tex
+++ b/manual/plugins/oscillograph.tex
@@ -15,16 +15,15 @@ At faster speed rates, the Jukebox is less responsive to user input.
15 15
16\begin{table}[h!] 16\begin{table}[h!]
17\begin{center} 17\begin{center}
18\begin{tabular}{|c|c|} 18\begin{tabular}{@{}ll@{}}\toprule
19\hline 19\textbf{Key} & \textbf{Action} \\\midrule
20KEY & ACTION \\\hline 20F1 & toggles whether to scroll or not \\
21F1 & toggles whether to scroll or not \\\hline 21F2 & toggles filled / curve / plot \\
22F2 & toggles filled / curve / plot \\\hline 22F3 & reset speed to 0 \\
23F3 & reset speed to 0 \\\hline 23UP & slow down scrolling \\
24UP & slow down scrolling \\\hline 24DOWN & Speeds up scrolling \\
25DOWN & Speeds up scrolling \\\hline 25PLAY & Pauses the demo \\
26PLAY & Pauses the demo \\\hline 26OFF & Exits demo \\\bottomrule
27OFF & Exits demo \\\hline
28\end{tabular} 27\end{tabular}
29\end{center} 28\end{center}
30\end{table} 29\end{table}
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
index 04610f200f..b0b024f8e9 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -16,13 +16,12 @@ are to the right of the screen) are:
16 16
17\begin{table}[h!] 17\begin{table}[h!]
18\begin{center} 18\begin{center}
19\begin{tabular}{|c|c|} 19\begin{tabular}{@{}ll@{}}\toprule
20\hline 20\textbf{Key} & \textbf{Action} \\\midrule
21KEY & ACTION \\\hline 21UP & Rotate piece \\
22UP & Rotate piece \\\hline 22LEFT/RIGHT & Move piece to the left/right \\
23LEFT/RIGHT & Move piece to the left/right \\\hline 23DOWN & Move faster the piece downwards \\
24DOWN & Move faster the piece downwards \\\hline 24OFF & Exit Rockblox\\\bottomrule
25OFF & Exit Rockblox\\\hline
26\end{tabular} 25\end{tabular}
27\end{center} 26\end{center}
28\end{table} 27\end{table}
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex
index 17bd48bf97..1ec54cb6f2 100644
--- a/manual/plugins/sliding.tex
+++ b/manual/plugins/sliding.tex
@@ -13,13 +13,12 @@ Key controls:
13 13
14\begin{table}[h!] 14\begin{table}[h!]
15\begin{center} 15\begin{center}
16\begin{tabular}{|c|c|} 16\begin{tabular}{@{}ll@{}}\toprule
17\hline 17\textbf{Key} & \textbf{Action}\\\midrule
18KEY & ACTION \\\hline 18UP/DOWN/LEFT/RIGHT & Moves \\
19UP/DOWN/LEFT/RIGHT & Moves \\\hline 19F1 & Shuffle \\
20F1 & Shuffle \\\hline 20F2 & Change the picture \\
21F2 & Change the picture \\\hline 21OFF & Stop the game \\\bottomrule
22OFF & Stop the game \\\hline
23\end{tabular} 22\end{tabular}
24\end{center} 23\end{center}
25\end{table} 24\end{table}
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index 1fd626a474..534f83b99d 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -15,15 +15,14 @@ The controls are:
15 15
16\begin{table}[h!] 16\begin{table}[h!]
17\begin{center} 17\begin{center}
18\begin{tabular}{|c|c|} 18\begin{tabular}{@{}ll@{}}\toprule
19\hline 19\textbf{Key} & \textbf{Action} \\\midrule
20KEY & ACTION \\\hline 20UP/DOWN & (in menu) Set game speed \\
21UP/DOWN & (in menu) Set game speed \\\hline 21F1 & (in menu) Change starting maze \\
22F1 & (in menu) Change starting maze \\\hline 22F3 & (in menu) Select game type (A or B) \\
23F3 & (in menu) Select game type (A or B) \\\hline 23UP/DOWN/LEFT/RIGHT & Steer the snake \\
24UP/DOWN/LEFT/RIGHT & Steer the snake \\\hline 24PLAY & Pause the game \\
25PLAY & Pause the game \\\hline 25STOP & Exit the game \\\bottomrule
26STOP & Exit the game \\\hline
27\end{tabular} 26\end{tabular}
28\end{center} 27\end{center}
29\end{table} 28\end{table}
diff --git a/manual/plugins/snow.tex b/manual/plugins/snow.tex
index cc7c82d3d4..ab552c83e1 100644
--- a/manual/plugins/snow.tex
+++ b/manual/plugins/snow.tex
@@ -1,12 +1,9 @@
1
2\subsection{Snow} 1\subsection{Snow}
3{\centering\itshape 2\begin{figure}[h!]
4 [Warning: Image ignored] % Unhandled or unsupported graphics: 3\begin{center}
5%\includegraphics[width=4.15cm,height=2.35cm]{images/rockbox-manual-img55.png} 4\includegraphics[width=4cm]{plugins/images/ss-snow-\genericimg.png}
6 \newline 5\end{center}
7Have you ever seen snow falling? 6\caption{Have you ever seen snow falling?}
8\par} 7\end{figure}
9
10This demo replicates snow falling on your screen. If you love winter, 8This demo replicates snow falling on your screen. If you love winter,
11you will love this demo. Or maybe not. 9you will love this demo. Or maybe not.
12
diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex
index fec06edba1..972afdf83b 100644
--- a/manual/plugins/sokoban.tex
+++ b/manual/plugins/sokoban.tex
@@ -13,15 +13,14 @@ can only be pushed, never pulled, and only one can be pushed at a time.
13The controls are: 13The controls are:
14 14
15\begin{table}[h!] 15\begin{table}[h!]
16\begin{tabular}{|c|c|} 16\begin{tabular}{@{}ll@{}}\toprule
17\hline 17\textbf{Key} & \textbf{Action} \\\midrule
18KEY & ACTION \\\hline 18UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\
19UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\\hline 19F1 & Back to previous level \\
20F1 & Back to previous level \\\hline 20F2 & Restart level \\
21F2 & Restart level \\\hline 21F3 & Go to next level \\
22F3 & Go to next level \\\hline 22ON & Undo last movement \\
23ON & Undo last movement \\\hline 23OFF & Exit sokoban \\\bottomrule
24OFF & Exit sokoban \\\hline
25\end{tabular} 24\end{tabular}
26\end{table} 25\end{table}
27 26
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex
index e113490255..29b534f645 100644
--- a/manual/plugins/star.tex
+++ b/manual/plugins/star.tex
@@ -15,21 +15,15 @@ which can take ``o''s, and the filled square, which is used as a mobile
15wall to allow your filled circle to get to places on the screen it 15wall to allow your filled circle to get to places on the screen it
16could not otherwise reach. The block cannot take ``o''s. 16could not otherwise reach. The block cannot take ``o''s.
17 17
18{\bfseries
19Keys:}
20
21\begin{table}[h!] 18\begin{table}[h!]
22\begin{center} 19\begin{center}
23\begin{tabular}{|c|c|} 20\begin{tabular}{@{}ll@{}}\toprule
24\hline 21\textbf{Key} & \textbf{Action} \\\midrule
25KEY & ACTION \\\hline 22ON & Toggle control \\
26ON & Toggle control \\\hline 23F1 & Previous level \\
27F1 & Previous level \\\hline 24F2 & Reset level \\
28F2 & Reset level \\\hline 25F3 & Next level \\
29F3 & Next level \\\hline 26OFF & Exit the game \\\bottomrule
30OFF & Exit the game \\\hline
31\end{tabular} 27\end{tabular}
32\end{center} 28\end{center}
33\end{table} 29\end{table}
34
35
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}
diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex
index 3ba49c2eb4..781753e0a6 100644
--- a/manual/plugins/vumeter.tex
+++ b/manual/plugins/vumeter.tex
@@ -14,14 +14,15 @@ settings menu the decay time for the meter (its memory), the meter type
14and the meter scale can be changed. 14and the meter scale can be changed.
15 15
16\begin{table}[h!] 16\begin{table}[h!]
17\begin{tabular}{|c|c|c|} 17\begin{center}
18\hline 18\begin{tabular}{@{}ll@{}}\toprule
19RECORDER & ONDIO & FUNCTION \\\hline 19\textbf{Key} & \textbf{Action} \\\midrule
20OFF & ONOFF & Save settings and quit \\\hline 20\opt{recorder,recorderv2fm}{OFF}\opt{ondio}{ON/OFF}\opt{h1xx,h300}{Stop}\opt{ipodcolor,ipodnano}{Unknown} & Save settings and quit \\
21ON & MODE & Help \\\hline 21\opt{recorder,recorderv2fm}{ON}\opt{ondio}{MODE}\opt{h1xx,h300}{Play}\opt{ipodcolor,ipodnano}{Unknown} & Help \\
22F1 & HOLD MODE & Settings \\\hline 22\opt{recorder,recorderv2fm}{F1}\opt{ondio}{HOLD MODE}\opt{h1xx,h300,ipodcolor,ipodnano}{Unknown} & Settings \\
23UP & UP & Raise Volume \\\hline 23UP & Raise Volume \\
24DOWN & DOWN & Lower Volume \\\hline 24DOWN & Lower Volume \\\bottomrule
25\end{tabular} 25\end{tabular}
26\end{center}
26\end{table} 27\end{table}
27 28