summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
committerAlex Parker <rockbox@aeparker.com>2009-07-22 18:08:51 +0000
commit8d194f08d784d221897c024f295003ea73b957d6 (patch)
tree0ad44f45940fcdb4ec62add85f362516f556c46c
parent308522b60e98dc8fda31f3b35de70aa473062257 (diff)
downloadrockbox-8d194f08d784d221897c024f295003ea73b957d6.tar.gz
rockbox-8d194f08d784d221897c024f295003ea73b957d6.zip
Add a generic \opt{HAVEREMOTEKEYMAP}{& } to button maps to allow all
manuals with HAVEREMOTEKEYMAP defined to build, regardless of whether tables have been edited for the specific remote keymap. The actual button can be added inside this opt. Change many IRIVER_RC_H100_PAD opts to the generic HAVEREMOTEKEYMAP git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21997 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/sound_settings.tex20
-rw-r--r--manual/plugins/blackjack.tex20
-rw-r--r--manual/plugins/bounce.tex8
-rw-r--r--manual/plugins/brickmania.tex6
-rw-r--r--manual/plugins/bubbles.tex10
-rw-r--r--manual/plugins/calculator.tex12
-rw-r--r--manual/plugins/calendar.tex8
-rw-r--r--manual/plugins/chess_clock.tex18
-rw-r--r--manual/plugins/chessbox.tex10
-rw-r--r--manual/plugins/chopper.tex4
-rw-r--r--manual/plugins/clix.tex10
-rw-r--r--manual/plugins/clock.tex6
-rw-r--r--manual/plugins/cube.tex12
-rw-r--r--manual/plugins/demystify.tex6
-rw-r--r--manual/plugins/dice.tex4
-rw-r--r--manual/plugins/doom.tex18
-rw-r--r--manual/plugins/fire.tex8
-rw-r--r--manual/plugins/flipit.tex12
-rw-r--r--manual/plugins/goban.tex20
-rw-r--r--manual/plugins/invadrox.tex6
-rw-r--r--manual/plugins/jackpot.tex4
-rw-r--r--manual/plugins/jewels.tex6
-rw-r--r--manual/plugins/jpegviewer.tex13
-rw-r--r--manual/plugins/lamp.tex3
-rw-r--r--manual/plugins/logo.tex6
-rw-r--r--manual/plugins/mandelbrot.tex12
-rw-r--r--manual/plugins/mazezam.tex4
-rw-r--r--manual/plugins/metronome.tex10
-rw-r--r--manual/plugins/midiplay.tex8
-rw-r--r--manual/plugins/minesweeper.tex11
-rw-r--r--manual/plugins/mpegplayer.tex10
-rw-r--r--manual/plugins/nim.tex8
-rw-r--r--manual/plugins/oscilloscope.tex14
-rw-r--r--manual/plugins/pacbox.tex16
-rw-r--r--manual/plugins/pegbox.tex12
-rw-r--r--manual/plugins/pictureflow.tex13
-rw-r--r--manual/plugins/plasma.tex5
-rw-r--r--manual/plugins/pong.tex10
-rw-r--r--manual/plugins/robotfindskitten.tex4
-rw-r--r--manual/plugins/rockblox.tex18
-rw-r--r--manual/plugins/rockblox1d.tex4
-rw-r--r--manual/plugins/rockboy.tex14
-rw-r--r--manual/plugins/rockpaint.tex224
-rw-r--r--manual/plugins/sliding.tex8
-rw-r--r--manual/plugins/snake.tex4
-rw-r--r--manual/plugins/snake2.tex14
-rw-r--r--manual/plugins/sokoban.tex23
-rw-r--r--manual/plugins/solitaire.tex16
-rw-r--r--manual/plugins/spacerocks.tex12
-rw-r--r--manual/plugins/star.tex18
-rw-r--r--manual/plugins/starfield.tex7
-rw-r--r--manual/plugins/stopwatch.tex10
-rw-r--r--manual/plugins/sudoku.tex12
-rw-r--r--manual/plugins/text_viewer.tex22
-rw-r--r--manual/plugins/vumeter.tex10
-rw-r--r--manual/plugins/wormlet.tex14
-rw-r--r--manual/plugins/xobox.tex6
-rw-r--r--manual/plugins/zxbox.tex6
-rw-r--r--manual/rockbox_interface/browsing_and_playing.tex29
-rw-r--r--manual/rockbox_interface/main.tex8
60 files changed, 460 insertions, 406 deletions
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index 704b387b3e..ea3c719b3a 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -332,31 +332,37 @@ change to customise your listening experience.
332 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp} 332 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonUp}
333 \opt{SANSA_E200_PAD}{\ButtonScrollBack} 333 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
334 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonRight} 334 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonRight}
335 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCFF} 335 \opt{HAVEREMOTEKEYMAP}{&
336 \opt{IRIVER_RC_H100_PAD}{\ButtonRCFF}
337 }
336 & Raises the highlighted parameter.\\ 338 & Raises the highlighted parameter.\\
337 % 339 %
338 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack} 340 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack}
339 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} 341 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown}
340 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 342 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
341 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonLeft} 343 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonLeft}
342 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCRew} 344 \opt{HAVEREMOTEKEYMAP}{&
345 \opt{IRIVER_RC_H100_PAD}{\ButtonRCRew}
346 }
343 & Lowers the highlighted parameter.\\ 347 & Lowers the highlighted parameter.\\
344 % 348 %
345 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft} 349 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft}
346 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonLeft} 350 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonLeft}
347 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp} 351 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp}
348 \opt{IRIVER_RC_H100_PAD}{& } 352 \opt{HAVEREMOTEKEYMAP}{& }
349 & Moves to the previous EQ band. \\ 353 & Moves to the previous EQ band. \\
350 % 354 %
351 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRight} 355 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRight}
352 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonRight} 356 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonRight}
353 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown} 357 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown}
354 \opt{IRIVER_RC_H100_PAD}{& } 358 \opt{HAVEREMOTEKEYMAP}{& }
355 & Moves to the next EQ band. \\ 359 & Moves to the next EQ band. \\
356 % 360 %
357 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 361 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
358 \opt{IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,SANSA_E200_PAD}{\ButtonSelect} 362 \opt{IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,SANSA_E200_PAD}{\ButtonSelect}
359 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCSelect} 363 \opt{HAVEREMOTEKEYMAP}{&
364 \opt{IRIVER_RC_H100_PAD}{\ButtonRCSelect}
365 }
360 & Toggles the cursor among the three parameters (gain, center frequency, 366 & Toggles the cursor among the three parameters (gain, center frequency,
361 Q) for the selected EQ band.\\ 367 Q) for the selected EQ band.\\
362 % 368 %
@@ -365,7 +371,9 @@ change to customise your listening experience.
365 \opt{IAUDIO_X5_PAD}{\ButtonPower/\ButtonRec} 371 \opt{IAUDIO_X5_PAD}{\ButtonPower/\ButtonRec}
366 \opt{SANSA_E200_PAD}{\ButtonPower/\ButtonRight} 372 \opt{SANSA_E200_PAD}{\ButtonPower/\ButtonRight}
367 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonPower} 373 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonPower}
368 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCStop} 374 \opt{HAVEREMOTEKEYMAP}{&
375 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
376 }
369 & Exits the graphic EQ screen.\\ 377 & Exits the graphic EQ screen.\\
370 \end{btnmap} 378 \end{btnmap}
371 \end{table} 379 \end{table}
diff --git a/manual/plugins/blackjack.tex b/manual/plugins/blackjack.tex
index d391756ff2..17574f36ad 100644
--- a/manual/plugins/blackjack.tex
+++ b/manual/plugins/blackjack.tex
@@ -20,7 +20,7 @@ visit\\
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD}{\ButtonSelect} 20 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD}{\ButtonSelect}
21 \opt{ONDIO_PAD}{\ButtonMenu} 21 \opt{ONDIO_PAD}{\ButtonMenu}
22 \opt{GIGABEAT_PAD}{\ButtonA} 22 \opt{GIGABEAT_PAD}{\ButtonA}
23 \opt{IRIVER_RC_H100_PAD}{&} 23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Start new game\\ 24 & Start new game\\
25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
26 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 26 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
@@ -29,7 +29,7 @@ visit\\
29 \opt{SANSA_E200_PAD}{\ButtonRec} 29 \opt{SANSA_E200_PAD}{\ButtonRec}
30 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 30 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
31 \opt{MROBE100_PAD}{\ButtonPlay} 31 \opt{MROBE100_PAD}{\ButtonPlay}
32 \opt{IRIVER_RC_H100_PAD}{&} 32 \opt{HAVEREMOTEKEYMAP}{& }
33 & Resume saved game\\ 33 & Resume saved game\\
34 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 34 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
35 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD% 35 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD%
@@ -37,13 +37,13 @@ visit\\
37 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonUp} 37 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonUp}
38 \opt{IRIVER_H10_PAD}{\ButtonLeft} 38 \opt{IRIVER_H10_PAD}{\ButtonLeft}
39 \opt{SANSA_C200_PAD}{\ButtonRec} 39 \opt{SANSA_C200_PAD}{\ButtonRec}
40 \opt{IRIVER_RC_H100_PAD}{&} 40 \opt{HAVEREMOTEKEYMAP}{& }
41 & Show high scores\\ 41 & Show high scores\\
42 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 42 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
44 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 44 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
45 \opt{GIGABEAT_S_PAD}{\ButtonBack} 45 \opt{GIGABEAT_S_PAD}{\ButtonBack}
46 \opt{IRIVER_RC_H100_PAD}{&} 46 \opt{HAVEREMOTEKEYMAP}{& }
47 & Quit\\\hline 47 & Quit\\\hline
48 \multicolumn{2}{c}{\textbf{In game}}\\\hline 48 \multicolumn{2}{c}{\textbf{In game}}\\\hline
49 \ButtonLeft{} / \ButtonRight{} /\\ 49 \ButtonLeft{} / \ButtonRight{} /\\
@@ -52,7 +52,7 @@ visit\\
52 {\ButtonUp{} / \ButtonDown} 52 {\ButtonUp{} / \ButtonDown}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 53 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
54 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 54 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
55 \opt{IRIVER_RC_H100_PAD}{&} 55 \opt{HAVEREMOTEKEYMAP}{& }
56 & Enter betting amount\\ 56 & Enter betting amount\\
57 \opt{RECORDER_PAD}{\ButtonFOne} 57 \opt{RECORDER_PAD}{\ButtonFOne}
58 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 58 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -61,7 +61,7 @@ visit\\
61 \opt{ONDIO_PAD}{\ButtonLeft} 61 \opt{ONDIO_PAD}{\ButtonLeft}
62 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 62 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
63 \opt{MR100_PAD}{\ButtonMenu} 63 \opt{MR100_PAD}{\ButtonMenu}
64 \opt{IRIVER_RC_H100_PAD}{&} 64 \opt{HAVEREMOTEKEYMAP}{& }
65 & Hit (Draw new card)\\ 65 & Hit (Draw new card)\\
66 \opt{RECORDER_PAD}{\ButtonFTwo} 66 \opt{RECORDER_PAD}{\ButtonFTwo}
67 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec} 67 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
@@ -69,7 +69,7 @@ visit\\
69 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight} 69 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight}
70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
71 \opt{MROBE100_PAD}{\ButtonDisplay} 71 \opt{MROBE100_PAD}{\ButtonDisplay}
72 \opt{IRIVER_RC_H100_PAD}{&} 72 \opt{HAVEREMOTEKEYMAP}{& }
73 & Stay (End hand)\\ 73 & Stay (End hand)\\
74 \opt{RECORDER_PAD}{\ButtonFThree} 74 \opt{RECORDER_PAD}{\ButtonFThree}
75 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 75 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
@@ -78,7 +78,7 @@ visit\\
78 \opt{ONDIO_PAD}{\ButtonUp} 78 \opt{ONDIO_PAD}{\ButtonUp}
79 \opt{MR100_PAD}{\ButtonDown} 79 \opt{MR100_PAD}{\ButtonDown}
80 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonLeft} 80 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonLeft}
81 \opt{IRIVER_RC_H100_PAD}{&} 81 \opt{HAVEREMOTEKEYMAP}{& }
82 & Double down\\ 82 & Double down\\
83 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 83 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
84 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 84 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
@@ -87,13 +87,13 @@ visit\\
87 \opt{SANSA_E200_PAD}{\ButtonRec} 87 \opt{SANSA_E200_PAD}{\ButtonRec}
88 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 88 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
89 \opt{MROBE100_PAD}{\ButtonPlay} 89 \opt{MROBE100_PAD}{\ButtonPlay}
90 \opt{IRIVER_RC_H100_PAD}{&} 90 \opt{HAVEREMOTEKEYMAP}{& }
91 & Save game\\ 91 & Save game\\
92 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 92 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
93 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 93 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
94 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 94 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
95 \opt{GIGABEAT_S_PAD}{\ButtonBack} 95 \opt{GIGABEAT_S_PAD}{\ButtonBack}
96 \opt{IRIVER_RC_H100_PAD}{&} 96 \opt{HAVEREMOTEKEYMAP}{& }
97 & Return to menu or cancel\\ 97 & Return to menu or cancel\\
98 \end{btnmap} 98 \end{btnmap}
99\end{table} 99\end{table}
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex
index 960c7382fa..ef830221a4 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -12,10 +12,10 @@ scrolling from right to left.
12 {\ButtonUp\ /\ \ButtonDown} 12 {\ButtonUp\ /\ \ButtonDown}
13\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd} 13\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack\ /\ \ButtonScrollFwd}
14\opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp} 14\opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp}
15 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
16& Moves to next/previous option\\ 16& Moves to next/previous option\\
17\ButtonLeft\ /\ \ButtonRight 17\ButtonLeft\ /\ \ButtonRight
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19& Increases/decreases option value\\ 19& Increases/decreases option value\\
20\opt{RECORDER_PAD}{\ButtonOn} 20\opt{RECORDER_PAD}{\ButtonOn}
21\opt{ONDIO_PAD}{\ButtonMenu} 21\opt{ONDIO_PAD}{\ButtonMenu}
@@ -25,13 +25,13 @@ scrolling from right to left.
25\opt{GIGABEAT_PAD}{\ButtonA} 25\opt{GIGABEAT_PAD}{\ButtonA}
26\opt{GIGABEAT_S_PAD}{\ButtonMenu} 26\opt{GIGABEAT_S_PAD}{\ButtonMenu}
27\opt{MROBE100_PAD}{\ButtonDisplay} 27\opt{MROBE100_PAD}{\ButtonDisplay}
28 \opt{IRIVER_RC_H100_PAD}{&} 28 \opt{HAVEREMOTEKEYMAP}{& }
29& Toggles Scroll mode\\ 29& Toggles Scroll mode\\
30\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 30\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
31\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 31\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
32\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower} 32\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
33\opt{GIGABEAT_S_PAD}{\ButtonBack} 33\opt{GIGABEAT_S_PAD}{\ButtonBack}
34 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{HAVEREMOTEKEYMAP}{& }
35& Exits bounce demo\\ 35& Exits bounce demo\\
36\end{btnmap} 36\end{btnmap}
37\end{table} 37\end{table}
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex
index a3b39907d8..5729e08e18 100644
--- a/manual/plugins/brickmania.tex
+++ b/manual/plugins/brickmania.tex
@@ -29,7 +29,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
29 \ButtonVolDown\ / \ButtonVolUp} 29 \ButtonVolDown\ / \ButtonVolUp}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\\ 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\\
31 \ButtonScrollBack\ / \ButtonScrollFwd} 31 \ButtonScrollBack\ / \ButtonScrollFwd}
32 \opt{IRIVER_RC_H100_PAD}{&} 32 \opt{HAVEREMOTEKEYMAP}{& }
33 & Moves the paddle\\ 33 & Moves the paddle\\
34 \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp} 34 \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp}
35 \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp} 35 \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp}
@@ -37,13 +37,13 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
37 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp} 37 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp}
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect}
39 \opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp} 39 \opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp}
40 \opt{IRIVER_RC_H100_PAD}{&} 40 \opt{HAVEREMOTEKEYMAP}{& }
41 & Release the ball / Fire\\ 41 & Release the ball / Fire\\
42 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 42 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
44 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 44 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
45 \opt{GIGABEAT_S_PAD}{\ButtonBack} 45 \opt{GIGABEAT_S_PAD}{\ButtonBack}
46 \opt{IRIVER_RC_H100_PAD}{&} 46 \opt{HAVEREMOTEKEYMAP}{& }
47 & Open menu / Quit\\ 47 & Open menu / Quit\\
48 \end{btnmap} 48 \end{btnmap}
49\end{table} 49\end{table}
diff --git a/manual/plugins/bubbles.tex b/manual/plugins/bubbles.tex
index c9102433ac..85a1a41615 100644
--- a/manual/plugins/bubbles.tex
+++ b/manual/plugins/bubbles.tex
@@ -16,20 +16,20 @@ fired. Points are awarded depending on how quickly the level was completed.
16 \opt{IAUDIO_X5_PAD,MROBE100_PAD}{\ButtonPower} 16 \opt{IAUDIO_X5_PAD,MROBE100_PAD}{\ButtonPower}
17 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 17 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
18 \opt{GIGABEAT_PAD}{\ButtonA} 18 \opt{GIGABEAT_PAD}{\ButtonA}
19 \opt{IRIVER_RC_H100_PAD}{&} 19 \opt{HAVEREMOTEKEYMAP}{& }
20 & Pause game\\ 20 & Pause game\\
21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% 21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
22 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 22 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
23 {\ButtonLeft{} / \ButtonRight} 23 {\ButtonLeft{} / \ButtonRight}
24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
25 \opt{IRIVER_RC_H100_PAD}{&} 25 \opt{HAVEREMOTEKEYMAP}{& }
26 & Aim the bubble\\ 26 & Aim the bubble\\
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD% 27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
28 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 28 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
29 \opt{RECORDER_PAD}{\ButtonPlay} 29 \opt{RECORDER_PAD}{\ButtonPlay}
30 \opt{ONDIO_PAD}{\ButtonUp} 30 \opt{ONDIO_PAD}{\ButtonUp}
31 \opt{IRIVER_H10_PAD}{\ButtonRew} 31 \opt{IRIVER_H10_PAD}{\ButtonRew}
32 \opt{IRIVER_RC_H100_PAD}{&} 32 \opt{HAVEREMOTEKEYMAP}{& }
33 & Fire bubble\\ 33 & Fire bubble\\
34 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 34 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft+\ButtonRight} 35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft+\ButtonRight}
@@ -38,14 +38,14 @@ fired. Points are awarded depending on how quickly the level was completed.
38 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown} 38 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown}
39 \opt{IRIVER_H10_PAD}{\ButtonFF} 39 \opt{IRIVER_H10_PAD}{\ButtonFF}
40 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 40 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
41 \opt{IRIVER_RC_H100_PAD}{&} 41 \opt{HAVEREMOTEKEYMAP}{& }
42 & Save game\\ 42 & Save game\\
43 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 43 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
45 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 45 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
46 ,MROBE100_PAD}{\ButtonPower} 46 ,MROBE100_PAD}{\ButtonPower}
47 \opt{GIGABEAT_S_PAD}{\ButtonBack} 47 \opt{GIGABEAT_S_PAD}{\ButtonBack}
48 \opt{IRIVER_RC_H100_PAD}{&} 48 \opt{HAVEREMOTEKEYMAP}{& }
49 & Exit to menu\\ 49 & Exit to menu\\
50 \end{btnmap} 50 \end{btnmap}
51\end{table} 51\end{table}
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex
index 2119db68f1..bc8148f7b4 100644
--- a/manual/plugins/calculator.tex
+++ b/manual/plugins/calculator.tex
@@ -15,7 +15,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
15 \opt{SANSA_E200_PAD}{/} 15 \opt{SANSA_E200_PAD}{/}
16 \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack} 16 \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Move around the keypad\\ 19 & Move around the keypad\\
20 % 20 %
21 \opt{RECORDER_PAD}{\ButtonPlay} 21 \opt{RECORDER_PAD}{\ButtonPlay}
@@ -24,7 +24,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
24 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 24 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
25 {\ButtonSelect} 25 {\ButtonSelect}
26 \opt{IRIVER_H10_PAD}{\ButtonPlay} 26 \opt{IRIVER_H10_PAD}{\ButtonPlay}
27 \opt{IRIVER_RC_H100_PAD}{&} 27 \opt{HAVEREMOTEKEYMAP}{& }
28 & Select a button\\ 28 & Select a button\\
29 % 29 %
30 \nopt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{ 30 \nopt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{
@@ -35,14 +35,14 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
35 \opt{GIGABEAT_PAD}{\ButtonA} 35 \opt{GIGABEAT_PAD}{\ButtonA}
36 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 36 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
37 \opt{MROBE100_PAD}{\ButtonDisplay} 37 \opt{MROBE100_PAD}{\ButtonDisplay}
38 \opt{IRIVER_RC_H100_PAD}{&} 38 \opt{HAVEREMOTEKEYMAP}{& }
39 & Delete last entered digit or clear after calculation\\ 39 & Delete last entered digit or clear after calculation\\
40 % 40 %
41 } 41 }
42 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{ 42 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{
43 \opt{RECORDER_PAD}{\ButtonFTwo} 43 \opt{RECORDER_PAD}{\ButtonFTwo}
44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
45 \opt{IRIVER_RC_H100_PAD}{&} 45 \opt{HAVEREMOTEKEYMAP}{& }
46 & Cycle through the 4 basic operators\\ 46 & Cycle through the 4 basic operators\\
47 % 47 %
48 } 48 }
@@ -53,7 +53,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
53 {\ButtonPlay} 53 {\ButtonPlay}
54 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect} 54 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
55 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 55 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
56 \opt{IRIVER_RC_H100_PAD}{&} 56 \opt{HAVEREMOTEKEYMAP}{& }
57 & Calculate\\ 57 & Calculate\\
58 % 58 %
59 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 59 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -61,7 +61,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
61 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 61 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
62 ,MROBE100_PAD}{\ButtonPower} 62 ,MROBE100_PAD}{\ButtonPower}
63 \opt{GIGABEAT_S_PAD}{\ButtonBack} 63 \opt{GIGABEAT_S_PAD}{\ButtonBack}
64 \opt{IRIVER_RC_H100_PAD}{&} 64 \opt{HAVEREMOTEKEYMAP}{& }
65 & Quit\\ 65 & Quit\\
66\end{btnmap} 66\end{btnmap}
67\end{table} 67\end{table}
diff --git a/manual/plugins/calendar.tex b/manual/plugins/calendar.tex
index 6a93192f93..962d3df964 100644
--- a/manual/plugins/calendar.tex
+++ b/manual/plugins/calendar.tex
@@ -12,14 +12,14 @@ yearly, monthly, and weekly memos.
12 ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}{\ButtonUp{} / \ButtonDown} 12 ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}{\ButtonUp{} / \ButtonDown}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
15 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Move the selector\\ 16 & Move the selector\\
17 % 17 %
18 \opt{RECORDER_PAD}{\ButtonPlay} 18 \opt{RECORDER_PAD}{\ButtonPlay}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
20 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 20 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
21 \opt{IRIVER_H10_PAD}{\ButtonPlay} 21 \opt{IRIVER_H10_PAD}{\ButtonPlay}
22 \opt{IRIVER_RC_H100_PAD}{&} 22 \opt{HAVEREMOTEKEYMAP}{& }
23 & Show memos for the selected day\\ 23 & Show memos for the selected day\\
24 % 24 %
25 \opt{RECORDER_PAD}{\ButtonOn{} + \ButtonUp{} / \ButtonDown} 25 \opt{RECORDER_PAD}{\ButtonOn{} + \ButtonUp{} / \ButtonDown}
@@ -31,14 +31,14 @@ yearly, monthly, and weekly memos.
31 \opt{GIGABEAT_S_PAD}{\ButtonNext{} / \ButtonPrev} 31 \opt{GIGABEAT_S_PAD}{\ButtonNext{} / \ButtonPrev}
32 \opt{SANSA_E200_PAD}{\ButtonUp{} / \ButtonDown} 32 \opt{SANSA_E200_PAD}{\ButtonUp{} / \ButtonDown}
33 \opt{IRIVER_H10_PAD}{\ButtonFF{} / \ButtonRew} 33 \opt{IRIVER_H10_PAD}{\ButtonFF{} / \ButtonRew}
34 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{HAVEREMOTEKEYMAP}{& }
35 & Previous / Next month\\ 35 & Previous / Next month\\
36 % 36 %
37 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 37 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect}
39 \opt{GIGABEAT_S_PAD}{\ButtonBack} 39 \opt{GIGABEAT_S_PAD}{\ButtonBack}
40 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 40 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
41 \opt{IRIVER_RC_H100_PAD}{&} 41 \opt{HAVEREMOTEKEYMAP}{& }
42 & Quit\\ 42 & Quit\\
43\end{btnmap} 43\end{btnmap}
44\end{table} 44\end{table}
diff --git a/manual/plugins/chess_clock.tex b/manual/plugins/chess_clock.tex
index 627b3b9717..06f68e0553 100644
--- a/manual/plugins/chess_clock.tex
+++ b/manual/plugins/chess_clock.tex
@@ -12,7 +12,7 @@ used in any kind of game with up to ten players.
12 \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 12 \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
13 {\ButtonUp{} / \ButtonDown} 13 {\ButtonUp{} / \ButtonDown}
14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd} 14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd}
15 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Increase / decrease displayed Value\\ 16 & Increase / decrease displayed Value\\
17 % 17 %
18 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} 18 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
@@ -20,7 +20,7 @@ used in any kind of game with up to ten players.
20 \opt{ONDIO_PAD}{\ButtonRight} 20 \opt{ONDIO_PAD}{\ButtonRight}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
22 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 22 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
23 \opt{IRIVER_RC_H100_PAD}{&} 23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Move to next screen\\ 24 & Move to next screen\\
25 % 25 %
26 \opt{PLAYER_PAD}{\ButtonStop} 26 \opt{PLAYER_PAD}{\ButtonStop}
@@ -29,7 +29,7 @@ used in any kind of game with up to ten players.
29 \opt{IAUDIO_X5_PAD}{\ButtonRec} 29 \opt{IAUDIO_X5_PAD}{\ButtonRec}
30 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 30 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
31 \opt{GIGABEAT_S_PAD}{\ButtonBack} 31 \opt{GIGABEAT_S_PAD}{\ButtonBack}
32 \opt{IRIVER_RC_H100_PAD}{&} 32 \opt{HAVEREMOTEKEYMAP}{& }
33 & Move to previous screen\\ 33 & Move to previous screen\\
34 \end{btnmap} 34 \end{btnmap}
35\end{table} 35\end{table}
@@ -59,7 +59,7 @@ Keys are as follows:
59 \opt{IAUDIO_X5_PAD}{\ButtonRec} 59 \opt{IAUDIO_X5_PAD}{\ButtonRec}
60 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 60 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
61 \opt{GIGABEAT_S_PAD}{\ButtonBack} 61 \opt{GIGABEAT_S_PAD}{\ButtonBack}
62 \opt{IRIVER_RC_H100_PAD}{&} 62 \opt{HAVEREMOTEKEYMAP}{& }
63 & Exit plugin \\ 63 & Exit plugin \\
64 % 64 %
65 \opt{PLAYER_PAD}{\ButtonStop} 65 \opt{PLAYER_PAD}{\ButtonStop}
@@ -71,7 +71,7 @@ Keys are as follows:
71 \opt{GIGABEAT_PAD}{\ButtonA} 71 \opt{GIGABEAT_PAD}{\ButtonA}
72 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 72 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
73 \opt{MROBE100_PAD}{\ButtonDisplay} 73 \opt{MROBE100_PAD}{\ButtonDisplay}
74 \opt{IRIVER_RC_H100_PAD}{&} 74 \opt{HAVEREMOTEKEYMAP}{& }
75 & Restart round for the current player \\ 75 & Restart round for the current player \\
76 % 76 %
77 \opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 77 \opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
@@ -79,21 +79,21 @@ Keys are as follows:
79 \opt{ONDIO_PAD}{\ButtonRight} 79 \opt{ONDIO_PAD}{\ButtonRight}
80 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 80 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
81 ,MROBE100_PAD}{\ButtonSelect} 81 ,MROBE100_PAD}{\ButtonSelect}
82 \opt{IRIVER_RC_H100_PAD}{&} 82 \opt{HAVEREMOTEKEYMAP}{& }
83 & Pause the time (press again to continue) \\ 83 & Pause the time (press again to continue) \\
84 % 84 %
85 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% 85 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
86 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight} 86 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight}
87 \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp} 87 \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp}
88 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} 88 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
89 \opt{IRIVER_RC_H100_PAD}{&} 89 \opt{HAVEREMOTEKEYMAP}{& }
90 & Switch to next player \\ 90 & Switch to next player \\
91 % 91 %
92 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% 92 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
93 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonLeft} 93 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonLeft}
94 \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown} 94 \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown}
95 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} 95 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
96 \opt{IRIVER_RC_H100_PAD}{&} 96 \opt{HAVEREMOTEKEYMAP}{& }
97 & Switch to previous player \\ 97 & Switch to previous player \\
98 % 98 %
99 \opt{PLAYER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 99 \opt{PLAYER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
@@ -103,7 +103,7 @@ Keys are as follows:
103 \opt{IAUDIO_X5_PAD}{\ButtonSelect} 103 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
104 \opt{IRIVER_H10_PAD}{\ButtonRew} 104 \opt{IRIVER_H10_PAD}{\ButtonRew}
105 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 105 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
106 \opt{IRIVER_RC_H100_PAD}{&} 106 \opt{HAVEREMOTEKEYMAP}{& }
107 & Open menu % 107 & Open menu %
108 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{(\ButtonPlay\ to select.)}% 108 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{(\ButtonPlay\ to select.)}%
109 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{(\ButtonOn\ to select.)}% 109 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{(\ButtonOn\ to select.)}%
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
index a3c26aa939..ab7593c893 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -32,7 +32,7 @@ the game.
32 \begin{btnmap}{}{} 32 \begin{btnmap}{}{}
33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight} 33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight}
34 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{Direction keys} 34 \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{Direction keys}
35 \opt{IRIVER_RC_H100_PAD}{&} 35 \opt{HAVEREMOTEKEYMAP}{& }
36 & Move the cursor\\ 36 & Move the cursor\\
37 \opt{RECORDER_PAD}{\ButtonPlay} 37 \opt{RECORDER_PAD}{\ButtonPlay}
38 \opt{ONDIO_PAD}{\ButtonMenu} 38 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -40,7 +40,7 @@ the game.
40 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 40 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
41 {\ButtonSelect} 41 {\ButtonSelect}
42 \opt{IRIVER_H10_PAD}{\ButtonRew} 42 \opt{IRIVER_H10_PAD}{\ButtonRew}
43 \opt{IRIVER_RC_H100_PAD}{&} 43 \opt{HAVEREMOTEKEYMAP}{& }
44 & Pick up / Drop piece\\ 44 & Pick up / Drop piece\\
45 \opt{RECORDER_PAD}{\ButtonFOne} 45 \opt{RECORDER_PAD}{\ButtonFOne}
46 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 46 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
@@ -50,7 +50,7 @@ the game.
50 \opt{IRIVER_H10_PAD}{\ButtonFF} 50 \opt{IRIVER_H10_PAD}{\ButtonFF}
51 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 51 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
52 \opt{MROBE100_PAD}{\ButtonDisplay} 52 \opt{MROBE100_PAD}{\ButtonDisplay}
53 \opt{IRIVER_RC_H100_PAD}{&} 53 \opt{HAVEREMOTEKEYMAP}{& }
54 & Change level\\ 54 & Change level\\
55 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 55 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
56 \opt{ONDIO_PAD}{Long \ButtonMenu} 56 \opt{ONDIO_PAD}{Long \ButtonMenu}
@@ -60,13 +60,13 @@ the game.
60 \opt{SANSA_C200_PAD}{\ButtonVolUp} 60 \opt{SANSA_C200_PAD}{\ButtonVolUp}
61 \opt{GIGABEAT_PAD}{\ButtonA} 61 \opt{GIGABEAT_PAD}{\ButtonA}
62 \opt{MROBE100_PAD}{\ButtonPlay} 62 \opt{MROBE100_PAD}{\ButtonPlay}
63 \opt{IRIVER_RC_H100_PAD}{&} 63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Force play\\ 64 & Force play\\
65 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 65 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
67 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} 67 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
68 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPower} 68 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPower}
69 \opt{IRIVER_RC_H100_PAD}{&} 69 \opt{HAVEREMOTEKEYMAP}{& }
70 & Show the menu\\ 70 & Show the menu\\
71 \end{btnmap} 71 \end{btnmap}
72\end{table} 72\end{table}
diff --git a/manual/plugins/chopper.tex b/manual/plugins/chopper.tex
index 2a1b6cf399..ca950472e4 100644
--- a/manual/plugins/chopper.tex
+++ b/manual/plugins/chopper.tex
@@ -13,14 +13,14 @@
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD,GIGABEAT_PAD}{\ButtonSelect} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD,GIGABEAT_PAD}{\ButtonSelect}
14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect{} / \ButtonUp} 14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect{} / \ButtonUp}
15 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu} 15 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu}
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{HAVEREMOTEKEYMAP}{& }
17 & Make chopper fly\\ 17 & Make chopper fly\\
18 18
19 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 19 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} 20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu}
22 \opt{GIGABEAT_S_PAD}{\ButtonBack}% 22 \opt{GIGABEAT_S_PAD}{\ButtonBack}%
23 \opt{IRIVER_RC_H100_PAD}{&} 23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Enter menu\\ 24 & Enter menu\\
25 \end{btnmap} 25 \end{btnmap}
26\end{table} \ No newline at end of file 26\end{table} \ No newline at end of file
diff --git a/manual/plugins/clix.tex b/manual/plugins/clix.tex
index 33b535a9b7..9497877b31 100644
--- a/manual/plugins/clix.tex
+++ b/manual/plugins/clix.tex
@@ -13,17 +13,21 @@ The more blocks you remove per turn, the more points you get.
13 {\ButtonUp/\ButtonDown} 13 {\ButtonUp/\ButtonDown}
14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay} 14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} 15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
16 \opt{HAVEREMOTEKEYMAP}{& }
16 & Move the cursor around the blocks \\ 17 & Move the cursor around the blocks \\
17 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} 18 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
18 \opt{ONDIO_PAD}{\ButtonMenu} 19 \opt{ONDIO_PAD}{\ButtonMenu}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
20 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD} 21 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD}
21 {\ButtonSelect} 22 {\ButtonSelect}
23 \opt{HAVEREMOTEKEYMAP}{& }
22 & Remove a block \\ 24 & Remove a block \\
23 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} 25 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
24 {\ButtonOff & Exit \\}% 26 {\ButtonOff}
25 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD% 27 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD%
26 ,IAUDIO_X5_PAD}{\ButtonPower & Exit \\}% 28 ,IAUDIO_X5_PAD}{\ButtonPower}
27 \opt{GIGABEAT_S_PAD}{\ButtonBack & Exit \\}% 29 \opt{GIGABEAT_S_PAD}{\ButtonBack}
30 \opt{HAVEREMOTEKEYMAP}{& }
31 & Exit \\
28 \end{btnmap} 32 \end{btnmap}
29\end{table} 33\end{table}
diff --git a/manual/plugins/clock.tex b/manual/plugins/clock.tex
index 6f089c4b4b..8ce26b860a 100644
--- a/manual/plugins/clock.tex
+++ b/manual/plugins/clock.tex
@@ -8,6 +8,7 @@ This is a fully featured analogue and digital clock plugin.
8\begin{table} 8\begin{table}
9\begin{btnmap}{}{} 9\begin{btnmap}{}{}
10 \ButtonLeft{} / \ButtonRight 10 \ButtonLeft{} / \ButtonRight
11 \opt{HAVEREMOTEKEYMAP}{& }
11 & Cycle through modes \\ 12 & Cycle through modes \\
12 \opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 13 \opt{RECORDER_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
13 ,MROBE100_PAD}{\ButtonUp{} / \ButtonDown} 14 ,MROBE100_PAD}{\ButtonUp{} / \ButtonDown}
@@ -15,6 +16,7 @@ This is a fully featured analogue and digital clock plugin.
15 {\ButtonScrollFwd{} / \ButtonScrollBack} 16 {\ButtonScrollFwd{} / \ButtonScrollBack}
16 \opt{SANSA_C200_PAD}{\ButtonVolUp{} / \ButtonVolDown} 17 \opt{SANSA_C200_PAD}{\ButtonVolUp{} / \ButtonVolDown}
17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 18 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
19 \opt{HAVEREMOTEKEYMAP}{& }
18 & Cycle through skins \\ 20 & Cycle through skins \\
19 \opt{RECORDER_PAD}{\ButtonFOne} 21 \opt{RECORDER_PAD}{\ButtonFOne}
20 \opt{IAUDIO_X5_PAD}{\ButtonRec} 22 \opt{IAUDIO_X5_PAD}{\ButtonRec}
@@ -23,23 +25,27 @@ This is a fully featured analogue and digital clock plugin.
23 {\ButtonMenu} 25 {\ButtonMenu}
24 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonDown} 26 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonDown}
25 \opt{IRIVER_H10_PAD}{\ButtonFF} 27 \opt{IRIVER_H10_PAD}{\ButtonFF}
28 \opt{HAVEREMOTEKEYMAP}{& }
26 & Main Menu \\ 29 & Main Menu \\
27 \opt{RECORDER_PAD}{\ButtonPlay} 30 \opt{RECORDER_PAD}{\ButtonPlay}
28 \opt{IRIVER_H10_PAD}{\ButtonRew} 31 \opt{IRIVER_H10_PAD}{\ButtonRew}
29 \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_C200_PAD% 32 \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_C200_PAD%
30 ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 33 ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
34 \opt{HAVEREMOTEKEYMAP}{& }
31 & Start / Stop Counter \\ 35 & Start / Stop Counter \\
32 Long 36 Long
33 \opt{RECORDER_PAD_PAD}{\ButtonPlay}% 37 \opt{RECORDER_PAD_PAD}{\ButtonPlay}%
34 \opt{IRIVER_H10_PAD}{\ButtonRew}% 38 \opt{IRIVER_H10_PAD}{\ButtonRew}%
35 \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_C200_PAD% 39 \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_C200_PAD%
36 ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 40 ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
41 \opt{HAVEREMOTEKEYMAP}{& }
37 & Reset Counter \\ 42 & Reset Counter \\
38 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} 43 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu + \ButtonSelect} 44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu + \ButtonSelect}
40 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 45 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
41 ,MROBE100_PAD}{\ButtonPower} 46 ,MROBE100_PAD}{\ButtonPower}
42 \opt{GIGABEAT_S_PAD}{\ButtonBack} 47 \opt{GIGABEAT_S_PAD}{\ButtonBack}
48 \opt{HAVEREMOTEKEYMAP}{& }
43 & Save Settings (if enabled) and Exit \\ 49 & Save Settings (if enabled) and Exit \\
44\end{btnmap} 50\end{btnmap}
45\end{table} 51\end{table}
diff --git a/manual/plugins/cube.tex b/manual/plugins/cube.tex
index f05c1ada49..748b48f64a 100644
--- a/manual/plugins/cube.tex
+++ b/manual/plugins/cube.tex
@@ -11,14 +11,14 @@ This is a rotating cube screen saver in 3D.
11 \opt{IRIVER_H10_PAD}{\ButtonFF} 11 \opt{IRIVER_H10_PAD}{\ButtonFF}
12 \opt{GIGABEAT_PAD}{\ButtonA} 12 \opt{GIGABEAT_PAD}{\ButtonA}
13 \opt{MROBE100_PAD}{\ButtonDisplay} 13 \opt{MROBE100_PAD}{\ButtonDisplay}
14 \opt{IRIVER_RC_H100_PAD}{&} 14 \opt{HAVEREMOTEKEYMAP}{& }
15 & Display at maximum frame rate\\ 15 & Display at maximum frame rate\\
16 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 16 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
17 ,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 17 ,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
18 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 18 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
20 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} 20 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
21 \opt{IRIVER_RC_H100_PAD}{&} 21 \opt{HAVEREMOTEKEYMAP}{& }
22 & Pause\\ 22 & Pause\\
23 \opt{PLAYER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 23 \opt{PLAYER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
24 \opt{RECORDER_PAD}{\ButtonFThree} 24 \opt{RECORDER_PAD}{\ButtonFThree}
@@ -27,11 +27,11 @@ This is a rotating cube screen saver in 3D.
27 \opt{IAUDIO_X5_PAD}{\ButtonSelect} 27 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
28 \opt{IRIVER_H10_PAD}{\ButtonRew} 28 \opt{IRIVER_H10_PAD}{\ButtonRew}
29 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect} 29 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
30 \opt{IRIVER_RC_H100_PAD}{&} 30 \opt{HAVEREMOTEKEYMAP}{& }
31 & Cycle draw mode\\ 31 & Cycle draw mode\\
32 \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft} 32 \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft}
33 \nopt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft} 33 \nopt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft}
34 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{HAVEREMOTEKEYMAP}{& }
35 & Select axis to adjust\\ 35 & Select axis to adjust\\
36 \opt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft} 36 \opt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft}
37 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 37 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -39,7 +39,7 @@ This is a rotating cube screen saver in 3D.
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 39 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
40 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 40 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
41 \opt{SANSA_C200_PAD}{\ButtonVolDown{} / \ButtonVolUp} 41 \opt{SANSA_C200_PAD}{\ButtonVolDown{} / \ButtonVolUp}
42 \opt{IRIVER_RC_H100_PAD}{&} 42 \opt{HAVEREMOTEKEYMAP}{& }
43 & Change speed/angle (speed can not be changed while paused)\\ 43 & Change speed/angle (speed can not be changed while paused)\\
44 \opt{PLAYER_PAD}{\ButtonStop} 44 \opt{PLAYER_PAD}{\ButtonStop}
45 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 45 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -47,7 +47,7 @@ This is a rotating cube screen saver in 3D.
47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
48 ,MROBE100_PAD}{\ButtonPower} 48 ,MROBE100_PAD}{\ButtonPower}
49 \opt{GIGABEAT_S_PAD}{\ButtonBack} 49 \opt{GIGABEAT_S_PAD}{\ButtonBack}
50 \opt{IRIVER_RC_H100_PAD}{&} 50 \opt{HAVEREMOTEKEYMAP}{& }
51 & Quit\\ 51 & Quit\\
52 \end{btnmap} 52 \end{btnmap}
53\end{table} 53\end{table}
diff --git a/manual/plugins/demystify.tex b/manual/plugins/demystify.tex
index b7587c5c3d..b58d8aac40 100644
--- a/manual/plugins/demystify.tex
+++ b/manual/plugins/demystify.tex
@@ -9,7 +9,7 @@ Demystify is a screen saver like demo.\\
9 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
10 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 10 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
11 {\ButtonRight\ / \ButtonLeft} 11 {\ButtonRight\ / \ButtonLeft}
12 \opt{IRIVER_RC_H100_PAD}{&} 12 \opt{HAVEREMOTEKEYMAP}{& }
13 & Increase / decrease speed\\ 13 & Increase / decrease speed\\
14 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} 14 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
15 {\ButtonRight\ / \ButtonLeft} 15 {\ButtonRight\ / \ButtonLeft}
@@ -17,13 +17,13 @@ Demystify is a screen saver like demo.\\
17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
18 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 18 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
19 {\ButtonUp\ / \ButtonDown} 19 {\ButtonUp\ / \ButtonDown}
20 \opt{IRIVER_RC_H100_PAD}{&} 20 \opt{HAVEREMOTEKEYMAP}{& }
21 & Add / remove polygon\\ 21 & Add / remove polygon\\
22 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 22 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
23 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 23 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
24 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 24 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
25 \opt{GIGABEAT_S_PAD}{\ButtonBack} 25 \opt{GIGABEAT_S_PAD}{\ButtonBack}
26 \opt{IRIVER_RC_H100_PAD}{&} 26 \opt{HAVEREMOTEKEYMAP}{& }
27 & Quit\\ 27 & Quit\\
28 \end{btnmap} 28 \end{btnmap}
29\end{table} 29\end{table}
diff --git a/manual/plugins/dice.tex b/manual/plugins/dice.tex
index ad6e56911d..217b2f6ec2 100644
--- a/manual/plugins/dice.tex
+++ b/manual/plugins/dice.tex
@@ -11,7 +11,7 @@ numbers as well as the total of the rolled dice.
11 \opt{PLAYER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD% 11 \opt{PLAYER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
12 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPlay} 12 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPlay}
13 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 13 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
14 \opt{IRIVER_RC_H100_PAD}{&} 14 \opt{HAVEREMOTEKEYMAP}{& }
15 & Roll dice again\\ 15 & Roll dice again\\
16 \opt{PLAYER_PAD}{\ButtonStop} 16 \opt{PLAYER_PAD}{\ButtonStop}
17 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 17 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -19,7 +19,7 @@ numbers as well as the total of the rolled dice.
19 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD% 19 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD%
20 ,IRIVER_H10_PAD}{\ButtonPower} 20 ,IRIVER_H10_PAD}{\ButtonPower}
21 \opt{GIGABEAT_S_PAD}{\ButtonBack} 21 \opt{GIGABEAT_S_PAD}{\ButtonBack}
22 \opt{IRIVER_RC_H100_PAD}{&} 22 \opt{HAVEREMOTEKEYMAP}{& }
23 & Quit\\ 23 & Quit\\
24 \end{btnmap} 24 \end{btnmap}
25\end{table} 25\end{table}
diff --git a/manual/plugins/doom.tex b/manual/plugins/doom.tex
index 31c044a999..2bddc99a1d 100644
--- a/manual/plugins/doom.tex
+++ b/manual/plugins/doom.tex
@@ -81,23 +81,23 @@ Rockdoom options, you will need to quit your current game and restart the plugin
81 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp} 81 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp}
82 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu} 82 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
83 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 83 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
84 \opt{IRIVER_RC_H100_PAD}{&} 84 \opt{HAVEREMOTEKEYMAP}{& }
85 & Move Forward \\ 85 & Move Forward \\
86% 86%
87 \nopt{IPOD_3G_PAD,IPOD_4G_PAD}{ 87 \nopt{IPOD_3G_PAD,IPOD_4G_PAD}{
88 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 88 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
89 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown} 89 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown}
90 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 90 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
91 \opt{IRIVER_RC_H100_PAD}{&} 91 \opt{HAVEREMOTEKEYMAP}{& }
92 & Down\\ 92 & Down\\
93 } 93 }
94% 94%
95 \ButtonLeft 95 \ButtonLeft
96 \opt{IRIVER_RC_H100_PAD}{&} 96 \opt{HAVEREMOTEKEYMAP}{& }
97 & Turn Left \\ 97 & Turn Left \\
98% 98%
99 \ButtonRight 99 \ButtonRight
100 \opt{IRIVER_RC_H100_PAD}{&} 100 \opt{HAVEREMOTEKEYMAP}{& }
101 & Turn Right \\ 101 & Turn Right \\
102% 102%
103 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 103 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
@@ -106,7 +106,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
106 \opt{IRIVER_H10_PAD}{\ButtonRew} 106 \opt{IRIVER_H10_PAD}{\ButtonRew}
107 \opt{GIGABEAT_PAD}{\ButtonA} 107 \opt{GIGABEAT_PAD}{\ButtonA}
108 \opt{MROBE100_PAD}{\ButtonDisplay} 108 \opt{MROBE100_PAD}{\ButtonDisplay}
109 \opt{IRIVER_RC_H100_PAD}{&} 109 \opt{HAVEREMOTEKEYMAP}{& }
110 & Shoot \\ 110 & Shoot \\
111% 111%
112 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 112 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
@@ -114,20 +114,20 @@ Rockdoom options, you will need to quit your current game and restart the plugin
114 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 114 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
115 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 115 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
116 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 116 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
117 \opt{IRIVER_RC_H100_PAD}{&} 117 \opt{HAVEREMOTEKEYMAP}{& }
118 & Open \\ 118 & Open \\
119% 119%
120 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 120 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
121 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonHold{} switch} 121 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonHold{} switch}
122 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 122 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
123 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPower} 123 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPower}
124 \opt{IRIVER_RC_H100_PAD}{&} 124 \opt{HAVEREMOTEKEYMAP}{& }
125 & InGame Menu \\ 125 & InGame Menu \\
126% 126%
127 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD% 127 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD%
128 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD}{\ButtonSelect} 128 ,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,MROBE100_PAD}{\ButtonSelect}
129 \opt{IRIVER_H10_PAD}{\ButtonRew} 129 \opt{IRIVER_H10_PAD}{\ButtonRew}
130 \opt{IRIVER_RC_H100_PAD}{&} 130 \opt{HAVEREMOTEKEYMAP}{& }
131 & Enter \\ 131 & Enter \\
132% 132%
133 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 133 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -137,7 +137,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
137 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 137 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
138 \opt{SANSA_C200_PAD}{\ButtonVolUp} 138 \opt{SANSA_C200_PAD}{\ButtonVolUp}
139 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 139 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
140 \opt{IRIVER_RC_H100_PAD}{&} 140 \opt{HAVEREMOTEKEYMAP}{& }
141 & Change Weapon \\ 141 & Change Weapon \\
142% 142%
143\end{btnmap} 143\end{btnmap}
diff --git a/manual/plugins/fire.tex b/manual/plugins/fire.tex
index 6e42ebf391..e2c91d5cd9 100644
--- a/manual/plugins/fire.tex
+++ b/manual/plugins/fire.tex
@@ -9,7 +9,7 @@ Fire is a demo displaying a fire effect.
9 {\ButtonUp\ / \ButtonDown} 9 {\ButtonUp\ / \ButtonDown}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 10 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
11 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 11 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
12 \opt{IRIVER_RC_H100_PAD}{&} 12 \opt{HAVEREMOTEKEYMAP}{& }
13 & Increase / decrease number of flames\\ 13 & Increase / decrease number of flames\\
14 \opt{RECORDER_PAD}{\ButtonOn} 14 \opt{RECORDER_PAD}{\ButtonOn}
15 \opt{ONDIO_PAD}{\ButtonMenu} 15 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -17,20 +17,20 @@ Fire is a demo displaying a fire effect.
17 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 17 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
18 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 18 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
19 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonLeft} 19 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonLeft}
20 \opt{IRIVER_RC_H100_PAD}{&} 20 \opt{HAVEREMOTEKEYMAP}{& }
21 & Toggle flame type\\ 21 & Toggle flame type\\
22 \opt{RECORDER_PAD}{\ButtonPlay} 22 \opt{RECORDER_PAD}{\ButtonPlay}
23 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% 23 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
24 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 24 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
25 {\ButtonRight} 25 {\ButtonRight}
26 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 26 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
27 \opt{IRIVER_RC_H100_PAD}{&} 27 \opt{HAVEREMOTEKEYMAP}{& }
28 & Toggle moving flames\\ 28 & Toggle moving flames\\
29 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 29 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
31 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 31 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
32 \opt{GIGABEAT_S_PAD}{\ButtonBack} 32 \opt{GIGABEAT_S_PAD}{\ButtonBack}
33 \opt{IRIVER_RC_H100_PAD}{&} 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Quit\\ 34 & Quit\\
35 \end{btnmap} 35 \end{btnmap}
36\end{table} 36\end{table}
diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex
index 251be268ce..9191cb6a5e 100644
--- a/manual/plugins/flipit.tex
+++ b/manual/plugins/flipit.tex
@@ -13,7 +13,7 @@ a screen containing tokens of only one colour.
13 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 13 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
14\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} 14\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
15\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 15\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{HAVEREMOTEKEYMAP}{& }
17 & Move the cursor \\ 17 & Move the cursor \\
18\opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay} 18\opt{PLAYER_PAD,RECORDER_PAD}{\ButtonPlay}
19\opt{ONDIO_PAD}{\ButtonMenu} 19\opt{ONDIO_PAD}{\ButtonMenu}
@@ -21,7 +21,7 @@ a screen containing tokens of only one colour.
21 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 21 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
22 {\ButtonSelect} 22 {\ButtonSelect}
23\opt{IRIVER_H10_PAD}{\ButtonRew} 23\opt{IRIVER_H10_PAD}{\ButtonRew}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Flip \\ 25 & Flip \\
26\opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft} 26\opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft}
27\opt{RECORDER_PAD}{\ButtonFOne} 27\opt{RECORDER_PAD}{\ButtonFOne}
@@ -31,7 +31,7 @@ a screen containing tokens of only one colour.
31\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonLeft} 31\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonLeft}
32\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonLeft} 32\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonLeft}
33\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 33\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
34 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{HAVEREMOTEKEYMAP}{& }
35 & Shuffle \\ 35 & Shuffle \\
36\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight} 36\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight}
37\opt{RECORDER_PAD}{\ButtonFTwo} 37\opt{RECORDER_PAD}{\ButtonFTwo}
@@ -42,7 +42,7 @@ a screen containing tokens of only one colour.
42\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonRight} 42\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonRight}
43\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 43\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
44\opt{MROBE100_PAD}{\ButtonPlay} 44\opt{MROBE100_PAD}{\ButtonPlay}
45 \opt{IRIVER_RC_H100_PAD}{&} 45 \opt{HAVEREMOTEKEYMAP}{& }
46 & Solve \\ 46 & Solve \\
47\opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay} 47\opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
48\opt{RECORDER_PAD}{\ButtonFThree} 48\opt{RECORDER_PAD}{\ButtonFThree}
@@ -54,14 +54,14 @@ a screen containing tokens of only one colour.
54\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonSelect} 54\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonSelect}
55\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 55\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
56\opt{MROBE100_PAD}{\ButtonDisplay} 56\opt{MROBE100_PAD}{\ButtonDisplay}
57 \opt{IRIVER_RC_H100_PAD}{&} 57 \opt{HAVEREMOTEKEYMAP}{& }
58 & Solve step by step \\ 58 & Solve step by step \\
59\opt{PLAYER_PAD}{\ButtonStop} 59\opt{PLAYER_PAD}{\ButtonStop}
60\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 60\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
61\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 61\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
62\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_C200_PAD}{\ButtonPower} 62\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_C200_PAD}{\ButtonPower}
63\opt{GIGABEAT_S_PAD}{\ButtonBack} 63\opt{GIGABEAT_S_PAD}{\ButtonBack}
64 \opt{IRIVER_RC_H100_PAD}{&} 64 \opt{HAVEREMOTEKEYMAP}{& }
65 & Quit the game \\ 65 & Quit the game \\
66\end{btnmap} 66\end{btnmap}
67\end{table} 67\end{table}
diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex
index 55133f115d..dc68f1f55a 100644
--- a/manual/plugins/goban.tex
+++ b/manual/plugins/goban.tex
@@ -60,20 +60,20 @@ these markers: \\
60 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonUp}% 60 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonUp}%
61 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}% 61 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}%
62 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 62 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
63 \opt{IRIVER_RC_H100_PAD}{&} 63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Move cursor up \\ 64 & Move cursor up \\
65 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,% 65 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,%
66 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,% 66 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,%
67 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonDown}% 67 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonDown}%
68 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}% 68 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}%
69 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 69 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
70 \opt{IRIVER_RC_H100_PAD}{&} 70 \opt{HAVEREMOTEKEYMAP}{& }
71 & Move cursor down \\ 71 & Move cursor down \\
72 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,IPOD_1G2G_PAD,% 72 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,IPOD_1G2G_PAD,%
73 IPOD_3G_PAD,IPOD_4G_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,% 73 IPOD_3G_PAD,IPOD_4G_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,%
74 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,RECORDER_PAD,% 74 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,RECORDER_PAD,%
75 ONDIO_PAD}{\ButtonLeft} 75 ONDIO_PAD}{\ButtonLeft}
76 \opt{IRIVER_RC_H100_PAD}{&} 76 \opt{HAVEREMOTEKEYMAP}{& }
77 & Move cursor left % 77 & Move cursor left %
78 \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or % 78 \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or %
79 retreat one node in the game tree if in % 79 retreat one node in the game tree if in %
@@ -82,7 +82,7 @@ these markers: \\
82 IPOD_3G_PAD,IPOD_4G_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,% 82 IPOD_3G_PAD,IPOD_4G_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,%
83 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,RECORDER_PAD,% 83 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,RECORDER_PAD,%
84 ONDIO_PAD}{\ButtonRight} 84 ONDIO_PAD}{\ButtonRight}
85 \opt{IRIVER_RC_H100_PAD}{&} 85 \opt{HAVEREMOTEKEYMAP}{& }
86 & Move cursor right 86 & Move cursor right
87 \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or advance one node in 87 \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or advance one node in
88 the game tree if in \emph{tree} navigation mode} \\ 88 the game tree if in \emph{tree} navigation mode} \\
@@ -93,7 +93,7 @@ these markers: \\
93 MROBE100_PAD,IAUDIO_X5_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD}{\ButtonSelect}% 93 MROBE100_PAD,IAUDIO_X5_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD}{\ButtonSelect}%
94 \opt{IRIVER_H10_PAD,RECORDER_PAD}{\ButtonPlay}% 94 \opt{IRIVER_H10_PAD,RECORDER_PAD}{\ButtonPlay}%
95 \opt{ONDIO_PAD}{\ButtonMenu} 95 \opt{ONDIO_PAD}{\ButtonMenu}
96 \opt{IRIVER_RC_H100_PAD}{&} 96 \opt{HAVEREMOTEKEYMAP}{& }
97 & Play a move (or use a tool if play-mode has been changed). \\ 97 & Play a move (or use a tool if play-mode has been changed). \\
98 \nopt{ONDIO_PAD}{ 98 \nopt{ONDIO_PAD}{
99 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD,% 99 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD,%
@@ -105,7 +105,7 @@ these markers: \\
105 \opt{MROBE100_PAD}{\ButtonMenu}% 105 \opt{MROBE100_PAD}{\ButtonMenu}%
106 \opt{IAUDIO_X5_PAD}{\ButtonPlay}% 106 \opt{IAUDIO_X5_PAD}{\ButtonPlay}%
107 \opt{RECORDER_PAD}{\ButtonFOne} 107 \opt{RECORDER_PAD}{\ButtonFOne}
108 \opt{IRIVER_RC_H100_PAD}{&} 108 \opt{HAVEREMOTEKEYMAP}{& }
109 & Retreat one node in the game tree \\ 109 & Retreat one node in the game tree \\
110 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,% 110 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,%
111 IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonScrollFwd}% 111 IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonScrollFwd}%
@@ -116,7 +116,7 @@ these markers: \\
116 \opt{MROBE100_PAD}{\ButtonPlay}% 116 \opt{MROBE100_PAD}{\ButtonPlay}%
117 \opt{IAUDIO_X5_PAD}{\ButtonRec}% 117 \opt{IAUDIO_X5_PAD}{\ButtonRec}%
118 \opt{RECORDER_PAD}{\ButtonFThree} 118 \opt{RECORDER_PAD}{\ButtonFThree}
119 \opt{IRIVER_RC_H100_PAD}{&} 119 \opt{HAVEREMOTEKEYMAP}{& }
120 & Advance one node in the game tree \\ 120 & Advance one node in the game tree \\
121 } 121 }
122 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,% 122 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,%
@@ -127,7 +127,7 @@ these markers: \\
127 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}% 127 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}%
128 \opt{RECORDER_PAD}{\ButtonFTwo}% 128 \opt{RECORDER_PAD}{\ButtonFTwo}%
129 \opt{ONDIO_PAD}{Long \ButtonMenu} 129 \opt{ONDIO_PAD}{Long \ButtonMenu}
130 \opt{IRIVER_RC_H100_PAD}{&} 130 \opt{HAVEREMOTEKEYMAP}{& }
131 & Main Menu \\ 131 & Main Menu \\
132 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,% 132 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,%
133 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,% 133 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,%
@@ -136,7 +136,7 @@ these markers: \\
136 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,% 136 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,%
137 IAUDIO_X5_PAD}{Long \ButtonSelect}% 137 IAUDIO_X5_PAD}{Long \ButtonSelect}%
138 \opt{IRIVER_H10_PAD}{Long \ButtonPlay} 138 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
139 \opt{IRIVER_RC_H100_PAD}{&} 139 \opt{HAVEREMOTEKEYMAP}{& }
140 & Context Menu \\ } 140 & Context Menu \\ }
141 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,RECORDER_PAD,MROBE100_PAD,% 141 \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,RECORDER_PAD,MROBE100_PAD,%
142 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_CLIP_PAD}{% 142 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_CLIP_PAD}{%
@@ -148,7 +148,7 @@ these markers: \\
148 \opt{GIGABEAT_PAD}{\ButtonA}% 148 \opt{GIGABEAT_PAD}{\ButtonA}%
149 \opt{GIGABEAT_S_PAD}{\ButtonPlay}% 149 \opt{GIGABEAT_S_PAD}{\ButtonPlay}%
150 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 150 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
151 \opt{IRIVER_RC_H100_PAD}{&} 151 \opt{HAVEREMOTEKEYMAP}{& }
152 & Go to the next variation when at the first node in a branch \\ } 152 & Go to the next variation when at the first node in a branch \\ }
153 \end{btnmap} 153 \end{btnmap}
154\end{table} 154\end{table}
diff --git a/manual/plugins/invadrox.tex b/manual/plugins/invadrox.tex
index 6e5ac052d6..cba81cda62 100644
--- a/manual/plugins/invadrox.tex
+++ b/manual/plugins/invadrox.tex
@@ -8,21 +8,21 @@ increase speed, drop down and reverse direction after every pass!
8\begin{table} 8\begin{table}
9 \begin{btnmap}{}{} 9 \begin{btnmap}{}{}
10 Left and Right 10 Left and Right
11 \opt{IRIVER_RC_H100_PAD}{&} 11 \opt{HAVEREMOTEKEYMAP}{& }
12 & Move left and right \\ 12 & Move left and right \\
13 % 13 %
14 \opt{IRIVER_H100_PAD}{\ButtonOn} 14 \opt{IRIVER_H100_PAD}{\ButtonOn}
15 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD% 15 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD%
16 ,GIGABEAT_PAD,SANSA_E200_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 16 ,GIGABEAT_PAD,SANSA_E200_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
17 \opt{IRIVER_H10_PAD}{\ButtonPlay} 17 \opt{IRIVER_H10_PAD}{\ButtonPlay}
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Fire \\ 19 & Fire \\
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu}
22 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,% 22 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,%
23 SANSA_E200_PAD}{\ButtonPower} 23 SANSA_E200_PAD}{\ButtonPower}
24 \opt{GIGABEAT_S_PAD}{\ButtonBack} 24 \opt{GIGABEAT_S_PAD}{\ButtonBack}
25 \opt{IRIVER_RC_H100_PAD}{&} 25 \opt{HAVEREMOTEKEYMAP}{& }
26 & Quit\\ 26 & Quit\\
27 \end{btnmap} 27 \end{btnmap}
28\end{table} \ No newline at end of file 28\end{table} \ No newline at end of file
diff --git a/manual/plugins/jackpot.tex b/manual/plugins/jackpot.tex
index e7291d5199..e7dd6f0338 100644
--- a/manual/plugins/jackpot.tex
+++ b/manual/plugins/jackpot.tex
@@ -8,10 +8,10 @@ have 20\$. Payouts are given when three matching symbols come up.
8\begin{table} 8\begin{table}
9\begin{btnmap}{}{} 9\begin{btnmap}{}{}
10 \opt{PLAYER_PAD}{\ButtonPlay} 10 \opt{PLAYER_PAD}{\ButtonPlay}
11 \opt{IRIVER_RC_H100_PAD}{&} 11 \opt{HAVEREMOTEKEYMAP}{& }
12 & Play \\ 12 & Play \\
13 \opt{PLAYER_PAD}{\ButtonStop} 13 \opt{PLAYER_PAD}{\ButtonStop}
14 \opt{IRIVER_RC_H100_PAD}{&} 14 \opt{HAVEREMOTEKEYMAP}{& }
15 & Exit the game \\ 15 & Exit the game \\
16\end{btnmap} 16\end{btnmap}
17\end{table} 17\end{table}
diff --git a/manual/plugins/jewels.tex b/manual/plugins/jewels.tex
index a5600e08ed..ff56b9a558 100644
--- a/manual/plugins/jewels.tex
+++ b/manual/plugins/jewels.tex
@@ -21,14 +21,14 @@ In the mode puzzle the aim of the game is to connect the puzzles, by skilful swa
21 \opt{IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay} 21 \opt{IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
22 \opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd} 22 \opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd}
23 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} 23 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Move the cursor around the jewels \\ 25 & Move the cursor around the jewels \\
26 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} 26 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
27 \opt{ONDIO_PAD}{\ButtonMenu} 27 \opt{ONDIO_PAD}{\ButtonMenu}
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% 28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
29 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD} 29 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD}
30 {\ButtonSelect} 30 {\ButtonSelect}
31 \opt{IRIVER_RC_H100_PAD}{&} 31 \opt{HAVEREMOTEKEYMAP}{& }
32 & Select a jewel \\ 32 & Select a jewel \\
33 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD% 33 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD%
34 ,IAUDIO_X5_PAD}{\ButtonPower} 34 ,IAUDIO_X5_PAD}{\ButtonPower}
@@ -36,7 +36,7 @@ In the mode puzzle the aim of the game is to connect the puzzles, by skilful swa
36 \opt{IPOD_3G_PAD}{\ButtonMenu} 36 \opt{IPOD_3G_PAD}{\ButtonMenu}
37 \opt{IPOD_4G_PAD}{\ButtonSelect+ \ButtonMenu} 37 \opt{IPOD_4G_PAD}{\ButtonSelect+ \ButtonMenu}
38 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 38 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
39 \opt{IRIVER_RC_H100_PAD}{&} 39 \opt{HAVEREMOTEKEYMAP}{& }
40 & Menu \\ 40 & Menu \\
41 \end{btnmap} 41 \end{btnmap}
42\end{table} 42\end{table}
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index ff5b8bc37f..0f2f630623 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -20,7 +20,7 @@ greyscale library}.
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}% 20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}%
21 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} % 21 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} %
22 / \ButtonLeft\ / \ButtonRight 22 / \ButtonLeft\ / \ButtonRight
23 \opt{IRIVER_RC_H100_PAD}{&} 23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Move around in zoomed in image\\ 24 & Move around in zoomed in image\\
25 \opt{RECORDER_PAD}{\ButtonPlay} 25 \opt{RECORDER_PAD}{\ButtonPlay}
26 \opt{ONDIO_PAD}{\ButtonMenu} 26 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -29,7 +29,7 @@ greyscale library}.
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} 29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
30 \opt{IRIVER_H10_PAD}{\ButtonPlay} 30 \opt{IRIVER_H10_PAD}{\ButtonPlay}
31 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 31 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
32 \opt{IRIVER_RC_H100_PAD}{&} 32 \opt{HAVEREMOTEKEYMAP}{& }
33 & Zoom in\\ 33 & Zoom in\\
34 \opt{RECORDER_PAD}{\ButtonOn} 34 \opt{RECORDER_PAD}{\ButtonOn}
35 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} 35 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
@@ -39,7 +39,7 @@ greyscale library}.
39 \opt{IRIVER_H10_PAD}{Long \ButtonPlay} 39 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
40 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 40 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
41 \opt{MROBE100_PAD}{\ButtonPlay} 41 \opt{MROBE100_PAD}{\ButtonPlay}
42 \opt{IRIVER_RC_H100_PAD}{&} 42 \opt{HAVEREMOTEKEYMAP}{& }
43 & Zoom out\\ 43 & Zoom out\\
44 \opt{RECORDER_PAD}{\ButtonFThree} 44 \opt{RECORDER_PAD}{\ButtonFThree}
45 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 45 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
@@ -53,7 +53,7 @@ greyscale library}.
53 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} 53 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
54 \opt{GIGABEAT_S_PAD}{\ButtonNext} 54 \opt{GIGABEAT_S_PAD}{\ButtonNext}
55 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight} 55 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight}
56 \opt{IRIVER_RC_H100_PAD}{&} 56 \opt{HAVEREMOTEKEYMAP}{& }
57 & Next jpeg in directory\\ 57 & Next jpeg in directory\\
58 \opt{RECORDER_PAD}{\ButtonFTwo} 58 \opt{RECORDER_PAD}{\ButtonFTwo}
59 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 59 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
@@ -66,17 +66,18 @@ greyscale library}.
66 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} 66 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
67 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 67 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
68 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft} 68 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft}
69 \opt{IRIVER_RC_H100_PAD}{&} 69 \opt{HAVEREMOTEKEYMAP}{& }
70 & Previous jpeg in directory\\ 70 & Previous jpeg in directory\\
71 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{%currently only defined for the sansa pads 71 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{%currently only defined for the sansa pads
72 \ButtonRec 72 \ButtonRec
73 \opt{HAVEREMOTEKEYMAP}{& }
73 & Toggle slide show mode\\ 74 & Toggle slide show mode\\
74 } 75 }
75 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 76 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 77 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
77 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} 78 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
78 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 79 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
79 \opt{IRIVER_RC_H100_PAD}{&} 80 \opt{HAVEREMOTEKEYMAP}{& }
80 & Show menu\\ 81 & Show menu\\
81\end{btnmap} 82\end{btnmap}
82\end{table} 83\end{table}
diff --git a/manual/plugins/lamp.tex b/manual/plugins/lamp.tex
index a4b615a5de..af58e7ef26 100644
--- a/manual/plugins/lamp.tex
+++ b/manual/plugins/lamp.tex
@@ -5,13 +5,14 @@ You get an empty screen with maximum brightness.
5\begin{table} 5\begin{table}
6 \begin{btnmap}{}{} 6 \begin{btnmap}{}{}
7 \opt{lcd_color}{\ButtonLeft/\ButtonRight 7 \opt{lcd_color}{\ButtonLeft/\ButtonRight
8 \opt{HAVEREMOTEKEYMAP}{& }
8 & Toggle between colours\\ 9 & Toggle between colours\\
9 } 10 }
10 \opt{PLAYER_PAD}{\ButtonMenu} 11 \opt{PLAYER_PAD}{\ButtonMenu}
11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 12 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
12 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}
13 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 14 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
14 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
15 & Quit\\ 16 & Quit\\
16 \end{btnmap} 17 \end{btnmap}
17\end{table} 18\end{table}
diff --git a/manual/plugins/logo.tex b/manual/plugins/logo.tex
index ec8060c328..a9e36b0a23 100644
--- a/manual/plugins/logo.tex
+++ b/manual/plugins/logo.tex
@@ -4,7 +4,7 @@ Demo showing the Rockbox logo bouncing around the screen.
4\begin{table} 4\begin{table}
5 \begin{btnmap}{}{} 5 \begin{btnmap}{}{}
6 \ButtonRight\ / \ButtonLeft 6 \ButtonRight\ / \ButtonLeft
7 \opt{IRIVER_RC_H100_PAD}{&} 7 \opt{HAVEREMOTEKEYMAP}{& }
8 & Increase / decrease speed on the x-axis\\ 8 & Increase / decrease speed on the x-axis\\
9 \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight\ / \ButtonOn+\ButtonLeft} 9 \opt{PLAYER_PAD}{\ButtonOn+\ButtonRight\ / \ButtonOn+\ButtonLeft}
10 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 10 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -12,14 +12,14 @@ Demo showing the Rockbox logo bouncing around the screen.
12 {\ButtonUp\ / \ButtonDown} 12 {\ButtonUp\ / \ButtonDown}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
15 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Increase / decrease speed on the y-axis\\ 16 & Increase / decrease speed on the y-axis\\
17 \opt{PLAYER_PAD}{\ButtonStop} 17 \opt{PLAYER_PAD}{\ButtonStop}
18 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 18 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
21 \opt{GIGABEAT_S_PAD}{\ButtonBack} 21 \opt{GIGABEAT_S_PAD}{\ButtonBack}
22 \opt{IRIVER_RC_H100_PAD}{&} 22 \opt{HAVEREMOTEKEYMAP}{& }
23 & Quit\\ 23 & Quit\\
24 \end{btnmap} 24 \end{btnmap}
25\end{table} 25\end{table}
diff --git a/manual/plugins/mandelbrot.tex b/manual/plugins/mandelbrot.tex
index 5c723218a9..6fa6e860e5 100644
--- a/manual/plugins/mandelbrot.tex
+++ b/manual/plugins/mandelbrot.tex
@@ -13,7 +13,7 @@ This demonstration draws fractal images from the Mandelbrot set
13 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} 13 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
14 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd} 14 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
15 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 15 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{HAVEREMOTEKEYMAP}{& }
17 & Zoom in\\ 17 & Zoom in\\
18 % 18 %
19 \opt{RECORDER_PAD}{\ButtonOn} 19 \opt{RECORDER_PAD}{\ButtonOn}
@@ -23,7 +23,7 @@ This demonstration draws fractal images from the Mandelbrot set
23 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect} 23 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect}
24 \opt{IRIVER_H10_PAD}{Long \ButtonPlay} 24 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
25 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 25 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
26 \opt{IRIVER_RC_H100_PAD}{&} 26 \opt{HAVEREMOTEKEYMAP}{& }
27 & Zoom out\\ 27 & Zoom out\\
28 % 28 %
29 \opt{RECORDER_PAD}{\ButtonFOne} 29 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -35,7 +35,7 @@ This demonstration draws fractal images from the Mandelbrot set
35 \opt{GIGABEAT_PAD}{\ButtonVolDown} 35 \opt{GIGABEAT_PAD}{\ButtonVolDown}
36 \opt{GIGABEAT_S_PAD}{\ButtonNext} 36 \opt{GIGABEAT_S_PAD}{\ButtonNext}
37 \opt{MROBE100_PAD}{\ButtonPlay} 37 \opt{MROBE100_PAD}{\ButtonPlay}
38 \opt{IRIVER_RC_H100_PAD}{&} 38 \opt{HAVEREMOTEKEYMAP}{& }
39 & Decrease iteration depth (less detail)\\ 39 & Decrease iteration depth (less detail)\\
40 % 40 %
41 \opt{RECORDER_PAD}{\ButtonFTwo} 41 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -47,7 +47,7 @@ This demonstration draws fractal images from the Mandelbrot set
47 \opt{GIGABEAT_PAD}{\ButtonVolUp} 47 \opt{GIGABEAT_PAD}{\ButtonVolUp}
48 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 48 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
49 \opt{MROBE100_PAD}{\ButtonMenu} 49 \opt{MROBE100_PAD}{\ButtonMenu}
50 \opt{IRIVER_RC_H100_PAD}{&} 50 \opt{HAVEREMOTEKEYMAP}{& }
51 & Increase iteration depth (more detail)\\ 51 & Increase iteration depth (more detail)\\
52 % 52 %
53 \opt{RECORDER_PAD}{\ButtonFThree} 53 \opt{RECORDER_PAD}{\ButtonFThree}
@@ -58,14 +58,14 @@ This demonstration draws fractal images from the Mandelbrot set
58 \opt{GIGABEAT_PAD}{\ButtonA} 58 \opt{GIGABEAT_PAD}{\ButtonA}
59 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 59 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
60 \opt{MROBE100_PAD}{\ButtonDisplay} 60 \opt{MROBE100_PAD}{\ButtonDisplay}
61 \opt{IRIVER_RC_H100_PAD}{&} 61 \opt{HAVEREMOTEKEYMAP}{& }
62 & Reset and return to the default image\\ 62 & Reset and return to the default image\\
63 % 63 %
64 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 64 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
65 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 65 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
66 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 66 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
67 \opt{GIGABEAT_S_PAD}{\ButtonBack} 67 \opt{GIGABEAT_S_PAD}{\ButtonBack}
68 \opt{IRIVER_RC_H100_PAD}{&} 68 \opt{HAVEREMOTEKEYMAP}{& }
69 & Quit\\ 69 & Quit\\
70 \end{btnmap} 70 \end{btnmap}
71\end{table} 71\end{table}
diff --git a/manual/plugins/mazezam.tex b/manual/plugins/mazezam.tex
index 3508732f2d..f559d0b9b9 100644
--- a/manual/plugins/mazezam.tex
+++ b/manual/plugins/mazezam.tex
@@ -21,14 +21,14 @@ Luckily, there are checkpoints at levels four and eight.
21 {\ButtonUp, \ButtonDown,}% 21 {\ButtonUp, \ButtonDown,}%
22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,} 22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
23 \ButtonLeft, \ButtonRight 23 \ButtonLeft, \ButtonRight
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Move Character\\ 25 & Move Character\\
26 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 26 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
27 \opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu} 27 \opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
28 \opt{IPOD_3G_PAD}{\ButtonMenu} 28 \opt{IPOD_3G_PAD}{\ButtonMenu}
29 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 29 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
30 \opt{GIGABEAT_S_PAD}{\ButtonBack} 30 \opt{GIGABEAT_S_PAD}{\ButtonBack}
31 \opt{IRIVER_RC_H100_PAD}{&} 31 \opt{HAVEREMOTEKEYMAP}{& }
32 & Menu\\ 32 & Menu\\
33\end{btnmap} 33\end{btnmap}
34\end{table} 34\end{table}
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index a18df09869..fd22b14b18 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -10,14 +10,14 @@ on the appropriate button.
10 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 10 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
11 \opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 11 \opt{ONDIO_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
12 \opt{GIGABEAT_S_PAD}{\ButtonBack} 12 \opt{GIGABEAT_S_PAD}{\ButtonBack}
13 \opt{IRIVER_RC_H100_PAD}{&} 13 \opt{HAVEREMOTEKEYMAP}{& }
14 & Exit plugin \\ 14 & Exit plugin \\
15 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD% 15 \opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
16 ,IAUDIO_X5_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPlay} 16 ,IAUDIO_X5_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPlay}
17 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 17 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
18 \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)} 18 \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)}
19 \opt{GIGABEAT_PAD}{\ButtonA} 19 \opt{GIGABEAT_PAD}{\ButtonA}
20 \opt{IRIVER_RC_H100_PAD}{&} 20 \opt{HAVEREMOTEKEYMAP}{& }
21 & Start / Stop \\ 21 & Start / Stop \\
22 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} 22 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
23 \opt{ONDIO_PAD}{\ButtonMenu\ (repeatedly)} 23 \opt{ONDIO_PAD}{\ButtonMenu\ (repeatedly)}
@@ -25,17 +25,17 @@ on the appropriate button.
25 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 25 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
26 \opt{IRIVER_H10_PAD}{\ButtonFF} 26 \opt{IRIVER_H10_PAD}{\ButtonFF}
27 \opt{IAUDIO_X5_PAD}{\ButtonRec} 27 \opt{IAUDIO_X5_PAD}{\ButtonRec}
28 \opt{IRIVER_RC_H100_PAD}{&} 28 \opt{HAVEREMOTEKEYMAP}{& }
29 & Tap tempo \\ 29 & Tap tempo \\
30 \ButtonLeft\ / \ButtonRight 30 \ButtonLeft\ / \ButtonRight
31 \opt{IRIVER_RC_H100_PAD}{&} 31 \opt{HAVEREMOTEKEYMAP}{& }
32 & Adjust tempo \\ 32 & Adjust tempo \\
33 \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight} 33 \opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft\ / \ButtonOn+\ButtonRight}
34 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 34 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
35 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp\ / \ButtonDown} 35 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp\ / \ButtonDown}
36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
37 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 37 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
38 \opt{IRIVER_RC_H100_PAD}{&} 38 \opt{HAVEREMOTEKEYMAP}{& }
39 & Adjust volume \\ 39 & Adjust volume \\
40 \end{btnmap} 40 \end{btnmap}
41\end{table} 41\end{table}
diff --git a/manual/plugins/midiplay.tex b/manual/plugins/midiplay.tex
index eb35e8028f..95f4a197cb 100644
--- a/manual/plugins/midiplay.tex
+++ b/manual/plugins/midiplay.tex
@@ -21,11 +21,11 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
21 \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/ \ButtonScrollBack} 21 \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown} 22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
23 \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown} 23 \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Volume up/ Volume down\\ 25 & Volume up/ Volume down\\
26 % 26 %
27 \ButtonRight/ \ButtonLeft 27 \ButtonRight/ \ButtonLeft
28 \opt{IRIVER_RC_H100_PAD}{&} 28 \opt{HAVEREMOTEKEYMAP}{& }
29 & Skip 3 seconds forward/ backward\\ 29 & Skip 3 seconds forward/ backward\\
30 % 30 %
31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -33,14 +33,14 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
33 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 33 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
34 \opt{GIGABEAT_PAD}{\ButtonA} 34 \opt{GIGABEAT_PAD}{\ButtonA}
35 \opt{MROBE100_PAD}{\ButtonDisplay} 35 \opt{MROBE100_PAD}{\ButtonDisplay}
36 \opt{IRIVER_RC_H100_PAD}{&} 36 \opt{HAVEREMOTEKEYMAP}{& }
37 & Pause/Resume playback\\ 37 & Pause/Resume playback\\
38 % 38 %
39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
40 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu} 40 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD% 41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD%
42 ,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower} 42 ,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower}
43 \opt{IRIVER_RC_H100_PAD}{&} 43 \opt{HAVEREMOTEKEYMAP}{& }
44 & Stop playback and quit\\ 44 & Stop playback and quit\\
45 \end{btnmap} 45 \end{btnmap}
46\end{table} 46\end{table}
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index e007f34b25..7b7b2634c6 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -32,10 +32,11 @@ the location of a mine, it can be tagged to avoid accidentally
32 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 32 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
33 \opt{IRIVER_H10_PAD} 33 \opt{IRIVER_H10_PAD}
34 {\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 34 {\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
35 \opt{IRIVER_RC_H100_PAD}{&} 35 \opt{HAVEREMOTEKEYMAP}{& }
36 & Move the cursor across the minefield \\ 36 & Move the cursor across the minefield \\
37 % 37 %
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack
39 \opt{HAVEREMOTEKEYMAP}{& }
39 & Scroll through the entire minefield \\}% 40 & Scroll through the entire minefield \\}%
40 % 41 %
41 \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn} 42 \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn}
@@ -47,7 +48,7 @@ the location of a mine, it can be tagged to avoid accidentally
47 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolDown} 48 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolDown}
48 \opt{GIGABEAT_PAD}{\ButtonA} 49 \opt{GIGABEAT_PAD}{\ButtonA}
49 \opt{MROBE100_PAD}{\ButtonDisplay} 50 \opt{MROBE100_PAD}{\ButtonDisplay}
50 \opt{IRIVER_RC_H100_PAD}{&} 51 \opt{HAVEREMOTEKEYMAP}{& }
51 & Toggle flag on / off \\ 52 & Toggle flag on / off \\
52 % 53 %
53 \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay} 54 \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay}
@@ -57,7 +58,7 @@ the location of a mine, it can be tagged to avoid accidentally
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect} 58 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
58 \opt{IRIVER_H10_PAD}{\ButtonRew} 59 \opt{IRIVER_H10_PAD}{\ButtonRew}
59 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp} 60 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp}
60 \opt{IRIVER_RC_H100_PAD}{&} 61 \opt{HAVEREMOTEKEYMAP}{& }
61 & Reveal the contents of the current square \\ 62 & Reveal the contents of the current square \\
62 % 63 %
63 \opt{RECORDER_PAD}{\ButtonFThree} 64 \opt{RECORDER_PAD}{\ButtonFThree}
@@ -68,14 +69,14 @@ the location of a mine, it can be tagged to avoid accidentally
68 \opt{SANSA_E200_PAD}{Long \ButtonRec} 69 \opt{SANSA_E200_PAD}{Long \ButtonRec}
69 \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay} 70 \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay}
70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 71 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
71 \opt{IRIVER_RC_H100_PAD}{&} 72 \opt{HAVEREMOTEKEYMAP}{& }
72 & Display the current game status \\ 73 & Display the current game status \\
73 % 74 %
74 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 75 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
75 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 76 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 77 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
77 \opt{GIGABEAT_S_PAD}{\ButtonBack} 78 \opt{GIGABEAT_S_PAD}{\ButtonBack}
78 \opt{IRIVER_RC_H100_PAD}{&} 79 \opt{HAVEREMOTEKEYMAP}{& }
79 & Exit the game \\ 80 & Exit the game \\
80\end{btnmap} 81\end{btnmap}
81\end{table} 82\end{table}
diff --git a/manual/plugins/mpegplayer.tex b/manual/plugins/mpegplayer.tex
index 45bbd54511..af3895ed09 100644
--- a/manual/plugins/mpegplayer.tex
+++ b/manual/plugins/mpegplayer.tex
@@ -13,26 +13,26 @@ option and choose \setting{mpegplayer}.
13 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} or \ButtonPlay} 13 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} or \ButtonPlay}
14 \opt{GIGABEAT_PAD}{\ButtonSelect{} or \ButtonA} 14 \opt{GIGABEAT_PAD}{\ButtonSelect{} or \ButtonA}
15 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsPlay} 15 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsPlay}
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{HAVEREMOTEKEYMAP}{& }
17 & Pause / Resume\\ 17 & Pause / Resume\\
18 \ActionWpsStop 18 \ActionWpsStop
19 \opt{HAVEREMOTEKEYPAD}{&} 19 \opt{HAVEREMOTEKEYMAP}{& }
20 & Stop\\ 20 & Stop\\
21 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsVolUp{} / \ActionWpsVolDown} 21 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsVolUp{} / \ActionWpsVolDown}
22 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} / 22 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} /
23 \opt{HAVEREMOTEKEYPAD}{&} 23 \opt{HAVEREMOTEKEYMAP}{& }
24 \ButtonRight{} or \ButtonVolUp} 24 \ButtonRight{} or \ButtonVolUp}
25 & Adjust volume up / down\\ 25 & Adjust volume up / down\\
26 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsSkipPrev{} / \ActionWpsSkipNext} 26 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsSkipPrev{} / \ActionWpsSkipNext}
27 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown} 27 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown}
28 \opt{HAVEREMOTEKEYPAD}{&} 28 \opt{HAVEREMOTEKEYMAP}{& }
29 & Rewind / Fast Forward\\ 29 & Rewind / Fast Forward\\
30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 31 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
32 \opt{IAUDIO_X5_PAD}{\ButtonRec} 32 \opt{IAUDIO_X5_PAD}{\ButtonRec}
33 \opt{IRIVER_H10_PAD}{\ButtonRew} 33 \opt{IRIVER_H10_PAD}{\ButtonRew}
34 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 34 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
35 \opt{IRIVER_RC_H100_PAD}{&} 35 \opt{HAVEREMOTEKEYMAP}{& }
36 & Open the MPEG Player menu\\ 36 & Open the MPEG Player menu\\
37\end{btnmap} 37\end{btnmap}
38\end{table} 38\end{table}
diff --git a/manual/plugins/nim.tex b/manual/plugins/nim.tex
index 332af0cc8a..439bfa9118 100644
--- a/manual/plugins/nim.tex
+++ b/manual/plugins/nim.tex
@@ -8,10 +8,10 @@ last match loses. You can take up to twice as many matches as the
8 8
9\begin{table} 9\begin{table}
10\begin{btnmap}{}{} 10\begin{btnmap}{}{}
11\ButtonLeft & Decrease the number of matches \\ 11\ButtonLeft \opt{HAVEREMOTEKEYMAP}{& } & Decrease the number of matches \\
12\ButtonRight & Increase the number of matches \\ 12\ButtonRight \opt{HAVEREMOTEKEYMAP}{& } & Increase the number of matches \\
13\ButtonPlay & Remove the number of matches you have selected \\ 13\ButtonPlay \opt{HAVEREMOTEKEYMAP}{& } & Remove the number of matches you have selected \\
14\ButtonStop & Exit the game \\ 14\ButtonStop \opt{HAVEREMOTEKEYMAP}{& } & Exit the game \\
15\end{btnmap} 15\end{btnmap}
16\end{table} 16\end{table}
17 17
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex
index 0a524700a5..789243c236 100644
--- a/manual/plugins/oscilloscope.tex
+++ b/manual/plugins/oscilloscope.tex
@@ -20,7 +20,7 @@ being played.
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
21 \opt{IRIVER_H10_PAD}{\ButtonRew} 21 \opt{IRIVER_H10_PAD}{\ButtonRew}
22 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 22 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
23 \opt{IRIVER_RC_H100_PAD}{&} 23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Toggle filled / curve / plot \\ 24 & Toggle filled / curve / plot \\
25 \opt{RECORDER_PAD}{\ButtonFTwo} 25 \opt{RECORDER_PAD}{\ButtonFTwo}
26 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 26 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
@@ -30,7 +30,7 @@ being played.
30 \opt{IRIVER_H10_PAD}{\ButtonFF} 30 \opt{IRIVER_H10_PAD}{\ButtonFF}
31 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonDown} 31 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonDown}
32 \opt{GIGABEAT_S_PAD}{\ButtonNext} 32 \opt{GIGABEAT_S_PAD}{\ButtonNext}
33 \opt{IRIVER_RC_H100_PAD}{&} 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Toggle whether to scroll or not \\ 34 & Toggle whether to scroll or not \\
35 \opt{RECORDER_PAD}{\ButtonFThree} 35 \opt{RECORDER_PAD}{\ButtonFThree}
36 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 36 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
@@ -40,7 +40,7 @@ being played.
40 \opt{IRIVER_H10_PAD}{Long \ButtonRew} 40 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
41 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp} 41 \opt{SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp}
42 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 42 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
43 \opt{IRIVER_RC_H100_PAD}{&} 43 \opt{HAVEREMOTEKEYMAP}{& }
44 & Toggle drawing orientation \\ 44 & Toggle drawing orientation \\
45 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% 45 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
46 ,GIGABEAT_S_PAD}{\ButtonPlay} 46 ,GIGABEAT_S_PAD}{\ButtonPlay}
@@ -49,7 +49,7 @@ being played.
49 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 49 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
50 \opt{GIGABEAT_PAD}{\ButtonA} 50 \opt{GIGABEAT_PAD}{\ButtonA}
51 \opt{MROBE100_PAD}{\ButtonDisplay} 51 \opt{MROBE100_PAD}{\ButtonDisplay}
52 \opt{IRIVER_RC_H100_PAD}{&} 52 \opt{HAVEREMOTEKEYMAP}{& }
53 & Pause the demo \\ 53 & Pause the demo \\
54 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} 54 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
55 {\ButtonUp{} / \ButtonDown} 55 {\ButtonUp{} / \ButtonDown}
@@ -57,17 +57,17 @@ being played.
57 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 57 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
58 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 58 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
59 {\ButtonVolUp{} / \ButtonVolDown} 59 {\ButtonVolUp{} / \ButtonVolDown}
60 \opt{IRIVER_RC_H100_PAD}{&} 60 \opt{HAVEREMOTEKEYMAP}{& }
61 & Increase / decrease volume\\ 61 & Increase / decrease volume\\
62 \ButtonRight{} / \ButtonLeft 62 \ButtonRight{} / \ButtonLeft
63 \opt{IRIVER_RC_H100_PAD}{&} 63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Increase / decrease speed\\ 64 & Increase / decrease speed\\
65 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 65 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
67 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD} 67 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
68 {\ButtonPower} 68 {\ButtonPower}
69 \opt{GIGABEAT_S_PAD}{\ButtonBack} 69 \opt{GIGABEAT_S_PAD}{\ButtonBack}
70 \opt{IRIVER_RC_H100_PAD}{&} 70 \opt{HAVEREMOTEKEYMAP}{& }
71 & Exit demo \\ 71 & Exit demo \\
72 \end{btnmap} 72 \end{btnmap}
73\end{table} 73\end{table}
diff --git a/manual/plugins/pacbox.tex b/manual/plugins/pacbox.tex
index b9fcf968e9..29d524197b 100644
--- a/manual/plugins/pacbox.tex
+++ b/manual/plugins/pacbox.tex
@@ -33,25 +33,25 @@ found at \url{http://www.mame.net}.
33 IPOD_3G_PAD,h10,SANSA_E200_PAD,MROBE100_PAD}{\ButtonRight} 33 IPOD_3G_PAD,h10,SANSA_E200_PAD,MROBE100_PAD}{\ButtonRight}
34 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp} 34 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp}
35 \opt{h10_5gb}{\ButtonScrollUp} 35 \opt{h10_5gb}{\ButtonScrollUp}
36 \opt{IRIVER_RC_H100_PAD}{&} 36 \opt{HAVEREMOTEKEYMAP}{& }
37 & Move Up\\ 37 & Move Up\\
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,% 38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,%
39 IPOD_3G_PAD,h10,SANSA_E200_PAD,MROBE100_PAD}{\ButtonLeft} 39 IPOD_3G_PAD,h10,SANSA_E200_PAD,MROBE100_PAD}{\ButtonLeft}
40 \opt{h10_5gb}{\ButtonScrollDown} 40 \opt{h10_5gb}{\ButtonScrollDown}
41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown} 41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown}
42 \opt{IRIVER_RC_H100_PAD}{&} 42 \opt{HAVEREMOTEKEYMAP}{& }
43 & Move Down\\ 43 & Move Down\\
44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonUp} 44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonUp}
45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
46 \opt{h10}{\ButtonScrollUp} 46 \opt{h10}{\ButtonScrollUp}
47 \opt{h10_5gb,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonLeft} 47 \opt{h10_5gb,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonLeft}
48 \opt{IRIVER_RC_H100_PAD}{&} 48 \opt{HAVEREMOTEKEYMAP}{& }
49 & Move Left\\ 49 & Move Left\\
50 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonDown} 50 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonDown}
51 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 51 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
52 \opt{h10}{\ButtonScrollDown} 52 \opt{h10}{\ButtonScrollDown}
53 \opt{h10_5gb,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonRight} 53 \opt{h10_5gb,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonRight}
54 \opt{IRIVER_RC_H100_PAD}{&} 54 \opt{HAVEREMOTEKEYMAP}{& }
55 & Move Right\\ 55 & Move Right\\
56 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec} 56 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
@@ -60,26 +60,26 @@ found at \url{http://www.mame.net}.
60 \opt{GIGABEAT_PAD}{\ButtonA} 60 \opt{GIGABEAT_PAD}{\ButtonA}
61 \opt{MROBE100_PAD}{\ButtonDisplay} 61 \opt{MROBE100_PAD}{\ButtonDisplay}
62 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 62 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
63 \opt{IRIVER_RC_H100_PAD}{&} 63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Insert Coin\\ 64 & Insert Coin\\
65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD% 65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
66 ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 66 ,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
67 \opt{IRIVER_H10_PAD}{\ButtonRew} 67 \opt{IRIVER_H10_PAD}{\ButtonRew}
68 \opt{IRIVER_RC_H100_PAD}{&} 68 \opt{HAVEREMOTEKEYMAP}{& }
69 & 1-Player Start\\ 69 & 1-Player Start\\
70 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 70 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
71 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{n/a} 71 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{n/a}
72 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonPower} 72 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonPower}
73 \opt{SANSA_E200_PAD}{\ButtonRec} 73 \opt{SANSA_E200_PAD}{\ButtonRec}
74 \opt{MROBE100_PAD}{\ButtonMenu} 74 \opt{MROBE100_PAD}{\ButtonMenu}
75 \opt{IRIVER_RC_H100_PAD}{&} 75 \opt{HAVEREMOTEKEYMAP}{& }
76 & 2-Player Start\\ 76 & 2-Player Start\\
77 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 77 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
78 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 78 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
79 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPlay} 79 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPlay}
80 \opt{SANSA_E200_PAD}{\ButtonPower} 80 \opt{SANSA_E200_PAD}{\ButtonPower}
81 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 81 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
82 \opt{IRIVER_RC_H100_PAD}{&} 82 \opt{HAVEREMOTEKEYMAP}{& }
83 & Menu\\ 83 & Menu\\
84 \end{btnmap} 84 \end{btnmap}
85\end{table} 85\end{table}
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex
index 689e8b02ea..93e9b4d132 100644
--- a/manual/plugins/pegbox.tex
+++ b/manual/plugins/pegbox.tex
@@ -33,7 +33,7 @@ block and crosses which allow you to choose a replacement block.
33 \opt{MROBE100_PAD}{\ButtonLeft, \ButtonRight} 33 \opt{MROBE100_PAD}{\ButtonLeft, \ButtonRight}
34 \opt{SANSA_C200_PAD}{\ButtonLeft, \ButtonRight} 34 \opt{SANSA_C200_PAD}{\ButtonLeft, \ButtonRight}
35 35
36 \opt{IRIVER_RC_H100_PAD}{&} 36 \opt{HAVEREMOTEKEYMAP}{& }
37 & to move around\\ 37 & to move around\\
38 38
39 \opt{RECORDER_PAD}{\ButtonOn} 39 \opt{RECORDER_PAD}{\ButtonOn}
@@ -47,7 +47,7 @@ block and crosses which allow you to choose a replacement block.
47 \opt{GIGABEAT_S_PAD}{\ButtonSelect} 47 \opt{GIGABEAT_S_PAD}{\ButtonSelect}
48 \opt{MROBE100_PAD}{\ButtonSelect} 48 \opt{MROBE100_PAD}{\ButtonSelect}
49 \opt{SANSA_C200_PAD}{\ButtonSelect} 49 \opt{SANSA_C200_PAD}{\ButtonSelect}
50 \opt{IRIVER_RC_H100_PAD}{&} 50 \opt{HAVEREMOTEKEYMAP}{& }
51 & to select/save\\ 51 & to select/save\\
52 52
53 \opt{RECORDER_PAD}{\ButtonFTwo} 53 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -61,7 +61,7 @@ block and crosses which allow you to choose a replacement block.
61 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 61 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
62 \opt{MROBE100_PAD}{\ButtonPlay} 62 \opt{MROBE100_PAD}{\ButtonPlay}
63 \opt{SANSA_C200_PAD}{\ButtonRec} 63 \opt{SANSA_C200_PAD}{\ButtonRec}
64 \opt{IRIVER_RC_H100_PAD}{&} 64 \opt{HAVEREMOTEKEYMAP}{& }
65 & to restart level\\ 65 & to restart level\\
66 66
67 \opt{RECORDER_PAD}{\ButtonFOne} 67 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -75,7 +75,7 @@ block and crosses which allow you to choose a replacement block.
75 \opt{GIGABEAT_S_PAD}{\ButtonVolUp} 75 \opt{GIGABEAT_S_PAD}{\ButtonVolUp}
76 \opt{MROBE100_PAD}{\ButtonMenu} 76 \opt{MROBE100_PAD}{\ButtonMenu}
77 \opt{SANSA_C200_PAD}{\ButtonVolUp} 77 \opt{SANSA_C200_PAD}{\ButtonVolUp}
78 \opt{IRIVER_RC_H100_PAD}{&} 78 \opt{HAVEREMOTEKEYMAP}{& }
79 & to go up a level\\ 79 & to go up a level\\
80 80
81 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD}{ 81 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD}{
@@ -86,7 +86,7 @@ block and crosses which allow you to choose a replacement block.
86 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 86 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
87 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 87 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
88 \opt{MROBE100_PAD}{\ButtonDisplay} 88 \opt{MROBE100_PAD}{\ButtonDisplay}
89 \opt{IRIVER_RC_H100_PAD}{&} 89 \opt{HAVEREMOTEKEYMAP}{& }
90 & to go down a level\\ 90 & to go down a level\\
91 } 91 }
92 92
@@ -101,7 +101,7 @@ block and crosses which allow you to choose a replacement block.
101 \opt{GIGABEAT_S_PAD}{\ButtonBack} 101 \opt{GIGABEAT_S_PAD}{\ButtonBack}
102 \opt{MROBE100_PAD}{\ButtonPower} 102 \opt{MROBE100_PAD}{\ButtonPower}
103 \opt{SANSA_C200_PAD}{\ButtonPower} 103 \opt{SANSA_C200_PAD}{\ButtonPower}
104 \opt{IRIVER_RC_H100_PAD}{&} 104 \opt{HAVEREMOTEKEYMAP}{& }
105 & to quit\\ 105 & to quit\\
106 106
107 \end{btnmap} 107 \end{btnmap}
diff --git a/manual/plugins/pictureflow.tex b/manual/plugins/pictureflow.tex
index 89e2d747c6..de7a02cd34 100644
--- a/manual/plugins/pictureflow.tex
+++ b/manual/plugins/pictureflow.tex
@@ -27,27 +27,28 @@ aware:
27 \opt{scrollwheel,IRIVER_H10_PAD}{ 27 \opt{scrollwheel,IRIVER_H10_PAD}{
28 \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack} 28 \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
29 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 29 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
30 \opt{HAVEREMOTEKEYMAP}{& }
30 & Scroll through albums / track list\\} 31 & Scroll through albums / track list\\}
31 32
32 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight 33 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight
33 34
34 \opt{IRIVER_RC_H100_PAD}{&} 35 \opt{HAVEREMOTEKEYMAP}{& }
35 & Scroll through albums\\} 36 & Scroll through albums\\}
36 37
37 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown 38 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown
38 \opt{IRIVER_RC_H100_PAD}{&} 39 \opt{HAVEREMOTEKEYMAP}{& }
39 & Scroll through track list\\} 40 & Scroll through track list\\}
40 41
41 \opt{IRIVER_H10_PAD}{\ButtonRight} 42 \opt{IRIVER_H10_PAD}{\ButtonRight}
42 \opt{ONDIO_PAD}{\ButtonUp} 43 \opt{ONDIO_PAD}{\ButtonUp}
43 \opt{RECORDER_PAD}{\ButtonOn} 44 \opt{RECORDER_PAD}{\ButtonOn}
44 \nopt{ONDIO_PAD,IRIVER_H10_PAD,RECORDER_PAD}{\ButtonSelect} 45 \nopt{ONDIO_PAD,IRIVER_H10_PAD,RECORDER_PAD}{\ButtonSelect}
45 \opt{IRIVER_RC_H100_PAD}{&} 46 \opt{HAVEREMOTEKEYMAP}{& }
46 & Enter track list \opt{swcodec}{/ Play album from selected 47 & Enter track list \opt{swcodec}{/ Play album from selected
47 track}\\ 48 track}\\
48 49
49 \ButtonLeft 50 \ButtonLeft
50 \opt{IRIVER_RC_H100_PAD}{&} 51 \opt{HAVEREMOTEKEYMAP}{& }
51 & Exit track list\\ 52 & Exit track list\\
52 53
53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 54 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
@@ -58,7 +59,7 @@ aware:
58 \opt{IRIVER_H10_PAD,SANSA_C200_PAD}{\ButtonPower} 59 \opt{IRIVER_H10_PAD,SANSA_C200_PAD}{\ButtonPower}
59 \opt{RECORDER_PAD}{\ButtonFOne} 60 \opt{RECORDER_PAD}{\ButtonFOne}
60 \opt{ONDIO_PAD}{Long \ButtonMenu} 61 \opt{ONDIO_PAD}{Long \ButtonMenu}
61 \opt{IRIVER_RC_H100_PAD}{&} 62 \opt{HAVEREMOTEKEYMAP}{& }
62 & Enter menu\\ 63 & Enter menu\\
63 64
64 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
@@ -66,7 +67,7 @@ aware:
66 MROBE100_PAD}{\ButtonPower} 67 MROBE100_PAD}{\ButtonPower}
67 \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower} 68 \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower}
68 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonMenu} 69 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonMenu}
69 \opt{IRIVER_RC_H100_PAD}{&} 70 \opt{HAVEREMOTEKEYMAP}{& }
70 & Exit PictureFlow\\ 71 & Exit PictureFlow\\
71 \end{btnmap} 72 \end{btnmap}
72\end{table} 73\end{table}
diff --git a/manual/plugins/plasma.tex b/manual/plugins/plasma.tex
index 13a2a66ed3..a6920e8e0d 100644
--- a/manual/plugins/plasma.tex
+++ b/manual/plugins/plasma.tex
@@ -8,13 +8,14 @@ Plasma is a demo displaying a 80's style retro plasma effect.
8 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 8 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
9 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 9 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
10 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonUp\ / \ButtonDown} 10 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonUp\ / \ButtonDown}
11 \opt{IRIVER_RC_H100_PAD}{&} 11 \opt{HAVEREMOTEKEYMAP}{& }
12 & Adjust frequency\\ 12 & Adjust frequency\\
13 \opt{lcd_color}{ 13 \opt{lcd_color}{
14 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 14 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
15 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 15 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
16 {\ButtonSelect} 16 {\ButtonSelect}
17 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 17 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
18 \opt{HAVEREMOTEKEYMAP}{& }
18 & Change colours\\ 19 & Change colours\\
19 } 20 }
20 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -22,7 +23,7 @@ Plasma is a demo displaying a 80's style retro plasma effect.
22 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD} 23 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
23 {\ButtonPower} 24 {\ButtonPower}
24 \opt{GIGABEAT_S_PAD}{\ButtonBack} 25 \opt{GIGABEAT_S_PAD}{\ButtonBack}
25 \opt{IRIVER_RC_H100_PAD}{&} 26 \opt{HAVEREMOTEKEYMAP}{& }
26 & Quit\\ 27 & Quit\\
27 \end{btnmap} 28 \end{btnmap}
28\end{table} 29\end{table}
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index a5df71958f..3832140e99 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -12,7 +12,7 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t
12 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 12 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
13 \opt{SANSA_C200_PAD}{\ButtonVolUp} 13 \opt{SANSA_C200_PAD}{\ButtonVolUp}
14 \opt{MROBE100_PAD}{\ButtonMenu} 14 \opt{MROBE100_PAD}{\ButtonMenu}
15 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Left player up\\ 16 & Left player up\\
17 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft} 17 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
18 \opt{ONDIO_PAD}{\ButtonMenu} 18 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -21,7 +21,7 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t
21 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 21 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
22 \opt{SANSA_C200_PAD}{\ButtonVolDown} 22 \opt{SANSA_C200_PAD}{\ButtonVolDown}
23 \opt{MROBE100_PAD}{\ButtonLeft} 23 \opt{MROBE100_PAD}{\ButtonLeft}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Left player down\\ 25 & Left player down\\
26 \opt{RECORDER_PAD}{\ButtonFThree} 26 \opt{RECORDER_PAD}{\ButtonFThree}
27 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 27 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
@@ -31,7 +31,7 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t
31 \opt{IRIVER_H10_PAD}{\ButtonRew} 31 \opt{IRIVER_H10_PAD}{\ButtonRew}
32 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 32 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
33 \opt{MROBE100_PAD}{\ButtonPlay} 33 \opt{MROBE100_PAD}{\ButtonPlay}
34 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{HAVEREMOTEKEYMAP}{& }
35 & Right player up\\ 35 & Right player up\\
36 \opt{RECORDER_PAD,SANSA_E200_PAD}{\ButtonRight} 36 \opt{RECORDER_PAD,SANSA_E200_PAD}{\ButtonRight}
37 \opt{ONDIO_PAD,SANSA_C200_PAD}{\ButtonDown} 37 \opt{ONDIO_PAD,SANSA_C200_PAD}{\ButtonDown}
@@ -40,14 +40,14 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t
40 \opt{IRIVER_H10_PAD}{\ButtonFF} 40 \opt{IRIVER_H10_PAD}{\ButtonFF}
41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
42 \opt{MROBE100_PAD}{\ButtonRight} 42 \opt{MROBE100_PAD}{\ButtonRight}
43 \opt{IRIVER_RC_H100_PAD}{&} 43 \opt{HAVEREMOTEKEYMAP}{& }
44 & Right player down\\ 44 & Right player down\\
45 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 45 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
48 ,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 48 ,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
49 \opt{GIGABEAT_S_PAD}{\ButtonBack} 49 \opt{GIGABEAT_S_PAD}{\ButtonBack}
50 \opt{IRIVER_RC_H100_PAD}{&} 50 \opt{HAVEREMOTEKEYMAP}{& }
51 & Quit\\ 51 & Quit\\
52 \end{btnmap} 52 \end{btnmap}
53\end{table} 53\end{table}
diff --git a/manual/plugins/robotfindskitten.tex b/manual/plugins/robotfindskitten.tex
index 96daac63ea..bcea117cf1 100644
--- a/manual/plugins/robotfindskitten.tex
+++ b/manual/plugins/robotfindskitten.tex
@@ -15,13 +15,13 @@ ends when robotfindskitten.
15 {\ButtonUp, \ButtonDown,}% 15 {\ButtonUp, \ButtonDown,}%
16 \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,} 16 \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
17 \ButtonLeft, \ButtonRight 17 \ButtonLeft, \ButtonRight
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Move robot\\ 19 & Move robot\\
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
22 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 22 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
23 \opt{GIGABEAT_S_PAD}{\ButtonBack} 23 \opt{GIGABEAT_S_PAD}{\ButtonBack}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Quit\\ 25 & Quit\\
26\end{btnmap} 26\end{btnmap}
27\end{table} 27\end{table}
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
index 101c69b64b..0e892bdfd2 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -18,13 +18,13 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
18 \opt{GIGABEAT_PAD}{\ButtonA} 18 \opt{GIGABEAT_PAD}{\ButtonA}
19 \opt{MROBE100_PAD}{\ButtonDisplay} 19 \opt{MROBE100_PAD}{\ButtonDisplay}
20 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 20 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
21 \opt{IRIVER_RC_H100_PAD}{&} 21 \opt{HAVEREMOTEKEYMAP}{& }
22 & Restart game\\ 22 & Restart game\\
23 \ButtonLeft 23 \ButtonLeft
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Move left\\ 25 & Move left\\
26 \ButtonRight 26 \ButtonRight
27 \opt{IRIVER_RC_H100_PAD}{&} 27 \opt{HAVEREMOTEKEYMAP}{& }
28 & Move right\\ 28 & Move right\\
29 \opt{PLAYER_PAD}{\ButtonMenu} 29 \opt{PLAYER_PAD}{\ButtonMenu}
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -32,7 +32,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
32 {\ButtonDown} 32 {\ButtonDown}
33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
34 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 34 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
35 \opt{IRIVER_RC_H100_PAD}{&} 35 \opt{HAVEREMOTEKEYMAP}{& }
36 & Move down\\ 36 & Move down\\
37 \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay} 37 \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
38 \opt{RECORDER_PAD}{\ButtonPlay} 38 \opt{RECORDER_PAD}{\ButtonPlay}
@@ -44,7 +44,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
44 \opt{SANSA_C200_PAD}{\ButtonVolDown} 44 \opt{SANSA_C200_PAD}{\ButtonVolDown}
45 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 45 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
46 \opt{MROBE100_PAD}{\ButtonMenu} 46 \opt{MROBE100_PAD}{\ButtonMenu}
47 \opt{IRIVER_RC_H100_PAD}{&} 47 \opt{HAVEREMOTEKEYMAP}{& }
48 & Rotate left\\ 48 & Rotate left\\
49 \opt{PLAYER_PAD}{\ButtonPlay} 49 \opt{PLAYER_PAD}{\ButtonPlay}
50 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} 50 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
@@ -55,7 +55,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
55 \opt{SANSA_C200_PAD}{\ButtonVolUp/\ButtonUp} 55 \opt{SANSA_C200_PAD}{\ButtonVolUp/\ButtonUp}
56 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 56 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
57 \opt{MROBE100_PAD}{\ButtonPlay} 57 \opt{MROBE100_PAD}{\ButtonPlay}
58 \opt{IRIVER_RC_H100_PAD}{&} 58 \opt{HAVEREMOTEKEYMAP}{& }
59 & Rotate right\\ 59 & Rotate right\\
60 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} 60 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
61 \opt{ONDIO_PAD}{\ButtonMenu} 61 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -64,11 +64,11 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
64 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 64 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
65 \opt{IAUDIO_X5_PAD}{\ButtonRec} 65 \opt{IAUDIO_X5_PAD}{\ButtonRec}
66 \opt{IRIVER_H10_PAD}{\ButtonFF} 66 \opt{IRIVER_H10_PAD}{\ButtonFF}
67 \opt{IRIVER_RC_H100_PAD}{&} 67 \opt{HAVEREMOTEKEYMAP}{& }
68 & Drop\\ 68 & Drop\\
69 \opt{hold_button}{ 69 \opt{hold_button}{
70 \ButtonHold{} switch 70 \ButtonHold{} switch
71 \opt{IRIVER_RC_H100_PAD}{&} 71 \opt{HAVEREMOTEKEYMAP}{& }
72 & Pause\\ 72 & Pause\\
73 } 73 }
74 \opt{PLAYER_PAD}{\ButtonStop} 74 \opt{PLAYER_PAD}{\ButtonStop}
@@ -76,7 +76,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} 76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
77 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 77 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
78 \opt{GIGABEAT_S_PAD}{\ButtonBack} 78 \opt{GIGABEAT_S_PAD}{\ButtonBack}
79 \opt{IRIVER_RC_H100_PAD}{&} 79 \opt{HAVEREMOTEKEYMAP}{& }
80 & Quit\\ 80 & Quit\\
81 \end{btnmap} 81 \end{btnmap}
82\end{table} 82\end{table}
diff --git a/manual/plugins/rockblox1d.tex b/manual/plugins/rockblox1d.tex
index 371314daea..5dd652c078 100644
--- a/manual/plugins/rockblox1d.tex
+++ b/manual/plugins/rockblox1d.tex
@@ -12,14 +12,14 @@ horizontal moving anymore and no need to rotate the brick!
12 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD} 12 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}
13 {\ButtonSelect} 13 {\ButtonSelect}
14 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} 14 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
15 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Move down faster\\ 16 & Move down faster\\
17 17
18 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 18 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} 19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
21 \opt{GIGABEAT_S_PAD}{\ButtonBack} 21 \opt{GIGABEAT_S_PAD}{\ButtonBack}
22 \opt{IRIVER_RC_H100_PAD}{&} 22 \opt{HAVEREMOTEKEYMAP}{& }
23 & Quit\\ 23 & Quit\\
24 \end{btnmap} 24 \end{btnmap}
25\end{table} 25\end{table}
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex
index fd07ff848a..c273f719fd 100644
--- a/manual/plugins/rockboy.tex
+++ b/manual/plugins/rockboy.tex
@@ -17,7 +17,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
17 \opt{IPOD_4G_PAD}{Tap \ButtonPlay{} / \ButtonMenu} 17 \opt{IPOD_4G_PAD}{Tap \ButtonPlay{} / \ButtonMenu}
18 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 18 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
19 / \ButtonLeft{} / \ButtonRight 19 / \ButtonLeft{} / \ButtonRight
20 \opt{IRIVER_RC_H100_PAD}{&} 20 \opt{HAVEREMOTEKEYMAP}{& }
21 & Direction keys\\ 21 & Direction keys\\
22 % 22 %
23 \opt{RECORDER_PAD}{\ButtonFOne} 23 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -27,7 +27,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
27 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 27 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
28 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 28 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
29 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 29 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
30 \opt{IRIVER_RC_H100_PAD}{&} 30 \opt{HAVEREMOTEKEYMAP}{& }
31 & A button\\ 31 & A button\\
32 % 32 %
33 \opt{RECORDER_PAD}{\ButtonFTwo} 33 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -37,7 +37,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
37 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 37 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
38 \opt{IRIVER_H10_PAD}{\ButtonFF} 38 \opt{IRIVER_H10_PAD}{\ButtonFF}
39 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 39 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
40 \opt{IRIVER_RC_H100_PAD}{&} 40 \opt{HAVEREMOTEKEYMAP}{& }
41 & B button\\ 41 & B button\\
42 % 42 %
43 \opt{RECORDER_PAD}{\ButtonFThree} 43 \opt{RECORDER_PAD}{\ButtonFThree}
@@ -50,7 +50,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
50 \opt{IRIVER_H10_PAD}{\ButtonRew} 50 \opt{IRIVER_H10_PAD}{\ButtonRew}
51 \opt{GIGABEAT_PAD}{\ButtonA} 51 \opt{GIGABEAT_PAD}{\ButtonA}
52 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 52 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
53 \opt{IRIVER_RC_H100_PAD}{&} 53 \opt{HAVEREMOTEKEYMAP}{& }
54 & Start\\ 54 & Start\\
55 % 55 %
56 \nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{ 56 \nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{
@@ -60,14 +60,14 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
60 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 60 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
61 \opt{SANSA_C200_PAD}{\ButtonVolUp} 61 \opt{SANSA_C200_PAD}{\ButtonVolUp}
62 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 62 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
63 \opt{IRIVER_RC_H100_PAD}{&} 63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Select\\ 64 & Select\\
65 % 65 %
66 } 66 }
67 \opt{RECORDER_PAD,IRIVER_H100_PAD,m5}{ 67 \opt{RECORDER_PAD,IRIVER_H100_PAD,m5}{
68 \opt{RECORDER_PAD}{\ButtonOn} 68 \opt{RECORDER_PAD}{\ButtonOn}
69 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonHold{} switch} 69 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonHold{} switch}
70 \opt{IRIVER_RC_H100_PAD}{&} 70 \opt{HAVEREMOTEKEYMAP}{& }
71 & Cycle display scaling modes\\ 71 & Cycle display scaling modes\\
72 % 72 %
73 } 73 }
@@ -76,7 +76,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
76 \opt{IPOD_4G_PAD}{\ButtonHold{} switch} 76 \opt{IPOD_4G_PAD}{\ButtonHold{} switch}
77 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H10_PAD}{\ButtonPower} 77 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H10_PAD}{\ButtonPower}
78 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 78 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
79 \opt{IRIVER_RC_H100_PAD}{&} 79 \opt{HAVEREMOTEKEYMAP}{& }
80 & Open Rockboy menu\\ 80 & Open Rockboy menu\\
81 \end{btnmap} 81 \end{btnmap}
82\end{table} 82\end{table}
diff --git a/manual/plugins/rockpaint.tex b/manual/plugins/rockpaint.tex
index c9dfc5fc54..bae223ab06 100644
--- a/manual/plugins/rockpaint.tex
+++ b/manual/plugins/rockpaint.tex
@@ -2,144 +2,152 @@
2\subsection{Rockpaint} 2\subsection{Rockpaint}
3\screenshot{plugins/images/ss-rockpaint}{Rockpaint}% 3\screenshot{plugins/images/ss-rockpaint}{Rockpaint}%
4{img:Rockpaint} 4{img:Rockpaint}
5Rockpaint is a bitmap (\fname{.bmp}) editor for Rockbox. It can open any \fname{.bmp} file 5Rockpaint is a bitmap (\fname{.bmp}) editor for Rockbox. It can open any \fname{.bmp} file
6whose dimensions are the same size as your device's screen or smaller; it can 6whose dimensions are the same size as your device's screen or smaller; it can
7also create empty bitmaps for you to work with.\\ 7also create empty bitmaps for you to work with.\\
8 8
9\subsubsection{Opening A File} 9\subsubsection{Opening A File}
10To open a file, you may use either the context menu option "Open With" in the 10To open a file, you may use either the context menu option "Open With" in the
11File Browser, or you may enter Rockpaint first using the Plugins menu and open 11File Browser, or you may enter Rockpaint first using the Plugins menu and open
12a file from there. To perform the latter, simply press Rockpaint's Menu button 12a file from there. To perform the latter, simply press Rockpaint's Menu button
13or move the cursor beyond the bottom of the screen; then move the cursor onto 13or move the cursor beyond the bottom of the screen; then move the cursor onto
14"Menu" and select it. Finally, select "Load" and navigate to the image you 14"Menu" and select it. Finally, select "Load" and navigate to the image you
15wish to open.\\ 15wish to open.\\
16 16
17\subsubsection{Tools} 17\subsubsection{Tools}
18Rockpaint offers several tools to aid you in editing; you can view them by 18Rockpaint offers several tools to aid you in editing; you can view them by
19either pressing Rockpaint's "Menu" key or by attempting to move the cursor 19either pressing Rockpaint's "Menu" key or by attempting to move the cursor
20beyond the bottom of the screen. From top to bottom and left to right, and 20beyond the bottom of the screen. From top to bottom and left to right, and
21by section, they are as follows: 21by section, they are as follows:
22\begin{description} 22\begin{description}
23 \item[Colour Picker] 23 \item[Colour Picker]
24 The top left tool shows your colours that are at the ready. To 24 The top left tool shows your colours that are at the ready. To
25 swap them, "click" on the background colour. To edit the foreground colour, 25 swap them, "click" on the background colour. To edit the foreground colour,
26 click on it. 26 click on it.
27 \item[Preset Pallete] 27 \item[Preset Pallete]
28 Several preset colours are availible. Clicking on one changes 28 Several preset colours are availible. Clicking on one changes
29 the foreground of the Colour Picker to the selected colour. 29 the foreground of the Colour Picker to the selected colour.
30 \item[Pencil] 30 \item[Pencil]
31 Draws as you move the cursor. You can change the brush size with the 31 Draws as you move the cursor. You can change the brush size with the
32 Menu option "Brush Size". Use the Select key to toggle the tool while editing 32 Menu option "Brush Size". Use the Select key to toggle the tool while editing
33 the image. 33 the image.
34 \item[Selection tool] 34 \item[Selection tool]
35 Allows you to select a rectangular region; once you do, you 35 Allows you to select a rectangular region; once you do, you
36 will be shown a menu of options (including "cancel" if you make a mistake). 36 will be shown a menu of options (including "cancel" if you make a mistake).
37 \item[Line tool] 37 \item[Line tool]
38 Draws a straight line. 38 Draws a straight line.
39 \item[Curve tool] 39 \item[Curve tool]
40 Allows you to draw a line and curve it. 40 Allows you to draw a line and curve it.
41 \item[Rectangle tool] 41 \item[Rectangle tool]
42 Draws an unfilled rectangle. 42 Draws an unfilled rectangle.
43 \item[Circle tool] 43 \item[Circle tool]
44 Draws an unfilled circle. 44 Draws an unfilled circle.
45 \item[Gradient fill] 45 \item[Gradient fill]
46 To use this tool, click at the starting and ending points. 46 To use this tool, click at the starting and ending points.
47 Starting with the background and going to the foreground colour, Rockpaint 47 Starting with the background and going to the foreground colour, Rockpaint
48 will fill the region with a gradual colour change. 48 will fill the region with a gradual colour change.
49 \item[Bucket fill] 49 \item[Bucket fill]
50 Fills an same-colour or empty region with a colour. 50 Fills an same-colour or empty region with a colour.
51 \item[Dropper] 51 \item[Dropper]
52 Click on a colour in the image to change the foreground colour to it. 52 Click on a colour in the image to change the foreground colour to it.
53 \item[Eraser] 53 \item[Eraser]
54 The opposite of the pencil; it changes painted pixels to white. 54 The opposite of the pencil; it changes painted pixels to white.
55 \item[Text tool] 55 \item[Text tool]
56 "Draws" text on the image. 56 "Draws" text on the image.
57 \item[Filled rectangle] 57 \item[Filled rectangle]
58 Same as the Rectangle tool, but fills it with colour. 58 Same as the Rectangle tool, but fills it with colour.
59 \item[Filled circle] 59 \item[Filled circle]
60 Same as the Circle tool, but fills it with colour. 60 Same as the Circle tool, but fills it with colour.
61 \item[Curved Gradient Fill] 61 \item[Curved Gradient Fill]
62 Same as Gradient fill, but you must draw two lines. 62 Same as Gradient fill, but you must draw two lines.
63 Rockpaint will draw a curved, gradual change of colour in the region. 63 Rockpaint will draw a curved, gradual change of colour in the region.
64 \item[Menu] 64 \item[Menu]
65 This opens the Main Menu. You can also press the Menu key to open it. 65 This opens the Main Menu. You can also press the Menu key to open it.
66\end{description} 66\end{description}
67 67
68\subsubsection{Main Menu} 68\subsubsection{Main Menu}
69The main menu consists of the following: 69The main menu consists of the following:
70\begin{description} 70\begin{description}
71 \item[Resume] 71 \item[Resume]
72 Closes the Main Menu. 72 Closes the Main Menu.
73 \item[New] 73 \item[New]
74 Creates a new canvas and discards the current file. BE CAREFUL. 74 Creates a new canvas and discards the current file. BE CAREFUL.
75 You will lose any unsaved changes in the file that is currently open. 75 You will lose any unsaved changes in the file that is currently open.
76 \item[Load] 76 \item[Load]
77 Loads a bitmap file. Simply navigate to the file as you 77 Loads a bitmap file. Simply navigate to the file as you
78 would in the file browser. 78 would in the file browser.
79 \item[Save] 79 \item[Save]
80 Saves the current file. If it has not been saved before, 80 Saves the current file. If it has not been saved before,
81 you will be given a chance to name it and choose the saving location. 81 you will be given a chance to name it and choose the saving location.
82 \item[Brush speed] 82 \item[Brush speed]
83 Changes the speed at which the selection cursor 83 Changes the speed at which the selection cursor
84 moves when you hold down a movement button. 84 moves when you hold down a movement button.
85 \item[Brush size] 85 \item[Brush size]
86 Allows you to adjust the drawing size of the pencil tool. 86 Allows you to adjust the drawing size of the pencil tool.
87 \item[Choose colour] 87 \item[Choose colour]
88 Allows you to manually edit the foreground colour. 88 Allows you to manually edit the foreground colour.
89 You can edit the RBG and/or the HSV values. 89 You can edit the RBG and/or the HSV values.
90 \item[Grid size] 90 \item[Grid size]
91 Allows you to show or hide a grid over the canvas, 91 Allows you to show or hide a grid over the canvas,
92 and to specify its size. 92 and to specify its size.
93 \item[Exit] 93 \item[Exit]
94 Exits Rockpaint. 94 Exits Rockpaint.
95\end{description} 95\end{description}
96 96
97\warn{BE CAREFUL. Rockpaint will NOT prompt you to save 97\warn{BE CAREFUL. Rockpaint will NOT prompt you to save
98if you select Exit, so any unsaved changes will be lost.} 98if you select Exit, so any unsaved changes will be lost.}
99 99
100\begin{table} 100\begin{table}
101\begin{btnmap}{}{} 101\begin{btnmap}{}{}
102 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{ 102 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{
103 \nopt{IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonPower} 103 \nopt{IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonPower}
104 \opt{IRIVER_H300_PAD}{\ButtonOff} 104 \opt{IRIVER_H300_PAD}{\ButtonOff}
105 \opt{GIGABEAT_S_PAD}{\ButtonBack} 105 \opt{GIGABEAT_S_PAD}{\ButtonBack}
106 & Quits Rockpaint immediately.\\ 106 \opt{HAVEREMOTEKEYMAP}{& }
107 } 107 & Quits Rockpaint immediately.\\
108 108 }
109 \ButtonLeft 109
110 & Moves the cursor to the left.\\ 110 \ButtonLeft
111 111 \opt{HAVEREMOTEKEYMAP}{& }
112 \ButtonRight 112 & Moves the cursor to the left.\\
113 & Moves the cursor to the right.\\ 113
114 114 \ButtonRight
115 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD}{\ButtonUp} 115 \opt{HAVEREMOTEKEYMAP}{& }
116 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu} 116 & Moves the cursor to the right.\\
117 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 117
118 & Moves the cursor up.\\ 118 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD}{\ButtonUp}
119 119 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu}
120 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD}{\ButtonDown} 120 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
121 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonPlay} 121 \opt{HAVEREMOTEKEYMAP}{& }
122 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 122 & Moves the cursor up.\\
123 & Moves the cursor down.\\ 123
124 124 \nopt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IRIVER_H10_PAD}{\ButtonDown}
125 \opt{IRIVER_H300_PAD}{\ButtonOn}% 125 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonPlay}
126 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonMenu}% 126 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
127 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonSelect+\ButtonPower}% 127 \opt{HAVEREMOTEKEYMAP}{& }
128 \opt{IAUDIO_X5_PAD}{\ButtonPlay}% 128 & Moves the cursor down.\\
129 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}% 129
130 \opt{IRIVER_H10_PAD}{\ButtonPlay}% 130 \opt{IRIVER_H300_PAD}{\ButtonOn}%
131 & Displays the Main Menu.\\ 131 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect+\ButtonMenu}%
132 132 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonSelect+\ButtonPower}%
133 \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec} 133 \opt{IAUDIO_X5_PAD}{\ButtonPlay}%
134 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu+\ButtonLeft} 134 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}%
135 \opt{GIGABEAT_PAD}{\ButtonA} 135 \opt{IRIVER_H10_PAD}{\ButtonPlay}%
136 \opt{IRIVER_H10_PAD}{\ButtonRew} 136 \opt{HAVEREMOTEKEYMAP}{& }
137 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 137 & Displays the Main Menu.\\
138 & Displays the toolbar.\\ 138
139 139 \opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec}
140 \nopt{IRIVER_H10_PAD}{\ButtonSelect}% 140 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu+\ButtonLeft}
141 \opt{IRIVER_H10_PAD}{\ButtonFF}% 141 \opt{GIGABEAT_PAD}{\ButtonA}
142 & Toggles the brush and selects objects.\\ 142 \opt{IRIVER_H10_PAD}{\ButtonRew}
143 143 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
144 \end{btnmap} 144 \opt{HAVEREMOTEKEYMAP}{& }
145\end{table} 145 & Displays the toolbar.\\
146
147 \nopt{IRIVER_H10_PAD}{\ButtonSelect}%
148 \opt{IRIVER_H10_PAD}{\ButtonFF}%
149 \opt{HAVEREMOTEKEYMAP}{& }
150 & Toggles the brush and selects objects.\\
151
152 \end{btnmap}
153\end{table}
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex
index 8d469e3806..4b0c4f27a8 100644
--- a/manual/plugins/sliding.tex
+++ b/manual/plugins/sliding.tex
@@ -15,7 +15,7 @@ Key controls:
15 {\ButtonLeft{} / \ButtonRight{} / \ButtonMenu{} / \ButtonPlay} 15 {\ButtonLeft{} / \ButtonRight{} / \ButtonMenu{} / \ButtonPlay}
16 \opt{IRIVER_H10_PAD} 16 \opt{IRIVER_H10_PAD}
17 {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown} 17 {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown}
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Move Tile \\ 19 & Move Tile \\
20 % 20 %
21 \opt{RECORDER_PAD}{\ButtonFOne} 21 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -25,7 +25,7 @@ Key controls:
25 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 25 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} 26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
27 \opt{IRIVER_H10_PAD}{\ButtonRew} 27 \opt{IRIVER_H10_PAD}{\ButtonRew}
28 \opt{IRIVER_RC_H100_PAD}{&} 28 \opt{HAVEREMOTEKEYMAP}{& }
29 & Shuffle \\ 29 & Shuffle \\
30 % 30 %
31 \opt{RECORDER_PAD}{\ButtonFTwo} 31 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -37,7 +37,7 @@ Key controls:
37 \opt{GIGABEAT_PAD}{\ButtonA} 37 \opt{GIGABEAT_PAD}{\ButtonA}
38 \opt{MROBE100_PAD}{\ButtonDisplay} 38 \opt{MROBE100_PAD}{\ButtonDisplay}
39 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 39 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
40 \opt{IRIVER_RC_H100_PAD}{&} 40 \opt{HAVEREMOTEKEYMAP}{& }
41 & Change between picture and numbered tiles \\ 41 & Change between picture and numbered tiles \\
42 % 42 %
43 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 43 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -45,7 +45,7 @@ Key controls:
45 ,MROBE100_PAD}{\ButtonPower} 45 ,MROBE100_PAD}{\ButtonPower}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
47 \opt{GIGABEAT_S_PAD}{\ButtonBack} 47 \opt{GIGABEAT_S_PAD}{\ButtonBack}
48 \opt{IRIVER_RC_H100_PAD}{&} 48 \opt{HAVEREMOTEKEYMAP}{& }
49 & Stop the game \\ 49 & Stop the game \\
50 \end{btnmap} 50 \end{btnmap}
51\end{table} 51\end{table}
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex
index 8ade31e0a1..47438e8f61 100644
--- a/manual/plugins/snake.tex
+++ b/manual/plugins/snake.tex
@@ -12,7 +12,7 @@ end when the snake touches either the borders of the screen or itself.
12 {\ButtonUp/\ButtonDown} 12 {\ButtonUp/\ButtonDown}
13 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay} 13 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} 14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
15 \opt{IRIVER_RC_H100_PAD}{&} 15 \opt{HAVEREMOTEKEYMAP}{& }
16 & Change levels (1 is slowest, 9 is fastest)\\ 16 & Change levels (1 is slowest, 9 is fastest)\\
17 % 17 %
18 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 18 \opt{RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
@@ -20,7 +20,7 @@ end when the snake touches either the borders of the screen or itself.
20 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 20 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
22 \opt{ONDIO_PAD}{\ButtonMenu} 22 \opt{ONDIO_PAD}{\ButtonMenu}
23 \opt{IRIVER_RC_H100_PAD}{&} 23 \opt{HAVEREMOTEKEYMAP}{& }
24 & Toggle Play/Pause\\ 24 & Toggle Play/Pause\\
25 % 25 %
26 \end{btnmap} 26 \end{btnmap}
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index 65326feaae..e8f2811d33 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -15,13 +15,13 @@ into itself.
15 {\ButtonUp{} / \ButtonDown} 15 {\ButtonUp{} / \ButtonDown}
16 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 16 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Set game speed\\ 19 & Set game speed\\
20 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD% 20 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD%
21 ,IPOD_3G_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 21 ,IPOD_3G_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
22 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonRight{} / \ButtonLeft} 22 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonRight{} / \ButtonLeft}
23 \opt{ONDIO_PAD}{\ButtonRight} 23 \opt{ONDIO_PAD}{\ButtonRight}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Select starting maze\\ 25 & Select starting maze\\
26 \opt{RECORDER_PAD}{\ButtonFThree} 26 \opt{RECORDER_PAD}{\ButtonFThree}
27 \opt{ONDIO_PAD}{\ButtonLeft} 27 \opt{ONDIO_PAD}{\ButtonLeft}
@@ -29,7 +29,7 @@ into itself.
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 29 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
30 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 30 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
31 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 31 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
32 \opt{IRIVER_RC_H100_PAD}{&} 32 \opt{HAVEREMOTEKEYMAP}{& }
33 & Select game type (A or B)\\ 33 & Select game type (A or B)\\
34 \opt{RECORDER_PAD}{\ButtonPlay} 34 \opt{RECORDER_PAD}{\ButtonPlay}
35 \opt{ONDIO_PAD}{\ButtonMenu} 35 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -37,7 +37,7 @@ into itself.
37 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 37 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
38 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 38 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
39 \opt{IRIVER_H10_PAD}{\ButtonFF} 39 \opt{IRIVER_H10_PAD}{\ButtonFF}
40 \opt{IRIVER_RC_H100_PAD}{&} 40 \opt{HAVEREMOTEKEYMAP}{& }
41 & Start the game\\\hline 41 & Start the game\\\hline
42 \multicolumn{2}{c}{\textbf{In game}}\\\hline 42 \multicolumn{2}{c}{\textbf{In game}}\\\hline
43 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 43 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -45,7 +45,7 @@ into itself.
45 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 45 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
47 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 47 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
48 \opt{IRIVER_RC_H100_PAD}{&} 48 \opt{HAVEREMOTEKEYMAP}{& }
49 & Steer the snake\\ 49 & Steer the snake\\
50 \opt{RECORDER_PAD}{\ButtonPlay} 50 \opt{RECORDER_PAD}{\ButtonPlay}
51 \opt{ONDIO_PAD}{\ButtonMenu} 51 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -53,14 +53,14 @@ into itself.
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 53 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
54 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 54 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
55 \opt{IRIVER_H10_PAD}{\ButtonFF} 55 \opt{IRIVER_H10_PAD}{\ButtonFF}
56 \opt{IRIVER_RC_H100_PAD}{&} 56 \opt{HAVEREMOTEKEYMAP}{& }
57 & Pause and resume the game\\ 57 & Pause and resume the game\\
58 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 58 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
59 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 59 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
60 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 60 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
61 ,MROBE100_PAD}{\ButtonPower} 61 ,MROBE100_PAD}{\ButtonPower}
62 \opt{GIGABEAT_S_PAD}{\ButtonBack} 62 \opt{GIGABEAT_S_PAD}{\ButtonBack}
63 \opt{IRIVER_RC_H100_PAD}{&} 63 \opt{HAVEREMOTEKEYMAP}{& }
64 & Quit\\ 64 & Quit\\
65 \end{btnmap} 65 \end{btnmap}
66\end{table} 66\end{table}
diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex
index e1fad1876b..a7db02e263 100644
--- a/manual/plugins/sokoban.tex
+++ b/manual/plugins/sokoban.tex
@@ -21,13 +21,13 @@ information about the level format, see
21\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, }% 21\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, }%
22\opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown, }% 22\opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown, }%
23 \ButtonLeft, \ButtonRight 23 \ButtonLeft, \ButtonRight
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Move the ``sokoban'' up, down, left, or right\\ 25 & Move the ``sokoban'' up, down, left, or right\\
26\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 26\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
27\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 27\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
28\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} 28\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
29\opt{GIGABEAT_S_PAD}{\ButtonMenu} 29\opt{GIGABEAT_S_PAD}{\ButtonMenu}
30 \opt{IRIVER_RC_H100_PAD}{&} 30 \opt{HAVEREMOTEKEYMAP}{& }
31 & Menu \\ 31 & Menu \\
32\nopt{IAUDIO_X5_PAD}{ 32\nopt{IAUDIO_X5_PAD}{
33 \opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonFOne} 33 \opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonFOne}
@@ -39,7 +39,7 @@ information about the level format, see
39 \opt{MROBE10_PAD}{\ButtonDisplay} 39 \opt{MROBE10_PAD}{\ButtonDisplay}
40 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown} 40 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown}
41 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 41 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
42 \opt{IRIVER_RC_H100_PAD}{&} 42 \opt{HAVEREMOTEKEYMAP}{& }
43 & Back to previous level \\ 43 & Back to previous level \\
44} 44}
45\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{ 45\nopt{IPOD_4G_PAD,IPOD_3G_PAD}{
@@ -51,7 +51,7 @@ information about the level format, see
51 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu} 51 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
52 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight} 52 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight}
53 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 53 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
54 \opt{IRIVER_RC_H100_PAD}{&} 54 \opt{HAVEREMOTEKEYMAP}{& }
55 & Restart level \\ 55 & Restart level \\
56} 56}
57\nopt{IAUDIO_X5_PAD}{ 57\nopt{IAUDIO_X5_PAD}{
@@ -64,7 +64,7 @@ information about the level format, see
64 \opt{GIGABEAT_S_PAD}{\ButtonNext} 64 \opt{GIGABEAT_S_PAD}{\ButtonNext}
65 \opt{MROBE100_PAD}{\ButtonPlay} 65 \opt{MROBE100_PAD}{\ButtonPlay}
66 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonUp} 66 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonUp}
67 \opt{IRIVER_RC_H100_PAD}{&} 67 \opt{HAVEREMOTEKEYMAP}{& }
68 & Go to next level \\ 68 & Go to next level \\
69} 69}
70\opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonOn} 70\opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonOn}
@@ -73,8 +73,9 @@ information about the level format, see
73\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 73\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
74\opt{IRIVER_H10_PAD}{\ButtonRew} 74\opt{IRIVER_H10_PAD}{\ButtonRew}
75\opt{GIGABEAT_S_PAD}{\ButtonVolUp} 75\opt{GIGABEAT_S_PAD}{\ButtonVolUp}
76 \opt{IRIVER_RC_H100_PAD}{&} 76 \opt{HAVEREMOTEKEYMAP}{& }
77 & Undo last movement \\ 77 & Undo last movement \\
78
78\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD}{\ButtonPlay} 79\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
79\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} 80\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
80\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 81\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
@@ -84,7 +85,7 @@ information about the level format, see
84\opt{GIGABEAT_S_PAD}{\ButtonVolDown} 85\opt{GIGABEAT_S_PAD}{\ButtonVolDown}
85\opt{MROBE100_PAD}{\ButtonDisplay} 86\opt{MROBE100_PAD}{\ButtonDisplay}
86\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 87\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
87 \opt{IRIVER_RC_H100_PAD}{&} 88 \opt{HAVEREMOTEKEYMAP}{& }
88 & Redo previously undone move \\ 89 & Redo previously undone move \\
89\hline 90\hline
90\multicolumn{2}{c}{\textbf{Solution playback}} \\ 91\multicolumn{2}{c}{\textbf{Solution playback}} \\
@@ -94,23 +95,23 @@ information about the level format, see
94\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 95\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
95\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% 96\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
96 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 97 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
97 \opt{IRIVER_RC_H100_PAD}{&} 98 \opt{HAVEREMOTEKEYMAP}{& }
98 & Pause/resume \\ 99 & Pause/resume \\
99\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 100\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
100 ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD} 101 ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}
101 {\ButtonUp/\ButtonDown} 102 {\ButtonUp/\ButtonDown}
102\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay} 103\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
103\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} 104\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
104 \opt{IRIVER_RC_H100_PAD}{&} 105 \opt{HAVEREMOTEKEYMAP}{& }
105 & Increase/decrease playback speed \\ 106 & Increase/decrease playback speed \\
106 \ButtonLeft/\ButtonRight 107 \ButtonLeft/\ButtonRight
107 \opt{IRIVER_RC_H100_PAD}{&} 108 \opt{HAVEREMOTEKEYMAP}{& }
108 & Go backward/forward (while paused) \\ 109 & Go backward/forward (while paused) \\
109\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 110\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
110\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 111\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
111\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} 112\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
112\opt{GIGABEAT_S_PAD}{\ButtonMenu} 113\opt{GIGABEAT_S_PAD}{\ButtonMenu}
113 \opt{IRIVER_RC_H100_PAD}{&}% 114 \opt{HAVEREMOTEKEYMAP}{& }
114 & Quit \\ 115 & Quit \\
115\end{btnmap} 116\end{btnmap}
116\end{table} 117\end{table}
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex
index d41bfbcf21..25988fd2fa 100644
--- a/manual/plugins/solitaire.tex
+++ b/manual/plugins/solitaire.tex
@@ -21,7 +21,7 @@ visit
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
23 / \ButtonLeft{} / \ButtonRight 23 / \ButtonLeft{} / \ButtonRight
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Move Cursor around.\\ 25 & Move Cursor around.\\
26 % 26 %
27 \opt{RECORDER_PAD}{\ButtonOn} 27 \opt{RECORDER_PAD}{\ButtonOn}
@@ -30,7 +30,7 @@ visit
30 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 30 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
31 {\ButtonSelect} 31 {\ButtonSelect}
32 \opt{IRIVER_H10_PAD}{\ButtonPlay} 32 \opt{IRIVER_H10_PAD}{\ButtonPlay}
33 \opt{IRIVER_RC_H100_PAD}{&} 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Select cards, move cards, reveal hidden cards...\\ 34 & Select cards, move cards, reveal hidden cards...\\
35 % 35 %
36 \opt{RECORDER_PAD}{\ButtonFOne} 36 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -42,9 +42,9 @@ visit
42 \opt{IRIVER_H10_PAD}{Long \ButtonLeft} 42 \opt{IRIVER_H10_PAD}{Long \ButtonLeft}
43 \opt{SANSA_E200_PAD}{\ButtonRec} 43 \opt{SANSA_E200_PAD}{\ButtonRec}
44 \opt{SANSA_C200_PAD}{\ButtonVolDown} 44 \opt{SANSA_C200_PAD}{\ButtonVolDown}
45 \opt{IRIVER_RC_H100_PAD}{&} 45 \opt{HAVEREMOTEKEYMAP}{& }
46 & If a card was selected -- unselect it, else\\ 46 & If a card was selected -- unselect it, else\\
47 \opt{IRIVER_RC_H100_PAD}{&} 47 \opt{HAVEREMOTEKEYMAP}{& }
48 & Draw 3 new cards from the remains stack\\ 48 & Draw 3 new cards from the remains stack\\
49 % 49 %
50 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 50 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
@@ -57,7 +57,7 @@ visit
57 \opt{GIGABEAT_PAD}{\ButtonA{} + \ButtonLeft} 57 \opt{GIGABEAT_PAD}{\ButtonA{} + \ButtonLeft}
58 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonLeft} 58 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonLeft}
59 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonLeft} 59 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonLeft}
60 \opt{IRIVER_RC_H100_PAD}{&} 60 \opt{HAVEREMOTEKEYMAP}{& }
61 & Put the card from the top of the remains stack on top of the cursor\\ 61 & Put the card from the top of the remains stack on top of the cursor\\
62 % 62 %
63 \opt{RECORDER_PAD}{\ButtonFTwo} 63 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -68,7 +68,7 @@ visit
68 \opt{IAUDIO_X5_PAD}{Long \ButtonSelect} 68 \opt{IAUDIO_X5_PAD}{Long \ButtonSelect}
69 \opt{IRIVER_H10_PAD}{\ButtonRew} 69 \opt{IRIVER_H10_PAD}{\ButtonRew}
70 \opt{SANSA_E200_PAD}{\ButtonRec{} + \ButtonRight} 70 \opt{SANSA_E200_PAD}{\ButtonRec{} + \ButtonRight}
71 \opt{IRIVER_RC_H100_PAD}{&} 71 \opt{HAVEREMOTEKEYMAP}{& }
72 & Put the card under the cursor on one of the 4 final colour stacks.\\ 72 & Put the card under the cursor on one of the 4 final colour stacks.\\
73 % 73 %
74 \opt{RECORDER_PAD}{\ButtonFThree} 74 \opt{RECORDER_PAD}{\ButtonFThree}
@@ -80,14 +80,14 @@ visit
80 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonRight} 80 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonRight}
81 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonRight} 81 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonRight}
82 \opt{SANSA_C200_PAD}{\ButtonVolUp} 82 \opt{SANSA_C200_PAD}{\ButtonVolUp}
83 \opt{IRIVER_RC_H100_PAD}{&} 83 \opt{HAVEREMOTEKEYMAP}{& }
84 & Put the card on top of the remains stack on one of the final colour stacks.\\ 84 & Put the card on top of the remains stack on one of the final colour stacks.\\
85 % 85 %
86 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H300_PAD,IRIVER_H100_PAD}{\ButtonOff} 86 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H300_PAD,IRIVER_H100_PAD}{\ButtonOff}
87 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} 87 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect}
88 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 88 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
89 \opt{GIGABEAT_S_PAD}{\ButtonBack} 89 \opt{GIGABEAT_S_PAD}{\ButtonBack}
90 \opt{IRIVER_RC_H100_PAD}{&} 90 \opt{HAVEREMOTEKEYMAP}{& }
91 & Show menu\\ 91 & Show menu\\
92 \end{btnmap} 92 \end{btnmap}
93 \end{table} 93 \end{table}
diff --git a/manual/plugins/spacerocks.tex b/manual/plugins/spacerocks.tex
index e1f238704e..6bb606022d 100644
--- a/manual/plugins/spacerocks.tex
+++ b/manual/plugins/spacerocks.tex
@@ -13,7 +13,7 @@ UFO will appear -- shoot this for extra points.
13 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 13 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
14 {\ButtonSelect} 14 {\ButtonSelect}
15 \opt{IRIVER_H10_PAD}{\ButtonRew} 15 \opt{IRIVER_H10_PAD}{\ButtonRew}
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{HAVEREMOTEKEYMAP}{& }
17 & Shoot\\ 17 & Shoot\\
18 % 18 %
19 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 19 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -21,14 +21,14 @@ UFO will appear -- shoot this for extra points.
21 {\ButtonUp} 21 {\ButtonUp}
22 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 22 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
23 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 23 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{HAVEREMOTEKEYMAP}{& }
25 & Thrust\\ 25 & Thrust\\
26 % 26 %
27 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 27 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
28 ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 28 ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
29 {\ButtonLeft / \ButtonRight} 29 {\ButtonLeft / \ButtonRight}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack / \ButtonScrollFwd} 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack / \ButtonScrollFwd}
31 \opt{IRIVER_RC_H100_PAD}{&} 31 \opt{HAVEREMOTEKEYMAP}{& }
32 & Turn left/right\\ 32 & Turn left/right\\
33 % 33 %
34 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 34 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -36,7 +36,7 @@ UFO will appear -- shoot this for extra points.
36 {\ButtonDown} 36 {\ButtonDown}
37 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 37 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
38 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 38 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
39 \opt{IRIVER_RC_H100_PAD}{&} 39 \opt{HAVEREMOTEKEYMAP}{& }
40 & Teleport\\ 40 & Teleport\\
41 % 41 %
42 \opt{RECORDER_PAD}{\ButtonOn} 42 \opt{RECORDER_PAD}{\ButtonOn}
@@ -46,14 +46,14 @@ UFO will appear -- shoot this for extra points.
46 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 46 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
47 \opt{GIGABEAT_PAD}{\ButtonA} 47 \opt{GIGABEAT_PAD}{\ButtonA}
48 \opt{MROBE100_PAD}{\ButtonDisplay} 48 \opt{MROBE100_PAD}{\ButtonDisplay}
49 \opt{IRIVER_RC_H100_PAD}{&} 49 \opt{HAVEREMOTEKEYMAP}{& }
50 & Pause game\\ 50 & Pause game\\
51 % 51 %
52 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 52 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
54 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_C200_PAD}{\ButtonPower} 54 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_C200_PAD}{\ButtonPower}
55 \opt{GIGABEAT_S_PAD}{\ButtonBack} 55 \opt{GIGABEAT_S_PAD}{\ButtonBack}
56 \opt{IRIVER_RC_H100_PAD}{&} 56 \opt{HAVEREMOTEKEYMAP}{& }
57 & Quit\\ 57 & Quit\\
58 \end{btnmap} 58 \end{btnmap}
59\end{table} 59\end{table}
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex
index 1a6416d2b2..1ee5ff4ca5 100644
--- a/manual/plugins/star.tex
+++ b/manual/plugins/star.tex
@@ -13,24 +13,24 @@ could not otherwise reach. The block cannot take ``o''s.
13\begin{table} 13\begin{table}
14 \begin{btnmap}{}{} 14 \begin{btnmap}{}{}
15 \ButtonLeft 15 \ButtonLeft
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{HAVEREMOTEKEYMAP}{& }
17 & Move Left\\ 17 & Move Left\\
18 \ButtonRight 18 \ButtonRight
19 \opt{IRIVER_RC_H100_PAD}{&} 19 \opt{HAVEREMOTEKEYMAP}{& }
20 & Move Right\\ 20 & Move Right\\
21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
22 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 22 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
23 {\ButtonUp} 23 {\ButtonUp}
24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
25 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 25 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
26 \opt{IRIVER_RC_H100_PAD}{&} 26 \opt{HAVEREMOTEKEYMAP}{& }
27 & Move Up\\ 27 & Move Up\\
28 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 28 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
29 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 29 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
30 {\ButtonDown} 30 {\ButtonDown}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
32 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 32 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
33 \opt{IRIVER_RC_H100_PAD}{&} 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Move Down\\ 34 & Move Down\\
35 \opt{RECORDER_PAD}{\ButtonOn} 35 \opt{RECORDER_PAD}{\ButtonOn}
36 \opt{ONDIO_PAD}{\ButtonMenu} 36 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -38,7 +38,7 @@ could not otherwise reach. The block cannot take ``o''s.
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
39 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 39 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
40 \opt{IRIVER_H10_PAD}{\ButtonRew} 40 \opt{IRIVER_H10_PAD}{\ButtonRew}
41 \opt{IRIVER_RC_H100_PAD}{&} 41 \opt{HAVEREMOTEKEYMAP}{& }
42 & Switch between circle and square\\ 42 & Switch between circle and square\\
43 \opt{RECORDER_PAD}{\ButtonFOne} 43 \opt{RECORDER_PAD}{\ButtonFOne}
44 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 44 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
@@ -48,7 +48,7 @@ could not otherwise reach. The block cannot take ``o''s.
48 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown} 48 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown}
49 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 49 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
50 \opt{MROBE100_PAD}{\ButtonMenu} 50 \opt{MROBE100_PAD}{\ButtonMenu}
51 \opt{IRIVER_RC_H100_PAD}{&} 51 \opt{HAVEREMOTEKEYMAP}{& }
52 & Previous level\\ 52 & Previous level\\
53 \opt{RECORDER_PAD}{\ButtonFTwo} 53 \opt{RECORDER_PAD}{\ButtonFTwo}
54 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} 54 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
@@ -59,7 +59,7 @@ could not otherwise reach. The block cannot take ``o''s.
59 \opt{GIGABEAT_PAD}{\ButtonA} 59 \opt{GIGABEAT_PAD}{\ButtonA}
60 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 60 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
61 \opt{MROBE100_PAD}{\ButtonDisplay} 61 \opt{MROBE100_PAD}{\ButtonDisplay}
62 \opt{IRIVER_RC_H100_PAD}{&} 62 \opt{HAVEREMOTEKEYMAP}{& }
63 & Reset level \\ 63 & Reset level \\
64 \opt{RECORDER_PAD}{\ButtonFThree} 64 \opt{RECORDER_PAD}{\ButtonFThree}
65 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 65 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
@@ -69,13 +69,13 @@ could not otherwise reach. The block cannot take ``o''s.
69 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp} 69 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp}
70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
71 \opt{MROBE100_PAD}{\ButtonPlay} 71 \opt{MROBE100_PAD}{\ButtonPlay}
72 \opt{IRIVER_RC_H100_PAD}{&} 72 \opt{HAVEREMOTEKEYMAP}{& }
73 & Next level \\ 73 & Next level \\
74 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 74 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
75 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 75 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
76 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower} 76 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
77 \opt{GIGABEAT_S_PAD}{\ButtonBack} 77 \opt{GIGABEAT_S_PAD}{\ButtonBack}
78 \opt{IRIVER_RC_H100_PAD}{&} 78 \opt{HAVEREMOTEKEYMAP}{& }
79 & Exit the game \\ 79 & Exit the game \\
80 \end{btnmap} 80 \end{btnmap}
81\end{table} 81\end{table}
diff --git a/manual/plugins/starfield.tex b/manual/plugins/starfield.tex
index 2b5f8c3ca7..2ed004713c 100644
--- a/manual/plugins/starfield.tex
+++ b/manual/plugins/starfield.tex
@@ -6,26 +6,27 @@ Starfield simulation (like the classic screensaver).
6\begin{table} 6\begin{table}
7 \begin{btnmap}{}{} 7 \begin{btnmap}{}{}
8 \ButtonRight\ / \ButtonLeft 8 \ButtonRight\ / \ButtonLeft
9 \opt{IRIVER_RC_H100_PAD}{&} 9 \opt{HAVEREMOTEKEYMAP}{& }
10 & Increase / decrease number of stars\\ 10 & Increase / decrease number of stars\\
11 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 11 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
12 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD% 12 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD%
13 ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD} 13 ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD,IAUDIO_X5_PAD}
14 {\ButtonUp\ / \ButtonDown} 14 {\ButtonUp\ / \ButtonDown}
15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{HAVEREMOTEKEYMAP}{& }
17 & Increase / decrease speed\\ 17 & Increase / decrease speed\\
18 \opt{lcd_color}{% 18 \opt{lcd_color}{%
19 \opt{IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 19 \opt{IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
20 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}% 20 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}%
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}% 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}%
22 \opt{HAVEREMOTEKEYMAP}{& }
22 & Change colours\\% 23 & Change colours\\%
23 }% 24 }%
24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 25 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
25 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 26 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
26 \opt{GIGABEAT_S_PAD}{\ButtonBack} 27 \opt{GIGABEAT_S_PAD}{\ButtonBack}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
28 \opt{IRIVER_RC_H100_PAD}{&} 29 \opt{HAVEREMOTEKEYMAP}{& }
29 & Quit\\ 30 & Quit\\
30 \end{btnmap} 31 \end{btnmap}
31\end{table} 32\end{table}
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index 87fcd51695..1c13c6defb 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -11,14 +11,14 @@ A simple stopwatch program with support for saving times.
11 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 11 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
12 ,MROBE100_PAD}{\ButtonPower} 12 ,MROBE100_PAD}{\ButtonPower}
13 \opt{GIGABEAT_S_PAD}{\ButtonBack} 13 \opt{GIGABEAT_S_PAD}{\ButtonBack}
14 \opt{IRIVER_RC_H100_PAD}{&} 14 \opt{HAVEREMOTEKEYMAP}{& }
15 & Quit Plugin \\ 15 & Quit Plugin \\
16 % 16 %
17 \opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 17 \opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
18 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight} 18 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD% 19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD%
20 ,IPOD_3G_PAD}{\ButtonSelect} 20 ,IPOD_3G_PAD}{\ButtonSelect}
21 \opt{IRIVER_RC_H100_PAD}{&} 21 \opt{HAVEREMOTEKEYMAP}{& }
22 & Start / stop \\ 22 & Start / stop \\
23 % 23 %
24 \opt{PLAYER_PAD}{\ButtonStop} 24 \opt{PLAYER_PAD}{\ButtonStop}
@@ -30,7 +30,7 @@ A simple stopwatch program with support for saving times.
30 \opt{GIGABEAT_PAD}{\ButtonA} 30 \opt{GIGABEAT_PAD}{\ButtonA}
31 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 31 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
32 \opt{MROBE100_PAD}{\ButtonDisplay} 32 \opt{MROBE100_PAD}{\ButtonDisplay}
33 \opt{IRIVER_RC_H100_PAD}{&} 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Reset timer (only when timer is stopped)\\ 34 & Reset timer (only when timer is stopped)\\
35 % 35 %
36 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 36 \opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -38,7 +38,7 @@ A simple stopwatch program with support for saving times.
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
39 \opt{IRIVER_H10_PAD}{\ButtonFF} 39 \opt{IRIVER_H10_PAD}{\ButtonFF}
40 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 40 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
41 \opt{IRIVER_RC_H100_PAD}{&} 41 \opt{HAVEREMOTEKEYMAP}{& }
42 & Take lap time \\ 42 & Take lap time \\
43 % 43 %
44 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft{} / \ButtonRight} 44 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonLeft{} / \ButtonRight}
@@ -46,7 +46,7 @@ A simple stopwatch program with support for saving times.
46 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown} 46 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
48 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 48 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
49 \opt{IRIVER_RC_H100_PAD}{&} 49 \opt{HAVEREMOTEKEYMAP}{& }
50 & Scroll through lap times \\ 50 & Scroll through lap times \\
51 \end{btnmap} 51 \end{btnmap}
52\end{table} 52\end{table}
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
index ff04536596..b16ebbabbc 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -34,7 +34,7 @@ settings.
34 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 34 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
36 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 36 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
37 \opt{IRIVER_RC_H100_PAD}{&} 37 \opt{HAVEREMOTEKEYMAP}{& }
38 & Move the cursor\\ 38 & Move the cursor\\
39 % 39 %
40 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect & Change cursor move direction\\} 40 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect & Change cursor move direction\\}
@@ -47,7 +47,7 @@ settings.
47 \opt{IRIVER_H10_PAD}{\ButtonRew} 47 \opt{IRIVER_H10_PAD}{\ButtonRew}
48 \opt{SANSA_E200_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd} 48 \opt{SANSA_E200_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd}
49 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown} 49 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
50 \opt{IRIVER_RC_H100_PAD}{&} 50 \opt{HAVEREMOTEKEYMAP}{& }
51 & Change number under the cursor\\ 51 & Change number under the cursor\\
52 % 52 %
53 \opt{RECORDER_PAD}{Long \ButtonPlay} 53 \opt{RECORDER_PAD}{Long \ButtonPlay}
@@ -58,7 +58,7 @@ settings.
58 \opt{IRIVER_H10_PAD}{Long \ButtonRew} 58 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
59 \opt{SANSA_E200_PAD}{Long \ButtonScrollBack{} / \ButtonScrollFwd} 59 \opt{SANSA_E200_PAD}{Long \ButtonScrollBack{} / \ButtonScrollFwd}
60 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown} 60 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
61 \opt{IRIVER_RC_H100_PAD}{&} 61 \opt{HAVEREMOTEKEYMAP}{& }
62 & Constantly changing the number under the cursor\\ 62 & Constantly changing the number under the cursor\\
63 % 63 %
64 \opt{RECORDER_PAD}{\ButtonFOne} 64 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -68,7 +68,7 @@ settings.
68 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 68 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
69 \opt{SANSA_E200_PAD}{\ButtonSelect} 69 \opt{SANSA_E200_PAD}{\ButtonSelect}
70 \opt{SANSA_C200_PAD}{\ButtonPower} 70 \opt{SANSA_C200_PAD}{\ButtonPower}
71 \opt{IRIVER_RC_H100_PAD}{&} 71 \opt{HAVEREMOTEKEYMAP}{& }
72 & Open Menu\\ 72 & Open Menu\\
73 % 73 %
74 \opt{RECORDER_PAD}{\ButtonFTwo} 74 \opt{RECORDER_PAD}{\ButtonFTwo}
@@ -78,7 +78,7 @@ settings.
78 \opt{IRIVER_H10_PAD}{\ButtonFF} 78 \opt{IRIVER_H10_PAD}{\ButtonFF}
79 \opt{GIGABEAT_PAD}{\ButtonA} 79 \opt{GIGABEAT_PAD}{\ButtonA}
80 \opt{MROBE100_PAD}{\ButtonDisplay} 80 \opt{MROBE100_PAD}{\ButtonDisplay}
81 \opt{IRIVER_RC_H100_PAD}{&} 81 \opt{HAVEREMOTEKEYMAP}{& }
82 & Add/Remove number to scratchpad\\ 82 & Add/Remove number to scratchpad\\
83 % 83 %
84 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 84 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -86,7 +86,7 @@ settings.
86 ,MROBE100_PAD}{\ButtonPower} 86 ,MROBE100_PAD}{\ButtonPower}
87 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Menu $\rightarrow$ Quit} 87 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Menu $\rightarrow$ Quit}
88 \opt{SANSA_C200_PAD}{Long \ButtonPower} 88 \opt{SANSA_C200_PAD}{Long \ButtonPower}
89 \opt{IRIVER_RC_H100_PAD}{&} 89 \opt{HAVEREMOTEKEYMAP}{& }
90 & Quit\\ 90 & Quit\\
91 % 91 %
92 \end{btnmap} 92 \end{btnmap}
diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex
index 39057dfdc7..839f51793a 100644
--- a/manual/plugins/text_viewer.tex
+++ b/manual/plugins/text_viewer.tex
@@ -15,7 +15,7 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
16 \opt{SANSA_C200_PAD}{\ButtonVolUp} 16 \opt{SANSA_C200_PAD}{\ButtonVolUp}
17 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 17 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Scroll{}-up\\ 19 & Scroll{}-up\\
20 20
21 \opt{PLAYER_PAD}{\ButtonRight} 21 \opt{PLAYER_PAD}{\ButtonRight}
@@ -25,20 +25,20 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
25 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 25 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
26 \opt{SANSA_C200_PAD}{\ButtonVolDown} 26 \opt{SANSA_C200_PAD}{\ButtonVolDown}
27 \opt{GIGABEAT_S_PAD}{\ButtonNext} 27 \opt{GIGABEAT_S_PAD}{\ButtonNext}
28 \opt{IRIVER_RC_H100_PAD}{&} 28 \opt{HAVEREMOTEKEYMAP}{& }
29 & Scroll{}-down\\ 29 & Scroll{}-down\\
30 30
31 \opt{PLAYER_PAD}{\ButtonMenu+\ButtonLeft} 31 \opt{PLAYER_PAD}{\ButtonMenu+\ButtonLeft}
32 \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonLeft} 32 \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonLeft}
33 \nopt{PLAYER_PAD,GIGABEAT_S_PAD}{\ButtonLeft} 33 \nopt{PLAYER_PAD,GIGABEAT_S_PAD}{\ButtonLeft}
34 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{HAVEREMOTEKEYMAP}{& }
35 & Top of file (Narrow mode) / 35 & Top of file (Narrow mode) /
36 One screen left (Wide mode)\\ 36 One screen left (Wide mode)\\
37 37
38 \opt{PLAYER_PAD}{\ButtonMenu+\ButtonRight} 38 \opt{PLAYER_PAD}{\ButtonMenu+\ButtonRight}
39 \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonRight} 39 \opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonRight}
40 \nopt{PLAYER_PAD,GIGABEAT_S_PAD}{\ButtonRight} 40 \nopt{PLAYER_PAD,GIGABEAT_S_PAD}{\ButtonRight}
41 \opt{IRIVER_RC_H100_PAD}{&} 41 \opt{HAVEREMOTEKEYMAP}{& }
42 & Bottom of file (Narrow mode) / 42 & Bottom of file (Narrow mode) /
43 One screen right (Wide mode)\\ 43 One screen right (Wide mode)\\
44 44
@@ -48,7 +48,7 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
48 \opt{SANSA_E200_PAD}{\ButtonScrollBack} 48 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
49 \opt{SANSA_C200_PAD}{\ButtonUp} 49 \opt{SANSA_C200_PAD}{\ButtonUp}
50 \opt{GIGABEAT_S_PAD}{\ButtonUp} 50 \opt{GIGABEAT_S_PAD}{\ButtonUp}
51 \opt{IRIVER_RC_H100_PAD}{&} 51 \opt{HAVEREMOTEKEYMAP}{& }
52 & One line up\\ 52 & One line up\\
53 } 53 }
54 54
@@ -58,21 +58,21 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
58 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 58 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
59 \opt{SANSA_C200_PAD}{\ButtonDown} 59 \opt{SANSA_C200_PAD}{\ButtonDown}
60 \opt{GIGABEAT_S_PAD}{\ButtonDown} 60 \opt{GIGABEAT_S_PAD}{\ButtonDown}
61 \opt{IRIVER_RC_H100_PAD}{&} 61 \opt{HAVEREMOTEKEYMAP}{& }
62 & One line down\\ 62 & One line down\\
63 } 63 }
64 64
65 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{ 65 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{
66 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} 66 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft}
67 \opt{GIGABEAT_S_PAD}{\ButtonLeft} 67 \opt{GIGABEAT_S_PAD}{\ButtonLeft}
68 \opt{IRIVER_RC_H100_PAD}{&} 68 \opt{HAVEREMOTEKEYMAP}{& }
69 & One column left\\ 69 & One column left\\
70 } 70 }
71 71
72 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{ 72 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{
73 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} 73 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight}
74 \opt{GIGABEAT_S_PAD}{\ButtonRight} 74 \opt{GIGABEAT_S_PAD}{\ButtonRight}
75 \opt{IRIVER_RC_H100_PAD}{&} 75 \opt{HAVEREMOTEKEYMAP}{& }
76 & One column right\\ 76 & One column right\\
77 } 77 }
78 78
@@ -83,7 +83,7 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
83 \opt{GIGABEAT_PAD}{\ButtonA} 83 \opt{GIGABEAT_PAD}{\ButtonA}
84 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec} 84 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec}
85 \opt{MROBE100_PAD}{\ButtonDisplay} 85 \opt{MROBE100_PAD}{\ButtonDisplay}
86 \opt{IRIVER_RC_H100_PAD}{&} 86 \opt{HAVEREMOTEKEYMAP}{& }
87 & Toggle autoscroll\\ 87 & Toggle autoscroll\\
88 88
89 \opt{RECORDER_PAD}{\ButtonFOne} 89 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -93,7 +93,7 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
93 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 93 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
94 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonSelect} 94 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonSelect}
95 \opt{IRIVER_H10_PAD}{\ButtonRew} 95 \opt{IRIVER_H10_PAD}{\ButtonRew}
96 \opt{IRIVER_RC_H100_PAD}{&} 96 \opt{HAVEREMOTEKEYMAP}{& }
97 & Enter menu\\ 97 & Enter menu\\
98 98
99 \opt{PLAYER_PAD}{\ButtonStop} 99 \opt{PLAYER_PAD}{\ButtonStop}
@@ -102,7 +102,7 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
102 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 102 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
103 ,MROBE100_PAD}{\ButtonPower} 103 ,MROBE100_PAD}{\ButtonPower}
104 \opt{GIGABEAT_S_PAD}{\ButtonBack} 104 \opt{GIGABEAT_S_PAD}{\ButtonBack}
105 \opt{IRIVER_RC_H100_PAD}{&} 105 \opt{HAVEREMOTEKEYMAP}{& }
106 & Exit text viewer\\ 106 & Exit text viewer\\
107 107
108 \end{btnmap} 108 \end{btnmap}
diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex
index d97db0e10d..50c7156e38 100644
--- a/manual/plugins/vumeter.tex
+++ b/manual/plugins/vumeter.tex
@@ -16,7 +16,7 @@ and the meter scale can be changed.
16\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 16\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
17 ,MROBE100_PAD}{\ButtonPower} 17 ,MROBE100_PAD}{\ButtonPower}
18\opt{GIGABEAT_S_PAD}{\ButtonBack} 18\opt{GIGABEAT_S_PAD}{\ButtonBack}
19 \opt{IRIVER_RC_H100_PAD}{&} 19 \opt{HAVEREMOTEKEYMAP}{& }
20 & Save settings and quit\\ 20 & Save settings and quit\\
21\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 21\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
22\opt{ONDIO_PAD}{\ButtonMenu} 22\opt{ONDIO_PAD}{\ButtonMenu}
@@ -25,7 +25,7 @@ and the meter scale can be changed.
25\opt{GIGABEAT_PAD}{\ButtonA} 25\opt{GIGABEAT_PAD}{\ButtonA}
26\opt{MROBE100_PAD}{\ButtonDisplay} 26\opt{MROBE100_PAD}{\ButtonDisplay}
27\opt{GIGABEAT_S_PAD}{\ButtonNext} 27\opt{GIGABEAT_S_PAD}{\ButtonNext}
28 \opt{IRIVER_RC_H100_PAD}{&} 28 \opt{HAVEREMOTEKEYMAP}{& }
29 & Help\\ 29 & Help\\
30\opt{RECORDER_PAD}{\ButtonFOne} 30\opt{RECORDER_PAD}{\ButtonFOne}
31\opt{ONDIO_PAD}{Long \ButtonMenu} 31\opt{ONDIO_PAD}{Long \ButtonMenu}
@@ -33,21 +33,21 @@ and the meter scale can be changed.
33 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 33 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
34\opt{IRIVER_H10_PAD}{\ButtonRew} 34\opt{IRIVER_H10_PAD}{\ButtonRew}
35\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 35\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
36 \opt{IRIVER_RC_H100_PAD}{&} 36 \opt{HAVEREMOTEKEYMAP}{& }
37 & Settings\\ 37 & Settings\\
38\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 38\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
39 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp} 39 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp}
40\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd} 40\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
41\opt{SANSA_C200_PAD}{\ButtonVolUp} 41\opt{SANSA_C200_PAD}{\ButtonVolUp}
42\opt{IRIVER_H10_PAD}{\ButtonScrollUp} 42\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
43 \opt{IRIVER_RC_H100_PAD}{&} 43 \opt{HAVEREMOTEKEYMAP}{& }
44 & Raise Volume\\ 44 & Raise Volume\\
45\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 45\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
46 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown} 46 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown}
47\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack} 47\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack}
48\opt{SANSA_C200_PAD}{\ButtonVolDown} 48\opt{SANSA_C200_PAD}{\ButtonVolDown}
49\opt{IRIVER_H10_PAD}{\ButtonScrollDown} 49\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
50 \opt{IRIVER_RC_H100_PAD}{&} 50 \opt{HAVEREMOTEKEYMAP}{& }
51 & Lower Volume\\ 51 & Lower Volume\\
52\end{btnmap} 52\end{btnmap}
53\end{table} 53\end{table}
diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex
index 10cd38f8bd..f8596090fa 100644
--- a/manual/plugins/wormlet.tex
+++ b/manual/plugins/wormlet.tex
@@ -18,13 +18,13 @@ Menu controls:}
18\begin{table} 18\begin{table}
19 \begin{btnmap}{}{} 19 \begin{btnmap}{}{}
20 \ButtonLeft\ / \ButtonRight 20 \ButtonLeft\ / \ButtonRight
21 \opt{IRIVER_RC_H100_PAD}{&} 21 \opt{HAVEREMOTEKEYMAP}{& }
22 & Controls number of worms in the game\\ 22 & Controls number of worms in the game\\
23 \opt{RECORDER_PAD}{ 23 \opt{RECORDER_PAD}{
24 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} 24 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
25 {\ButtonUp\ / \ButtonDown} 25 {\ButtonUp\ / \ButtonDown}
26 \opt{IRIVER_RC_H100_PAD}{&} 26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay}
27 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu\ / \ButtonPlay} & Selects number of players\\ 27 & Selects number of players\\
28 \ButtonFOne & Selects game mode.\\} 28 \ButtonFOne & Selects game mode.\\}
29 \end{btnmap} 29 \end{btnmap}
30\end{table} 30\end{table}
@@ -73,22 +73,22 @@ Game controls:}
73\begin{table} 73\begin{table}
74 \begin{btnmap}{}{} 74 \begin{btnmap}{}{}
75 \ButtonLeft 75 \ButtonLeft
76 \opt{IRIVER_RC_H100_PAD}{&} 76 \opt{HAVEREMOTEKEYMAP}{& }
77 & Turn left\\ 77 & Turn left\\
78 \ButtonRight 78 \ButtonRight
79 \opt{IRIVER_RC_H100_PAD}{&} 79 \opt{HAVEREMOTEKEYMAP}{& }
80 & Turn right\\ 80 & Turn right\\
81 \opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 81 \opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
82 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp} 82 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp}
83 \opt{IRIVER_RC_H100_PAD}{&}
84 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu} 83 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
85 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 84 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
85 \opt{HAVEREMOTEKEYMAP}{& }
86 & Turn Up\\ 86 & Turn Up\\
87 \opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 87 \opt{ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
88 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown} 88 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown}
89 \opt{IRIVER_RC_H100_PAD}{&}
90 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay} 89 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}
91 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 90 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
91 \opt{HAVEREMOTEKEYMAP}{& }
92 & Turn Down\\ 92 & Turn Down\\
93 \end{btnmap} 93 \end{btnmap}
94\end{table} 94\end{table}
diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex
index 888cdce818..4669ce7949 100644
--- a/manual/plugins/xobox.tex
+++ b/manual/plugins/xobox.tex
@@ -15,7 +15,7 @@ To finish a level you have to section off more than 75\%.
15 {\ButtonUp, \ButtonDown,}% 15 {\ButtonUp, \ButtonDown,}%
16 \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,} 16 \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
17 \ButtonLeft, \ButtonRight 17 \ButtonLeft, \ButtonRight
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{HAVEREMOTEKEYMAP}{& }
19 & Move around the arena\\ 19 & Move around the arena\\
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
21 \opt{ONDIO_PAD}{\ButtonMenu} 21 \opt{ONDIO_PAD}{\ButtonMenu}
@@ -24,13 +24,13 @@ To finish a level you have to section off more than 75\%.
24 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 24 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
25 \opt{GIGABEAT_PAD}{\ButtonA} 25 \opt{GIGABEAT_PAD}{\ButtonA}
26 \opt{MROBE100_PAD}{\ButtonDisplay} 26 \opt{MROBE100_PAD}{\ButtonDisplay}
27 \opt{IRIVER_RC_H100_PAD}{&} 27 \opt{HAVEREMOTEKEYMAP}{& }
28 & Pause\\ 28 & Pause\\
29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu} 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu}
31 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 31 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
32 \opt{GIGABEAT_S_PAD}{\ButtonBack} 32 \opt{GIGABEAT_S_PAD}{\ButtonBack}
33 \opt{IRIVER_RC_H100_PAD}{&} 33 \opt{HAVEREMOTEKEYMAP}{& }
34 & Open menu\\ 34 & Open menu\\
35\end{btnmap} 35\end{btnmap}
36\end{table} 36\end{table}
diff --git a/manual/plugins/zxbox.tex b/manual/plugins/zxbox.tex
index f9731c8d03..9f574ff46c 100644
--- a/manual/plugins/zxbox.tex
+++ b/manual/plugins/zxbox.tex
@@ -19,7 +19,7 @@ including an additional but fixed menu button, are assigned as follows:
19 ,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonUp/\ButtonDown/} 19 ,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonUp/\ButtonDown/}
20 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/} 20 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/}
21 \ButtonLeft/\ButtonRight 21 \ButtonLeft/\ButtonRight
22 \opt{IRIVER_RC_H100_PAD}{&} 22 \opt{HAVEREMOTEKEYMAP}{& }
23 & Directional movement\\ 23 & Directional movement\\
24 % 24 %
25 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD% 25 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD%
@@ -28,7 +28,7 @@ including an additional but fixed menu button, are assigned as follows:
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
29 \opt{ONDIO_PAD}{\ButtonMenu} 29 \opt{ONDIO_PAD}{\ButtonMenu}
30 \opt{IRIVER_H10_PAD}{\ButtonRew} 30 \opt{IRIVER_H10_PAD}{\ButtonRew}
31 \opt{IRIVER_RC_H100_PAD}{&} 31 \opt{HAVEREMOTEKEYMAP}{& }
32 & Jump/Fire\\ 32 & Jump/Fire\\
33 % 33 %
34 \opt{RECORDER_PAD}{\ButtonFOne} 34 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -39,7 +39,7 @@ including an additional but fixed menu button, are assigned as follows:
39 \opt{SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonPower} 39 \opt{SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonPower}
40 \opt{IAUDIO_X5_PAD}{\ButtonPlay} 40 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
41 \opt{IRIVER_H10_PAD}{\ButtonFF} 41 \opt{IRIVER_H10_PAD}{\ButtonFF}
42 \opt{IRIVER_RC_H100_PAD}{&} 42 \opt{HAVEREMOTEKEYMAP}{& }
43 & Open ZXBox menu\\ 43 & Open ZXBox menu\\
44 \end{btnmap} 44 \end{btnmap}
45\end{table} 45\end{table}
diff --git a/manual/rockbox_interface/browsing_and_playing.tex b/manual/rockbox_interface/browsing_and_playing.tex
index d7a614bb76..7658c8f524 100644
--- a/manual/rockbox_interface/browsing_and_playing.tex
+++ b/manual/rockbox_interface/browsing_and_playing.tex
@@ -53,7 +53,9 @@ the \setting{Show Files} setting to all.
53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD} 53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD}
54 { 54 {
55 \ButtonOn+\ButtonUp{}/ \ButtonDown 55 \ButtonOn+\ButtonUp{}/ \ButtonDown
56 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCSource{}/ \ButtonRCBitrate} 56 \opt{HAVEREMOTEKEYMAP}{&
57 \opt{IRIVER_RC_H100_PAD}{\ButtonRCSource{}/ \ButtonRCBitrate}
58 }
57 & Move one page up/down in the list.\\ 59 & Move one page up/down in the list.\\
58 } 60 }
59 \opt{IRIVER_H10_PAD} 61 \opt{IRIVER_H10_PAD}
@@ -248,20 +250,29 @@ can be easily changed by making a text file with the required layout. More
248 \textbf{Picker area} 250 \textbf{Picker area}
249 \begin{table} 251 \begin{table}
250 \begin{btnmap}{}{} 252 \begin{btnmap}{}{}
251 \ActionKbdUp/\ActionKbdDown & Move about the virtual keyboard. 253 \ActionKbdUp/\ActionKbdDown
254 \opt{HAVEREMOTEKEYMAP}{& }
255 & Move about the virtual keyboard.
252 If you move out of the picker area, you get to the \emph{Line edit mode}. \\ 256 If you move out of the picker area, you get to the \emph{Line edit mode}. \\
253 \ActionKbdLeft/\ActionKbdRight & (moves the solid cursor). \\ 257 \ActionKbdLeft/\ActionKbdRight
258 \opt{HAVEREMOTEKEYMAP}{& }
259 & (moves the solid cursor). \\
254 \ActionKbdSelect 260 \ActionKbdSelect
261 \opt{HAVEREMOTEKEYMAP}{& }
255 & Inserts the currently selected keyboard letter at the current 262 & Inserts the currently selected keyboard letter at the current
256 filename cursor position \\ 263 filename cursor position \\
257 \ActionKbdDone 264 \ActionKbdDone
265 \opt{HAVEREMOTEKEYMAP}{& }
258 & Exits the virtual keyboard and saves any changes \\ 266 & Exits the virtual keyboard and saves any changes \\
259 \ActionKbdAbort 267 \ActionKbdAbort
268 \opt{HAVEREMOTEKEYMAP}{& }
260 & Exits the virtual keyboard without saving any changes\\ 269 & Exits the virtual keyboard without saving any changes\\
261 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{ 270 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{
262 \ActionKbdMorseInput 271 \ActionKbdMorseInput
272 \opt{HAVEREMOTEKEYMAP}{& }
263 & Enters Morse input mode \\ 273 & Enters Morse input mode \\
264 \ActionKbdMorseSelect 274 \ActionKbdMorseSelect
275 \opt{HAVEREMOTEKEYMAP}{& }
265 & Tap to select a character in Morse input mode \\ 276 & Tap to select a character in Morse input mode \\
266 } 277 }
267 \end{btnmap} 278 \end{btnmap}
@@ -269,9 +280,15 @@ can be easily changed by making a text file with the required layout. More
269 \textbf{Line edit mode} 280 \textbf{Line edit mode}
270 \begin{table} 281 \begin{table}
271 \begin{btnmap}{}{} 282 \begin{btnmap}{}{}
272 \ActionKbdLeft/\ActionKbdRight & Move left and right\\ 283 \ActionKbdLeft/\ActionKbdRight
273 \ActionKbdSelect & Deletes the letter to the left of the cursor\\ 284 \opt{HAVEREMOTEKEYMAP}{& }
274 \ActionKbdUp/\ActionKbdDown & Returns to the picker area\\ 285 & Move left and right\\
286 \ActionKbdSelect
287 \opt{HAVEREMOTEKEYMAP}{& }
288 & Deletes the letter to the left of the cursor\\
289 \ActionKbdUp/\ActionKbdDown
290 \opt{HAVEREMOTEKEYMAP}{& }
291 & Returns to the picker area\\
275 \end{btnmap} 292 \end{btnmap}
276 \end{table} 293 \end{table}
277} 294}
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index d0ab1ded01..f8768c3ceb 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -435,7 +435,9 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
435 {Long \ButtonOn}% 435 {Long \ButtonOn}%
436 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS} 436 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS}
437 {\ButtonPower}% 437 {\ButtonPower}%
438 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCOn}% 438 \opt{HAVEREMOTEKEYMAP}{&
439 \opt{IRIVER_RC_H100_PAD}{\ButtonRCOn}%
440 }
439 & Start Rockbox\\ 441 & Start Rockbox\\
440 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}% 442 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}%
441 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}% 443 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}%
@@ -444,7 +446,9 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
444 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}% 446 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}%
445 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS}% 447 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS}%
446 {Long \ButtonPower}% 448 {Long \ButtonPower}%
447 \opt{IRIVER_RC_H100_PAD}{& Long \ButtonRCStop}% 449 \opt{HAVEREMOTEKEYMAP}{&
450 \opt{IRIVER_RC_H100_PAD}{Long \ButtonRCStop}%
451 }
448 & Shutdown Rockbox\\ 452 & Shutdown Rockbox\\
449 \end{btnmap} 453 \end{btnmap}
450 \end{table} 454 \end{table}