summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2009-07-06 23:15:46 +0000
committerMarianne Arnold <pixelma@rockbox.org>2009-07-06 23:15:46 +0000
commit8b8cbf65c8db5d9489365fcf3e926787b8fa82e6 (patch)
tree86f822c0786cba0a46937f942b955f9514dbc13a
parente184ef1027ba8f41aca65dbae2af05662b23c722 (diff)
downloadrockbox-8b8cbf65c8db5d9489365fcf3e926787b8fa82e6.tar.gz
rockbox-8b8cbf65c8db5d9489365fcf3e926787b8fa82e6.zip
More cleanup and rearrangement for three column button tables in the manual. Most importantly: move the recently added IRIVER_RC_H100_PAD opt - including the additional column seperator - below everything that belongs to the first column. This way every column is grouped and it also allows to combine different remote control pads if they use the same button. Use HAVEREMOTEKAYMAP if the line refers to an ActionSomething. While at it, add or change some white space to make the tables more readable (there is still a lot to be desired there...) and remove a few tabs in random_folder_advance_config.tex. Also fix sliding.tex to make it show all buttons in an M5 manual by using the appropriate _PAD opt and not simply 'x5'. Finally, remove the one overlooked reference to the H100 remote pad in split_editor.tex.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21696 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/configure_rockbox/sound_settings.tex26
-rw-r--r--manual/plugins/blackjack.tex22
-rw-r--r--manual/plugins/bounce.tex6
-rw-r--r--manual/plugins/brickmania.tex6
-rw-r--r--manual/plugins/bubbles.tex10
-rw-r--r--manual/plugins/calculator.tex18
-rw-r--r--manual/plugins/calendar.tex8
-rw-r--r--manual/plugins/chess_clock.tex18
-rw-r--r--manual/plugins/chessbox.tex14
-rw-r--r--manual/plugins/chopper.tex4
-rw-r--r--manual/plugins/cube.tex16
-rw-r--r--manual/plugins/demystify.tex10
-rw-r--r--manual/plugins/dice.tex6
-rw-r--r--manual/plugins/disktidy.tex3
-rw-r--r--manual/plugins/doom.tex29
-rw-r--r--manual/plugins/fire.tex8
-rw-r--r--manual/plugins/flipit.tex12
-rw-r--r--manual/plugins/goban.tex52
-rw-r--r--manual/plugins/invadrox.tex10
-rw-r--r--manual/plugins/jewels.tex12
-rw-r--r--manual/plugins/jpegviewer.tex12
-rw-r--r--manual/plugins/lamp.tex2
-rw-r--r--manual/plugins/logo.tex4
-rw-r--r--manual/plugins/mandelbrot.tex12
-rw-r--r--manual/plugins/mazezam.tex2
-rw-r--r--manual/plugins/metronome.tex16
-rw-r--r--manual/plugins/midiplay.tex8
-rw-r--r--manual/plugins/minesweeper.tex10
-rw-r--r--manual/plugins/mpegplayer.tex14
-rw-r--r--manual/plugins/oscilloscope.tex16
-rw-r--r--manual/plugins/pacbox.tex18
-rw-r--r--manual/plugins/pegbox.tex36
-rw-r--r--manual/plugins/pictureflow.tex18
-rw-r--r--manual/plugins/plasma.tex2
-rw-r--r--manual/plugins/pong.tex18
-rw-r--r--manual/plugins/random_folder_advance_config.tex10
-rw-r--r--manual/plugins/robotfindskitten.tex4
-rw-r--r--manual/plugins/rockblox.tex21
-rw-r--r--manual/plugins/rockblox1d.tex4
-rw-r--r--manual/plugins/rockboy.tex14
-rw-r--r--manual/plugins/sliding.tex25
-rw-r--r--manual/plugins/snake.tex6
-rw-r--r--manual/plugins/snake2.tex22
-rw-r--r--manual/plugins/sokoban.tex21
-rw-r--r--manual/plugins/solitaire.tex16
-rw-r--r--manual/plugins/spacerocks.tex12
-rw-r--r--manual/plugins/split_editor.tex2
-rw-r--r--manual/plugins/star.tex18
-rw-r--r--manual/plugins/starfield.tex2
-rw-r--r--manual/plugins/stopwatch.tex8
-rw-r--r--manual/plugins/sudoku.tex12
-rw-r--r--manual/plugins/text_editor.tex8
-rw-r--r--manual/plugins/text_viewer.tex18
-rw-r--r--manual/plugins/vumeter.tex12
-rw-r--r--manual/plugins/xobox.tex4
-rw-r--r--manual/plugins/zxbox.tex4
-rw-r--r--manual/rockbox_interface/images/m3-remote.svg31
-rw-r--r--manual/rockbox_interface/main.tex10
58 files changed, 396 insertions, 366 deletions
diff --git a/manual/configure_rockbox/sound_settings.tex b/manual/configure_rockbox/sound_settings.tex
index c4d33dc9f9..704b387b3e 100644
--- a/manual/configure_rockbox/sound_settings.tex
+++ b/manual/configure_rockbox/sound_settings.tex
@@ -330,43 +330,43 @@ change to customise your listening experience.
330 \begin{btnmap}{}{} 330 \begin{btnmap}{}{}
331 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollFwd} 331 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollFwd}
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{IRIVER_RC_H100_PAD}{& \ButtonRCFF}
334 \opt{SANSA_E200_PAD}{\ButtonScrollBack} 333 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
335 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonRight} 334 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonRight}
335 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCFF}
336 & Raises the highlighted parameter.\\ 336 & Raises the highlighted parameter.\\
337 % 337 %
338 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack} 338 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonScrollBack}
339 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown} 339 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonDown}
340 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCRew}
341 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 340 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
342 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonLeft} 341 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonLeft}
342 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCRew}
343 & Lowers the highlighted parameter.\\ 343 & Lowers the highlighted parameter.\\
344 % 344 %
345 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft} 345 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonLeft}
346 \opt{IRIVER_RC_H100_PAD}{& } 346 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonLeft}
347 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonLeft}
348 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp} 347 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp}
348 \opt{IRIVER_RC_H100_PAD}{& }
349 & Moves to the previous EQ band. \\ 349 & Moves to the previous EQ band. \\
350 % 350 %
351 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRight} 351 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRight}
352 \opt{IRIVER_RC_H100_PAD}{& } 352 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonRight}
353 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonRight}
354 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown} 353 \opt{SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown}
354 \opt{IRIVER_RC_H100_PAD}{& }
355 & Moves to the next EQ band. \\ 355 & Moves to the next EQ band. \\
356 % 356 %
357 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 357 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
358 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCSelect}
359 \opt{IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,SANSA_E200_PAD}{\ButtonSelect} 358 \opt{IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD,SANSA_E200_PAD}{\ButtonSelect}
360 & Toggles the cursor among the three parameters (gain, center frequency, 359 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCSelect}
361 Q) for the selected EQ band.\\ 360 & Toggles the cursor among the three parameters (gain, center frequency,
361 Q) for the selected EQ band.\\
362 % 362 %
363 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 363 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
364 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCStop} 364 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonMenu}
365 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_VIDEO_PAD}{\ButtonMenu}
366 \opt{IAUDIO_X5_PAD}{\ButtonPower/\ButtonRec} 365 \opt{IAUDIO_X5_PAD}{\ButtonPower/\ButtonRec}
367 \opt{SANSA_E200_PAD}{\ButtonPower/\ButtonRight} 366 \opt{SANSA_E200_PAD}{\ButtonPower/\ButtonRight}
368 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonPower} 367 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonPower}
369 & Exits the graphic EQ screen.\\ 368 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCStop}
369 & Exits the graphic EQ screen.\\
370 \end{btnmap} 370 \end{btnmap}
371 \end{table} 371 \end{table}
372 372
diff --git a/manual/plugins/blackjack.tex b/manual/plugins/blackjack.tex
index e4997389ee..d391756ff2 100644
--- a/manual/plugins/blackjack.tex
+++ b/manual/plugins/blackjack.tex
@@ -16,84 +16,84 @@ visit\\
16 \begin{btnmap}{}{} 16 \begin{btnmap}{}{}
17 \multicolumn{2}{c}{\textbf{In menu}}\\\hline 17 \multicolumn{2}{c}{\textbf{In menu}}\\\hline
18 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 18 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
19 \opt{IRIVER_RC_H100_PAD}{&} 19 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
20 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
21 \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}
22 \opt{ONDIO_PAD}{\ButtonMenu} 21 \opt{ONDIO_PAD}{\ButtonMenu}
23 \opt{GIGABEAT_PAD}{\ButtonA} 22 \opt{GIGABEAT_PAD}{\ButtonA}
23 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
27 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 26 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
28 \opt{ONDIO_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonDown} 27 \opt{ONDIO_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonDown}
29 \opt{IRIVER_H10_PAD}{\ButtonRight} 28 \opt{IRIVER_H10_PAD}{\ButtonRight}
30 \opt{SANSA_E200_PAD}{\ButtonRec} 29 \opt{SANSA_E200_PAD}{\ButtonRec}
31 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 30 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
32 \opt{MROBE100_PAD}{\ButtonPlay} 31 \opt{MROBE100_PAD}{\ButtonPlay}
32 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
36 \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 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonRight} 36 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonRight}
38 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonUp} 37 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonUp}
39 \opt{IRIVER_H10_PAD}{\ButtonLeft} 38 \opt{IRIVER_H10_PAD}{\ButtonLeft}
40 \opt{SANSA_C200_PAD}{\ButtonRec} 39 \opt{SANSA_C200_PAD}{\ButtonRec}
40 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
45 \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}
46 \opt{GIGABEAT_S_PAD}{\ButtonBack} 45 \opt{GIGABEAT_S_PAD}{\ButtonBack}
46 \opt{IRIVER_RC_H100_PAD}{&}
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{} /\\
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%
51 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD} 51 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_C200_PAD}
52 {\ButtonUp{} / \ButtonDown} 52 {\ButtonUp{} / \ButtonDown}
53 \opt{IRIVER_RC_H100_PAD}{&}
54 \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}
55 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 54 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
55 \opt{IRIVER_RC_H100_PAD}{&}
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}
59 \opt{IRIVER_RC_H100_PAD}{&}
60 \opt{IRIVER_H10_PAD}{\ButtonPlay} 59 \opt{IRIVER_H10_PAD}{\ButtonPlay}
61 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 60 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
62 \opt{ONDIO_PAD}{\ButtonLeft} 61 \opt{ONDIO_PAD}{\ButtonLeft}
63 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 62 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
64 \opt{MR100_PAD}{\ButtonMenu} 63 \opt{MR100_PAD}{\ButtonMenu}
64 \opt{IRIVER_RC_H100_PAD}{&}
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}
68 \opt{IRIVER_RC_H100_PAD}{&}
69 \opt{IRIVER_H10_PAD}{\ButtonFF} 68 \opt{IRIVER_H10_PAD}{\ButtonFF}
70 \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}
71 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
72 \opt{MROBE100_PAD}{\ButtonDisplay} 71 \opt{MROBE100_PAD}{\ButtonDisplay}
72 \opt{IRIVER_RC_H100_PAD}{&}
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}
76 \opt{IRIVER_RC_H100_PAD}{&}
77 \opt{IAUDIO_X5_PAD}{\ButtonPlay} 76 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
78 \opt{IRIVER_H10_PAD}{\ButtonRew} 77 \opt{IRIVER_H10_PAD}{\ButtonRew}
79 \opt{ONDIO_PAD}{\ButtonUp} 78 \opt{ONDIO_PAD}{\ButtonUp}
80 \opt{MR100_PAD}{\ButtonDown} 79 \opt{MR100_PAD}{\ButtonDown}
81 \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}{&}
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{IRIVER_RC_H100_PAD}{&}
85 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 84 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
86 \opt{ONDIO_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonDown} 85 \opt{ONDIO_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonDown}
87 \opt{IRIVER_H10_PAD}{\ButtonRight} 86 \opt{IRIVER_H10_PAD}{\ButtonRight}
88 \opt{SANSA_E200_PAD}{\ButtonRec} 87 \opt{SANSA_E200_PAD}{\ButtonRec}
89 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 88 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
90 \opt{MROBE100_PAD}{\ButtonPlay} 89 \opt{MROBE100_PAD}{\ButtonPlay}
90 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
94 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 93 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
95 \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}
96 \opt{GIGABEAT_S_PAD}{\ButtonBack} 95 \opt{GIGABEAT_S_PAD}{\ButtonBack}
96 \opt{IRIVER_RC_H100_PAD}{&}
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 5b7ed156b2..960c7382fa 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -10,9 +10,9 @@ scrolling from right to left.
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%
11 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 11 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
12 {\ButtonUp\ /\ \ButtonDown} 12 {\ButtonUp\ /\ \ButtonDown}
13 \opt{IRIVER_RC_H100_PAD}{&}
14\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}
15\opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp} 14\opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp}
15 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
@@ -21,17 +21,17 @@ scrolling from right to left.
21\opt{ONDIO_PAD}{\ButtonMenu} 21\opt{ONDIO_PAD}{\ButtonMenu}
22\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD} 22\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}
23 {\ButtonSelect} 23 {\ButtonSelect}
24 \opt{IRIVER_RC_H100_PAD}{&}
25\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 24\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
26\opt{GIGABEAT_PAD}{\ButtonA} 25\opt{GIGABEAT_PAD}{\ButtonA}
27\opt{GIGABEAT_S_PAD}{\ButtonMenu} 26\opt{GIGABEAT_S_PAD}{\ButtonMenu}
28\opt{MROBE100_PAD}{\ButtonDisplay} 27\opt{MROBE100_PAD}{\ButtonDisplay}
28 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
32\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 31\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
33\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}
34\opt{GIGABEAT_S_PAD}{\ButtonBack} 33\opt{GIGABEAT_S_PAD}{\ButtonBack}
34 \opt{IRIVER_RC_H100_PAD}{&}
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 5517176115..a3b39907d8 100644
--- a/manual/plugins/brickmania.tex
+++ b/manual/plugins/brickmania.tex
@@ -25,25 +25,25 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
25\begin{table} 25\begin{table}
26 \begin{btnmap}{}{} 26 \begin{btnmap}{}{}
27 \ButtonLeft\ / \ButtonRight 27 \ButtonLeft\ / \ButtonRight
28 \opt{IRIVER_RC_H100_PAD}{&}
29 \opt{SANSA_C200_PAD}{\\ 28 \opt{SANSA_C200_PAD}{\\
30 \ButtonVolDown\ / \ButtonVolUp} 29 \ButtonVolDown\ / \ButtonVolUp}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\\ 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\\
32 \ButtonScrollBack\ / \ButtonScrollFwd} 31 \ButtonScrollBack\ / \ButtonScrollFwd}
32 \opt{IRIVER_RC_H100_PAD}{&}
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}
36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
37 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp} 37 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp}
38 \opt{IRIVER_RC_H100_PAD}{&}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect}
40 \opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp} 39 \opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp}
40 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
45 \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}
46 \opt{GIGABEAT_S_PAD}{\ButtonBack} 45 \opt{GIGABEAT_S_PAD}{\ButtonBack}
46 \opt{IRIVER_RC_H100_PAD}{&}
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 9ab3534d38..c9102433ac 100644
--- a/manual/plugins/bubbles.tex
+++ b/manual/plugins/bubbles.tex
@@ -11,41 +11,41 @@ fired. Points are awarded depending on how quickly the level was completed.
11\begin{table} 11\begin{table}
12 \begin{btnmap}{}{} 12 \begin{btnmap}{}{}
13 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 13 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
14 \opt{IRIVER_RC_H100_PAD}{&}
15 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 14 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
16 \opt{ONDIO_PAD}{\ButtonMenu} 15 \opt{ONDIO_PAD}{\ButtonMenu}
17 \opt{IAUDIO_X5_PAD,MROBE100_PAD}{\ButtonPower} 16 \opt{IAUDIO_X5_PAD,MROBE100_PAD}{\ButtonPower}
18 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 17 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
19 \opt{GIGABEAT_PAD}{\ButtonA} 18 \opt{GIGABEAT_PAD}{\ButtonA}
19 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
25 \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}{&}
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{IRIVER_RC_H100_PAD}{&}
30 \opt{RECORDER_PAD}{\ButtonPlay} 29 \opt{RECORDER_PAD}{\ButtonPlay}
31 \opt{ONDIO_PAD}{\ButtonUp} 30 \opt{ONDIO_PAD}{\ButtonUp}
32 \opt{IRIVER_H10_PAD}{\ButtonRew} 31 \opt{IRIVER_H10_PAD}{\ButtonRew}
32 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft+\ButtonRight} 35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft+\ButtonRight}
37 \opt{IAUDIO_X5_PAD}{\ButtonRec} 36 \opt{IAUDIO_X5_PAD}{\ButtonRec}
38 \opt{RECORDER_PAD}{\ButtonFOne} 37 \opt{RECORDER_PAD}{\ButtonFOne}
39 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown} 38 \opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown}
40 \opt{IRIVER_H10_PAD}{\ButtonFF} 39 \opt{IRIVER_H10_PAD}{\ButtonFF}
41 \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}{&}
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{IRIVER_RC_H100_PAD}{&}
45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
46 \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%
47 ,MROBE100_PAD}{\ButtonPower} 46 ,MROBE100_PAD}{\ButtonPower}
48 \opt{GIGABEAT_S_PAD}{\ButtonBack} 47 \opt{GIGABEAT_S_PAD}{\ButtonBack}
48 \opt{IRIVER_RC_H100_PAD}{&}
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 03543b610c..2119db68f1 100644
--- a/manual/plugins/calculator.tex
+++ b/manual/plugins/calculator.tex
@@ -12,30 +12,30 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
12 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 12 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
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 {\ButtonUp{} / \ButtonDown} 14 {\ButtonUp{} / \ButtonDown}
15 \opt{IRIVER_RC_H100_PAD}{&}
16 \opt{SANSA_E200_PAD}{/} 15 \opt{SANSA_E200_PAD}{/}
17 \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack} 16 \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
18 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
18 \opt{IRIVER_RC_H100_PAD}{&}
19 & Move around the keypad\\ 19 & Move around the keypad\\
20 % 20 %
21 \opt{RECORDER_PAD}{\ButtonPlay} 21 \opt{RECORDER_PAD}{\ButtonPlay}
22 \opt{ONDIO_PAD}{\ButtonMenu} 22 \opt{ONDIO_PAD}{\ButtonMenu}
23 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 23 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
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_RC_H100_PAD}{&}
27 \opt{IRIVER_H10_PAD}{\ButtonPlay} 26 \opt{IRIVER_H10_PAD}{\ButtonPlay}
27 \opt{IRIVER_RC_H100_PAD}{&}
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}{
31 \opt{RECORDER_PAD}{\ButtonFOne} 31 \opt{RECORDER_PAD}{\ButtonFOne}
32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
33 ,SANSA_C200_PAD}{\ButtonRec} 33 ,SANSA_C200_PAD}{\ButtonRec}
34 \opt{IRIVER_RC_H100_PAD}{&}
35 \opt{IRIVER_H10_PAD}{\ButtonRew} 34 \opt{IRIVER_H10_PAD}{\ButtonRew}
36 \opt{GIGABEAT_PAD}{\ButtonA} 35 \opt{GIGABEAT_PAD}{\ButtonA}
37 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 36 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
38 \opt{MROBE100_PAD}{\ButtonDisplay} 37 \opt{MROBE100_PAD}{\ButtonDisplay}
38 \opt{IRIVER_RC_H100_PAD}{&}
39 & Delete last entered digit or clear after calculation\\ 39 & Delete last entered digit or clear after calculation\\
40 % 40 %
41 } 41 }
@@ -49,19 +49,19 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
49 \opt{RECORDER_PAD}{\ButtonFThree} 49 \opt{RECORDER_PAD}{\ButtonFThree}
50 \opt{ONDIO_PAD}{Long \ButtonMenu} 50 \opt{ONDIO_PAD}{Long \ButtonMenu}
51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
52 \opt{IRIVER_RC_H100_PAD}{&}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD} 52 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}
54 {\ButtonPlay} 53 {\ButtonPlay}
55 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect} 54 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
56 \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}{&}
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}
60 \opt{IRIVER_RC_H100_PAD}{&}
61 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 60 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
62 \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%
63 ,MROBE100_PAD}{\ButtonPower} 62 ,MROBE100_PAD}{\ButtonPower}
64 \opt{GIGABEAT_S_PAD}{\ButtonBack} 63 \opt{GIGABEAT_S_PAD}{\ButtonBack}
64 \opt{IRIVER_RC_H100_PAD}{&}
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 b837ed4492..6a93192f93 100644
--- a/manual/plugins/calendar.tex
+++ b/manual/plugins/calendar.tex
@@ -10,35 +10,35 @@ yearly, monthly, and weekly memos.
10 \ButtonLeft{} / \ButtonRight{} / 10 \ButtonLeft{} / \ButtonRight{} /
11 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD% 11 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_C200_PAD%
12 ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}{\ButtonUp{} / \ButtonDown} 12 ,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD}{\ButtonUp{} / \ButtonDown}
13 \opt{IRIVER_RC_H100_PAD}{&}
14 \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}
15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
15 \opt{IRIVER_RC_H100_PAD}{&}
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_RC_H100_PAD}{&}
22 \opt{IRIVER_H10_PAD}{\ButtonPlay} 21 \opt{IRIVER_H10_PAD}{\ButtonPlay}
22 \opt{IRIVER_RC_H100_PAD}{&}
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}
26 \opt{MROBE100_PAD}{\ButtonMenu{} + \ButtonUp{} / \ButtonDown} 26 \opt{MROBE100_PAD}{\ButtonMenu{} + \ButtonUp{} / \ButtonDown}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} / \ButtonRec} 27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} / \ButtonRec}
28 \opt{IRIVER_RC_H100_PAD}{&}
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay{} / \ButtonMenu} 28 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay{} / \ButtonMenu}
30 \opt{IAUDIO_X5_PAD}{\ButtonRec{} / \ButtonPlay{}} 29 \opt{IAUDIO_X5_PAD}{\ButtonRec{} / \ButtonPlay{}}
31 \opt{GIGABEAT_PAD,SANSA_C200_PAD}{\ButtonVolUp{} / \ButtonVolDown} 30 \opt{GIGABEAT_PAD,SANSA_C200_PAD}{\ButtonVolUp{} / \ButtonVolDown}
32 \opt{GIGABEAT_S_PAD}{\ButtonNext{} / \ButtonPrev} 31 \opt{GIGABEAT_S_PAD}{\ButtonNext{} / \ButtonPrev}
33 \opt{SANSA_E200_PAD}{\ButtonUp{} / \ButtonDown} 32 \opt{SANSA_E200_PAD}{\ButtonUp{} / \ButtonDown}
34 \opt{IRIVER_H10_PAD}{\ButtonFF{} / \ButtonRew} 33 \opt{IRIVER_H10_PAD}{\ButtonFF{} / \ButtonRew}
34 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect}
40 \opt{GIGABEAT_S_PAD}{\ButtonBack} 39 \opt{GIGABEAT_S_PAD}{\ButtonBack}
41 \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}{&}
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 eaf29da4c1..627b3b9717 100644
--- a/manual/plugins/chess_clock.tex
+++ b/manual/plugins/chess_clock.tex
@@ -9,27 +9,27 @@ used in any kind of game with up to ten players.
9 \begin{btnmap}{}{} 9 \begin{btnmap}{}{}
10 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% 10 \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
11 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight{} / \ButtonLeft} 11 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRight{} / \ButtonLeft}
12 \opt{IRIVER_RC_H100_PAD}{&}
13 \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}
14 {\ButtonUp{} / \ButtonDown} 13 {\ButtonUp{} / \ButtonDown}
15 \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}{&}
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}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
20 \opt{IRIVER_RC_H100_PAD}{&}
21 \opt{ONDIO_PAD}{\ButtonRight} 20 \opt{ONDIO_PAD}{\ButtonRight}
22 \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%
23 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 22 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
23 \opt{IRIVER_RC_H100_PAD}{&}
24 & Move to next screen\\ 24 & Move to next screen\\
25 % 25 %
26 \opt{PLAYER_PAD}{\ButtonStop} 26 \opt{PLAYER_PAD}{\ButtonStop}
27 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 27 \opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
28 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 28 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
29 \opt{IRIVER_RC_H100_PAD}{&}
30 \opt{IAUDIO_X5_PAD}{\ButtonRec} 29 \opt{IAUDIO_X5_PAD}{\ButtonRec}
31 \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}
32 \opt{GIGABEAT_S_PAD}{\ButtonBack} 31 \opt{GIGABEAT_S_PAD}{\ButtonBack}
32 \opt{IRIVER_RC_H100_PAD}{&}
33 & Move to previous screen\\ 33 & Move to previous screen\\
34 \end{btnmap} 34 \end{btnmap}
35\end{table} 35\end{table}
@@ -55,55 +55,55 @@ Keys are as follows:
55 \opt{PLAYER_PAD}{\ButtonOn} 55 \opt{PLAYER_PAD}{\ButtonOn}
56 \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 56 \opt{RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
57 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 57 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
58 \opt{IRIVER_RC_H100_PAD}{&}
59 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 58 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
60 \opt{IAUDIO_X5_PAD}{\ButtonRec} 59 \opt{IAUDIO_X5_PAD}{\ButtonRec}
61 \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}
62 \opt{GIGABEAT_S_PAD}{\ButtonBack} 61 \opt{GIGABEAT_S_PAD}{\ButtonBack}
62 \opt{IRIVER_RC_H100_PAD}{&}
63 & Exit plugin \\ 63 & Exit plugin \\
64 % 64 %
65 \opt{PLAYER_PAD}{\ButtonStop} 65 \opt{PLAYER_PAD}{\ButtonStop}
66 \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft} 66 \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
67 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 67 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
68 \opt{IRIVER_RC_H100_PAD}{&}
69 \opt{IAUDIO_X5_PAD}{\ButtonPower} 68 \opt{IAUDIO_X5_PAD}{\ButtonPower}
70 \opt{IRIVER_H10_PAD}{\ButtonFF} 69 \opt{IRIVER_H10_PAD}{\ButtonFF}
71 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown} 70 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonDown}
72 \opt{GIGABEAT_PAD}{\ButtonA} 71 \opt{GIGABEAT_PAD}{\ButtonA}
73 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 72 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
74 \opt{MROBE100_PAD}{\ButtonDisplay} 73 \opt{MROBE100_PAD}{\ButtonDisplay}
74 \opt{IRIVER_RC_H100_PAD}{&}
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}
78 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 78 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
79 \opt{IRIVER_RC_H100_PAD}{&}
80 \opt{ONDIO_PAD}{\ButtonRight} 79 \opt{ONDIO_PAD}{\ButtonRight}
81 \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%
82 ,MROBE100_PAD}{\ButtonSelect} 81 ,MROBE100_PAD}{\ButtonSelect}
82 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
88 \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}
89 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} 88 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
89 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
95 \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}
96 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} 95 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
96 \opt{IRIVER_RC_H100_PAD}{&}
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%
100 ,MROBE100_PAD}{\ButtonMenu} 100 ,MROBE100_PAD}{\ButtonMenu}
101 \opt{RECORDER_PAD}{\ButtonFOne} 101 \opt{RECORDER_PAD}{\ButtonFOne}
102 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 102 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
103 \opt{IRIVER_RC_H100_PAD}{&}
104 \opt{IAUDIO_X5_PAD}{\ButtonSelect} 103 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
105 \opt{IRIVER_H10_PAD}{\ButtonRew} 104 \opt{IRIVER_H10_PAD}{\ButtonRew}
106 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 105 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
106 \opt{IRIVER_RC_H100_PAD}{&}
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 2ed77ef999..a3c26aa939 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -31,29 +31,28 @@ the game.
31\begin{table} 31\begin{table}
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{IRIVER_RC_H100_PAD}{&}
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}
39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 39 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
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_RC_H100_PAD}{&}
43 \opt{IRIVER_H10_PAD}{\ButtonRew} 42 \opt{IRIVER_H10_PAD}{\ButtonRew}
43 \opt{IRIVER_RC_H100_PAD}{&}
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}
47 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 47 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
48 \opt{IRIVER_RC_H100_PAD}{&}
49 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 48 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
50 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 49 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
51 \opt{IRIVER_H10_PAD}{\ButtonFF} 50 \opt{IRIVER_H10_PAD}{\ButtonFF}
52 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 51 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
53 \opt{MROBE100_PAD}{\ButtonDisplay} 52 \opt{MROBE100_PAD}{\ButtonDisplay}
53 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
57 \opt{ONDIO_PAD}{Long \ButtonMenu} 56 \opt{ONDIO_PAD}{Long \ButtonMenu}
58 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
59 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 58 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
@@ -61,12 +60,13 @@ the game.
61 \opt{SANSA_C200_PAD}{\ButtonVolUp} 60 \opt{SANSA_C200_PAD}{\ButtonVolUp}
62 \opt{GIGABEAT_PAD}{\ButtonA} 61 \opt{GIGABEAT_PAD}{\ButtonA}
63 \opt{MROBE100_PAD}{\ButtonPlay} 62 \opt{MROBE100_PAD}{\ButtonPlay}
63 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
67 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
68 \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}
69 \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}{&}
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 eadd1ecc55..2a1b6cf399 100644
--- a/manual/plugins/chopper.tex
+++ b/manual/plugins/chopper.tex
@@ -12,15 +12,15 @@
12 \opt{IRIVER_H10_PAD}{\ButtonRight} 12 \opt{IRIVER_H10_PAD}{\ButtonRight}
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{IRIVER_RC_H100_PAD}{&}
16 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu} 15 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu}
16 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
21 \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}
22 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu}
23 \opt{GIGABEAT_S_PAD}{\ButtonBack}% 22 \opt{GIGABEAT_S_PAD}{\ButtonBack}%
23 \opt{IRIVER_RC_H100_PAD}{&}
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/cube.tex b/manual/plugins/cube.tex
index 0fc2a4dd56..f05c1ada49 100644
--- a/manual/plugins/cube.tex
+++ b/manual/plugins/cube.tex
@@ -6,48 +6,48 @@ This is a rotating cube screen saver in 3D.
6 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} 6 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
7 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 7 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
8 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 8 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
9 \opt{IRIVER_RC_H100_PAD}{&}
10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
11 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 10 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
12 \opt{IRIVER_H10_PAD}{\ButtonFF} 11 \opt{IRIVER_H10_PAD}{\ButtonFF}
13 \opt{GIGABEAT_PAD}{\ButtonA} 12 \opt{GIGABEAT_PAD}{\ButtonA}
14 \opt{MROBE100_PAD}{\ButtonDisplay} 13 \opt{MROBE100_PAD}{\ButtonDisplay}
14 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
21 \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}{&}
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}
25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
26 \opt{IRIVER_RC_H100_PAD}{&}
27 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 26 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
28 \opt{IAUDIO_X5_PAD}{\ButtonSelect} 27 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
29 \opt{IRIVER_H10_PAD}{\ButtonRew} 28 \opt{IRIVER_H10_PAD}{\ButtonRew}
30 \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}{&}
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{IRIVER_RC_H100_PAD}{&}
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%
38 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown} 38 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown}
39 \opt{IRIVER_RC_H100_PAD}{&}
40 \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}
41 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 40 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
42 \opt{SANSA_C200_PAD}{\ButtonVolDown{} / \ButtonVolUp} 41 \opt{SANSA_C200_PAD}{\ButtonVolDown{} / \ButtonVolUp}
42 \opt{IRIVER_RC_H100_PAD}{&}
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}
46 \opt{IRIVER_RC_H100_PAD}{&}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
48 \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%
49 ,MROBE100_PAD}{\ButtonPower} 48 ,MROBE100_PAD}{\ButtonPower}
50 \opt{GIGABEAT_S_PAD}{\ButtonBack} 49 \opt{GIGABEAT_S_PAD}{\ButtonBack}
50 \opt{IRIVER_RC_H100_PAD}{&}
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 d95cdbc0b8..b7587c5c3d 100644
--- a/manual/plugins/demystify.tex
+++ b/manual/plugins/demystify.tex
@@ -6,24 +6,24 @@ Demystify is a screen saver like demo.\\
6 \begin{btnmap}{}{} 6 \begin{btnmap}{}{}
7 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} 7 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
8 {\ButtonUp\ / \ButtonDown} 8 {\ButtonUp\ / \ButtonDown}
9 \opt{IRIVER_RC_H100_PAD}{&}
10 \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%
11 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 10 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
12 {\ButtonRight\ / \ButtonLeft} 11 {\ButtonRight\ / \ButtonLeft}
12 \opt{IRIVER_RC_H100_PAD}{&}
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}
16 \opt{IRIVER_RC_H100_PAD}{&}
17 \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 16 \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
18 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
19 \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}
20 {\ButtonUp\ / \ButtonDown} 19 {\ButtonUp\ / \ButtonDown}
20 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 23 \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} 24 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
26 \opt{GIGABEAT_S_PAD}{\ButtonBack} 25 \opt{GIGABEAT_S_PAD}{\ButtonBack}
26 \opt{IRIVER_RC_H100_PAD}{&}
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 41f5157538..ad6e56911d 100644
--- a/manual/plugins/dice.tex
+++ b/manual/plugins/dice.tex
@@ -6,20 +6,20 @@ numbers as well as the total of the rolled dice.
6\begin{table} 6\begin{table}
7 \begin{btnmap}{}{} 7 \begin{btnmap}{}{}
8 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 8 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
9 \opt{IRIVER_RC_H100_PAD}{&}
10 \opt{ONDIO_PAD}{\ButtonMenu} 9 \opt{ONDIO_PAD}{\ButtonMenu}
11 \opt{GIGABEAT_PAD}{\ButtonA} 10 \opt{GIGABEAT_PAD}{\ButtonA}
12 \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%
13 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPlay} 12 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPlay}
14 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 13 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
14 \opt{IRIVER_RC_H100_PAD}{&}
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}
18 \opt{IRIVER_RC_H100_PAD}{&}
19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} 18 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
20 \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%
21 ,IRIVER_H10_PAD}{\ButtonPower} 20 ,IRIVER_H10_PAD}{\ButtonPower}
22 \opt{GIGABEAT_S_PAD}{\ButtonBack} 21 \opt{GIGABEAT_S_PAD}{\ButtonBack}
22 \opt{IRIVER_RC_H100_PAD}{&}
23 & Quit\\ 23 & Quit\\
24 \end{btnmap} 24 \end{btnmap}
25\end{table} 25\end{table}
diff --git a/manual/plugins/disktidy.tex b/manual/plugins/disktidy.tex
index 41cc8b2ccd..1f17c354f4 100644
--- a/manual/plugins/disktidy.tex
+++ b/manual/plugins/disktidy.tex
@@ -22,7 +22,8 @@
22 22
23 \begin{table} 23 \begin{table}
24 \begin{btnmap}{}{} 24 \begin{btnmap}{}{}
25 \ActionStdCancel \opt{IRIVER_RC_H100_PAD}{&} 25 \ActionStdCancel
26 \opt{HAVEREMOTEPAD}{&}
26 & Exit / Abort\\ 27 & Exit / Abort\\
27 \end{btnmap} 28 \end{btnmap}
28\end{table} 29\end{table}
diff --git a/manual/plugins/doom.tex b/manual/plugins/doom.tex
index 999d4dff04..31c044a999 100644
--- a/manual/plugins/doom.tex
+++ b/manual/plugins/doom.tex
@@ -79,64 +79,65 @@ Rockdoom options, you will need to quit your current game and restart the plugin
79\begin{btnmap}{}{} 79\begin{btnmap}{}{}
80 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 80 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
81 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp} 81 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp}
82 \opt{IRIVER_RC_H100_PAD}{&}
83 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu} 82 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
84 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 83 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
84 \opt{IRIVER_RC_H100_PAD}{&}
85 & Move Forward \\ 85 & Move Forward \\
86% 86%
87 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 87 \nopt{IPOD_3G_PAD,IPOD_4G_PAD}{
88 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown 88 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
89 \opt{IRIVER_RC_H100_PAD}{&} 89 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown}
90 & Down\\} 90 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
91 91 \opt{IRIVER_RC_H100_PAD}{&}
92 \opt{IRIVER_H10_PAD}{\ButtonScrollDown & Down\\} 92 & Down\\
93 }
93% 94%
94 \ButtonLeft 95 \ButtonLeft
95 \opt{IRIVER_RC_H100_PAD}{&} 96 \opt{IRIVER_RC_H100_PAD}{&}
96 & Turn Left \\ 97 & Turn Left \\
97% 98%
98 \ButtonRight 99 \ButtonRight
99 \opt{IRIVER_RC_H100_PAD}{&} 100 \opt{IRIVER_RC_H100_PAD}{&}
100 & Turn Right \\ 101 & Turn Right \\
101% 102%
102 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 103 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
103 \opt{IRIVER_RC_H100_PAD}{&}
104 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 104 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
105 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 105 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
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 & Shoot \\ 110 & Shoot \\
110% 111%
111 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 112 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
112 \opt{IRIVER_RC_H100_PAD}{&}
113 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu} 113 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
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 & Open \\ 118 & Open \\
118% 119%
119 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 120 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
120 \opt{IRIVER_RC_H100_PAD}{&}
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 & InGame Menu \\ 125 & InGame Menu \\
125% 126%
126 \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%
127 ,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}
128 \opt{IRIVER_RC_H100_PAD}{&}
129 \opt{IRIVER_H10_PAD}{\ButtonRew} 129 \opt{IRIVER_H10_PAD}{\ButtonRew}
130 \opt{IRIVER_RC_H100_PAD}{&}
130 & Enter \\ 131 & Enter \\
131% 132%
132 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 133 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
133 \opt{IRIVER_RC_H100_PAD}{&}
134 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect} 134 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect}
135 \opt{IAUDIO_X5_PAD}{\ButtonRec} 135 \opt{IAUDIO_X5_PAD}{\ButtonRec}
136 \opt{IRIVER_H10_PAD}{\ButtonFF} 136 \opt{IRIVER_H10_PAD}{\ButtonFF}
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 & Change Weapon \\ 141 & Change Weapon \\
141% 142%
142\end{btnmap} 143\end{btnmap}
diff --git a/manual/plugins/fire.tex b/manual/plugins/fire.tex
index cfc465b89e..6e42ebf391 100644
--- a/manual/plugins/fire.tex
+++ b/manual/plugins/fire.tex
@@ -7,30 +7,30 @@ Fire is a demo displaying a fire effect.
7 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 7 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
8 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 8 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
9 {\ButtonUp\ / \ButtonDown} 9 {\ButtonUp\ / \ButtonDown}
10 \opt{IRIVER_RC_H100_PAD}{&}
11 \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}
12 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 11 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
12 \opt{IRIVER_RC_H100_PAD}{&}
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}
16 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 16 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
17 \opt{IRIVER_RC_H100_PAD}{&}
18 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 17 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
19 \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%
20 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonLeft} 19 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonLeft}
20 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
32 \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}
33 \opt{GIGABEAT_S_PAD}{\ButtonBack} 32 \opt{GIGABEAT_S_PAD}{\ButtonBack}
33 \opt{IRIVER_RC_H100_PAD}{&}
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 918b2741af..251be268ce 100644
--- a/manual/plugins/flipit.tex
+++ b/manual/plugins/flipit.tex
@@ -11,57 +11,57 @@ a screen containing tokens of only one colour.
11\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 11\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
12 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 12 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
13 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 13 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
14 \opt{IRIVER_RC_H100_PAD}{&}
15\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} 14\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
16\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 15\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
16 \opt{IRIVER_RC_H100_PAD}{&}
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}
20\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 20\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
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_RC_H100_PAD}{&}
24\opt{IRIVER_H10_PAD}{\ButtonRew} 23\opt{IRIVER_H10_PAD}{\ButtonRew}
24 \opt{IRIVER_RC_H100_PAD}{&}
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}
28\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 28\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
29\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 29\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
30 \opt{IRIVER_RC_H100_PAD}{&}
31\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} 30\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
32\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonLeft} 31\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonLeft}
33\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonLeft} 32\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonLeft}
34\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}{&}
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}
38\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} 38\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
39\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 39\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
40 \opt{IRIVER_RC_H100_PAD}{&}
41\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 40\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
42\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight} 41\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight}
43\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonRight} 42\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonRight}
44\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 43\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
45\opt{MROBE100_PAD}{\ButtonPlay} 44\opt{MROBE100_PAD}{\ButtonPlay}
45 \opt{IRIVER_RC_H100_PAD}{&}
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}
49\opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 49\opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
50\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 50\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
51 \opt{IRIVER_RC_H100_PAD}{&}
52\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 51\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
53\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonUp} 52\opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonUp}
54\opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp} 53\opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp}
55\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonSelect} 54\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec+\ButtonSelect}
56\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 55\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
57\opt{MROBE100_PAD}{\ButtonDisplay} 56\opt{MROBE100_PAD}{\ButtonDisplay}
57 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
62\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 61\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
63\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}
64\opt{GIGABEAT_S_PAD}{\ButtonBack} 63\opt{GIGABEAT_S_PAD}{\ButtonBack}
64 \opt{IRIVER_RC_H100_PAD}{&}
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 7c07941c29..55133f115d 100644
--- a/manual/plugins/goban.tex
+++ b/manual/plugins/goban.tex
@@ -58,21 +58,23 @@ these markers: \\
58 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,% 58 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,%
59 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,% 59 GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,%
60 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonUp}% 60 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonUp}%
61 \opt{IRIVER_RC_H100_PAD}{&}
62 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}% 61 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}%
63 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} & Move cursor up \\ 62 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
63 \opt{IRIVER_RC_H100_PAD}{&}
64 & Move cursor up \\
64 \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,%
65 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,%
66 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonDown}% 67 IAUDIO_X5_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonDown}%
67 \opt{IRIVER_RC_H100_PAD}{&}
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} & Move cursor down \\ 69 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
70 \opt{IRIVER_RC_H100_PAD}{&}
71 & Move cursor down \\
70 \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,%
71 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,%
72 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,%
73 ONDIO_PAD}{\ButtonLeft} 75 ONDIO_PAD}{\ButtonLeft}
74 \opt{IRIVER_RC_H100_PAD}{&} 76 \opt{IRIVER_RC_H100_PAD}{&}
75 & Move cursor left % 77 & Move cursor left %
76 \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or % 78 \opt{ONDIO_PAD}{if in \emph{board} navigation mode, or %
77 retreat one node in the game tree if in % 79 retreat one node in the game tree if in %
78 \emph{tree} navigation mode} \\ 80 \emph{tree} navigation mode} \\
@@ -80,19 +82,19 @@ these markers: \\
80 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,%
81 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,%
82 ONDIO_PAD}{\ButtonRight} 84 ONDIO_PAD}{\ButtonRight}
83 \opt{IRIVER_RC_H100_PAD}{&} 85 \opt{IRIVER_RC_H100_PAD}{&}
84 & Move cursor right 86 & Move cursor right
85 \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
86 the game tree if in \emph{tree} navigation mode} \\ 88 the game tree if in \emph{tree} navigation mode} \\
87 \opt{ONDIO_PAD}{{\ButtonOff} & Toggle between \emph{board} and \emph{tree} 89 \opt{ONDIO_PAD}{\ButtonOff & Toggle between \emph{board} and \emph{tree}
88 navigation modes \\} 90 navigation modes \\}
89 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,% 91 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,%
90 SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,% 92 SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,%
91 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}%
92 \opt{IRIVER_RC_H100_PAD}{&}
93 \opt{IRIVER_H10_PAD,RECORDER_PAD}{\ButtonPlay}% 94 \opt{IRIVER_H10_PAD,RECORDER_PAD}{\ButtonPlay}%
94 \opt{ONDIO_PAD}{\ButtonMenu} & Play a move (or use a tool if play-mode has 95 \opt{ONDIO_PAD}{\ButtonMenu}
95 been changed). \\ 96 \opt{IRIVER_RC_H100_PAD}{&}
97 & Play a move (or use a tool if play-mode has been changed). \\
96 \nopt{ONDIO_PAD}{ 98 \nopt{ONDIO_PAD}{
97 \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,%
98 IPOD_4G_PAD}{\ButtonScrollBack}% 100 IPOD_4G_PAD}{\ButtonScrollBack}%
@@ -100,37 +102,42 @@ these markers: \\
100 GIGABEAT_S_PAD}{\ButtonVolDown}% 102 GIGABEAT_S_PAD}{\ButtonVolDown}%
101 \opt{IRIVER_H10_PAD}{\ButtonFF}% 103 \opt{IRIVER_H10_PAD}{\ButtonFF}%
102 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}% 104 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}%
103 \opt{IRIVER_RC_H100_PAD}{&}
104 \opt{MROBE100_PAD}{\ButtonMenu}% 105 \opt{MROBE100_PAD}{\ButtonMenu}%
105 \opt{IAUDIO_X5_PAD}{\ButtonPlay}% 106 \opt{IAUDIO_X5_PAD}{\ButtonPlay}%
106 \opt{RECORDER_PAD}{\ButtonFOne} & Retreat one node in the game tree \\ 107 \opt{RECORDER_PAD}{\ButtonFOne}
108 \opt{IRIVER_RC_H100_PAD}{&}
109 & Retreat one node in the game tree \\
107 \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,%
108 IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonScrollFwd}% 111 IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonScrollFwd}%
109 \opt{SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,% 112 \opt{SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,%
110 GIGABEAT_S_PAD}{\ButtonVolUp}% 113 GIGABEAT_S_PAD}{\ButtonVolUp}%
111 \opt{IRIVER_H10_PAD}{\ButtonRew}% 114 \opt{IRIVER_H10_PAD}{\ButtonRew}%
112 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% 115 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}%
113 \opt{IRIVER_RC_H100_PAD}{&}
114 \opt{MROBE100_PAD}{\ButtonPlay}% 116 \opt{MROBE100_PAD}{\ButtonPlay}%
115 \opt{IAUDIO_X5_PAD}{\ButtonRec}% 117 \opt{IAUDIO_X5_PAD}{\ButtonRec}%
116 \opt{RECORDER_PAD}{\ButtonFThree} & Advance one node in the game tree \\ } 118 \opt{RECORDER_PAD}{\ButtonFThree}
119 \opt{IRIVER_RC_H100_PAD}{&}
120 & Advance one node in the game tree \\
121 }
117 \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,%
118 IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower}% 123 IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower}%
119 \opt{MROBE100_PAD}{\ButtonDisplay}% 124 \opt{MROBE100_PAD}{\ButtonDisplay}%
120 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonSelect}% 125 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonSelect}%
121 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}% 126 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}%
122 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}% 127 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}%
123 \opt{IRIVER_RC_H100_PAD}{&}
124 \opt{RECORDER_PAD}{\ButtonFTwo}% 128 \opt{RECORDER_PAD}{\ButtonFTwo}%
125 \opt{ONDIO_PAD}{Long \ButtonMenu} & Main Menu \\ 129 \opt{ONDIO_PAD}{Long \ButtonMenu}
130 \opt{IRIVER_RC_H100_PAD}{&}
131 & Main Menu \\
126 \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,%
127 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,% 133 IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,%
128 IRIVER_H10_PAD}{% 134 IRIVER_H10_PAD}{%
129 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,% 135 \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_CLIP_PAD,SANSA_M200_PAD,SANSA_C200_PAD,%
130 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,%
131 IAUDIO_X5_PAD}{Long \ButtonSelect}% 137 IAUDIO_X5_PAD}{Long \ButtonSelect}%
132 \opt{IRIVER_RC_H100_PAD}{&} 138 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
133 \opt{IRIVER_H10_PAD}{Long \ButtonPlay} & Context Menu \\ } 139 \opt{IRIVER_RC_H100_PAD}{&}
140 & Context Menu \\ }
134 \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,%
135 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}{%
136 \opt{SANSA_E200_PAD}{\ButtonRec}% 143 \opt{SANSA_E200_PAD}{\ButtonRec}%
@@ -140,10 +147,9 @@ these markers: \\
140 \opt{MROBE100_PAD}{\ButtonPower}% 147 \opt{MROBE100_PAD}{\ButtonPower}%
141 \opt{GIGABEAT_PAD}{\ButtonA}% 148 \opt{GIGABEAT_PAD}{\ButtonA}%
142 \opt{GIGABEAT_S_PAD}{\ButtonPlay}% 149 \opt{GIGABEAT_S_PAD}{\ButtonPlay}%
143 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 150 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
144 \opt{IRIVER_RC_H100_PAD}{&} & Go to the next variation % 151 \opt{IRIVER_RC_H100_PAD}{&}
145 when at the first node in % 152 & Go to the next variation when at the first node in a branch \\ }
146 a branch \\ }
147 \end{btnmap} 153 \end{btnmap}
148\end{table} 154\end{table}
149 155
diff --git a/manual/plugins/invadrox.tex b/manual/plugins/invadrox.tex
index a4b38c5450..6e5ac052d6 100644
--- a/manual/plugins/invadrox.tex
+++ b/manual/plugins/invadrox.tex
@@ -12,17 +12,17 @@ increase speed, drop down and reverse direction after every pass!
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_RC_H100_PAD}{&} 15 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,IAUDIO_X5_PAD%
16 \opt{IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,% 16 ,GIGABEAT_PAD,SANSA_E200_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
17 IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
18 \opt{IRIVER_H10_PAD}{\ButtonPlay} 17 \opt{IRIVER_H10_PAD}{\ButtonPlay}
18 \opt{IRIVER_RC_H100_PAD}{&}
19 & Fire \\ 19 & Fire \\
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
21 \opt{IRIVER_RC_H100_PAD}{&}
22 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu}
23 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,% 22 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,%
24 SANSA_E200_PAD}{\ButtonPower} 23 SANSA_E200_PAD}{\ButtonPower}
25 \opt{GIGABEAT_S_PAD}{\ButtonBack} 24 \opt{GIGABEAT_S_PAD}{\ButtonBack}
25 \opt{IRIVER_RC_H100_PAD}{&}
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/jewels.tex b/manual/plugins/jewels.tex
index 3d4a74a81a..01cc9af427 100644
--- a/manual/plugins/jewels.tex
+++ b/manual/plugins/jewels.tex
@@ -16,33 +16,33 @@ after every one hundred points and randomly clears several jewels.
16 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% 16 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
17 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD} 17 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD}
18 {\ButtonUp/\ButtonDown} 18 {\ButtonUp/\ButtonDown}
19 \opt{IRIVER_RC_H100_PAD}{&}
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay} 19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
21 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} 20 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
21 \opt{IRIVER_RC_H100_PAD}{&}
22 & Move the cursor around the jewels \\ 22 & Move the cursor around the jewels \\
23 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} 23 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
24 \opt{ONDIO_PAD}{\ButtonMenu} 24 \opt{ONDIO_PAD}{\ButtonMenu}
25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% 25 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
26 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD} 26 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,IAUDIO_X5_PAD,GIGABEAT_S_PAD}
27 {\ButtonSelect} 27 {\ButtonSelect}
28 \opt{IRIVER_RC_H100_PAD}{&} 28 \opt{IRIVER_RC_H100_PAD}{&}
29 & Select a jewel \\ 29 & Select a jewel \\
30 \opt{RECORDER_PAD,IRIVER_H10_PAD}{Long \ButtonPlay}% 30 \opt{RECORDER_PAD,IRIVER_H10_PAD}{Long \ButtonPlay}%
31 \opt{ONDIO_PAD}{Long \ButtonMenu}% 31 \opt{ONDIO_PAD}{Long \ButtonMenu}%
32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} or Long \ButtonSelect} 32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} or Long \ButtonSelect}
33 \opt{IRIVER_RC_H100_PAD}{&}
34 \opt{GIGABEAT_S_PAD}{\ButtonMenu{} or Long \ButtonSelect} 33 \opt{GIGABEAT_S_PAD}{\ButtonMenu{} or Long \ButtonSelect}
35 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 34 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
36 ,MROBE100_PAD,IAUDIO_X5_PAD}{Long \ButtonSelect}% 35 ,MROBE100_PAD,IAUDIO_X5_PAD}{Long \ButtonSelect}%
36 \opt{IRIVER_RC_H100_PAD}{&}
37 & Show the in-game menu \\ 37 & Show the in-game menu \\
38 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD} 38 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}
39 {\ButtonOff 39 {\ButtonOff
40 \opt{IRIVER_RC_H100_PAD}{&} 40 \opt{IRIVER_RC_H100_PAD}{&}
41 & Exit \\}% 41 & Exit \\}%
42 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD% 42 \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD%
43 ,IAUDIO_X5_PAD}{\ButtonPower & Exit \\}% 43 ,IAUDIO_X5_PAD}{\ButtonPower & Exit \\}%
44 \opt{GIGABEAT_S_PAD}{\ButtonBack & Exit \\}% 44 \opt{GIGABEAT_S_PAD}{\ButtonBack & Exit \\}%
45 45
46 \end{btnmap} 46 \end{btnmap}
47\end{table} 47\end{table}
48 48
diff --git a/manual/plugins/jpegviewer.tex b/manual/plugins/jpegviewer.tex
index 52cf8e3446..ff5b8bc37f 100644
--- a/manual/plugins/jpegviewer.tex
+++ b/manual/plugins/jpegviewer.tex
@@ -20,31 +20,30 @@ 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{IRIVER_RC_H100_PAD}{&}
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}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
28 ,SANSA_C200_PAD,MROBE100_PAD}{\ButtonSelect} 28 ,SANSA_C200_PAD,MROBE100_PAD}{\ButtonSelect}
29 \opt{IRIVER_RC_H100_PAD}{&}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} 29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
31 \opt{IRIVER_H10_PAD}{\ButtonPlay} 30 \opt{IRIVER_H10_PAD}{\ButtonPlay}
32 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 31 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
32 \opt{IRIVER_RC_H100_PAD}{&}
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}
36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
37 \opt{IRIVER_RC_H100_PAD}{&}
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} 37 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
39 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect} 38 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
40 \opt{IRIVER_H10_PAD}{Long \ButtonPlay} 39 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 40 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
42 \opt{MROBE100_PAD}{\ButtonPlay} 41 \opt{MROBE100_PAD}{\ButtonPlay}
42 \opt{IRIVER_RC_H100_PAD}{&}
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}
46 \opt{IRIVER_H100_PAD}{\ButtonOn} 46 \opt{IRIVER_H100_PAD}{\ButtonOn}
47 \opt{IRIVER_RC_H100_PAD}{&}
48 \opt{IRIVER_H300_PAD}{\ButtonRec} 47 \opt{IRIVER_H300_PAD}{\ButtonRec}
49 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 48 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
50 \opt{IAUDIO_X5_PAD}{\ButtonPlay} 49 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
@@ -54,11 +53,11 @@ greyscale library}.
54 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight} 53 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
55 \opt{GIGABEAT_S_PAD}{\ButtonNext} 54 \opt{GIGABEAT_S_PAD}{\ButtonNext}
56 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight} 55 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight}
56 \opt{IRIVER_RC_H100_PAD}{&}
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}
60 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonRec} 60 \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonRec}
61 \opt{IRIVER_RC_H100_PAD}{&}
62 \opt{IRIVER_H300_PAD}{\ButtonOn} 61 \opt{IRIVER_H300_PAD}{\ButtonOn}
63 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} 62 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
64 \opt{IRIVER_H10_PAD}{\ButtonRew} 63 \opt{IRIVER_H10_PAD}{\ButtonRew}
@@ -67,16 +66,17 @@ greyscale library}.
67 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft} 66 \opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
68 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 67 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
69 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft} 68 \opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft}
69 \opt{IRIVER_RC_H100_PAD}{&}
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 & Toggle slide show mode\\ 73 & Toggle slide show mode\\
74 } 74 }
75 \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}
76 \opt{IRIVER_RC_H100_PAD}{&}
77 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
78 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower} 77 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
79 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 78 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
79 \opt{IRIVER_RC_H100_PAD}{&}
80 & Show menu\\ 80 & Show menu\\
81\end{btnmap} 81\end{btnmap}
82\end{table} 82\end{table}
diff --git a/manual/plugins/lamp.tex b/manual/plugins/lamp.tex
index 52159a7126..a4b615a5de 100644
--- a/manual/plugins/lamp.tex
+++ b/manual/plugins/lamp.tex
@@ -9,9 +9,9 @@ You get an empty screen with maximum brightness.
9 } 9 }
10 \opt{PLAYER_PAD}{\ButtonMenu} 10 \opt{PLAYER_PAD}{\ButtonMenu}
11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
12 \opt{IRIVER_RC_H100_PAD}{&}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay} 12 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}
14 \opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 13 \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 & Quit\\ 15 & Quit\\
16 \end{btnmap} 16 \end{btnmap}
17\end{table} 17\end{table}
diff --git a/manual/plugins/logo.tex b/manual/plugins/logo.tex
index 8f24b856e7..ec8060c328 100644
--- a/manual/plugins/logo.tex
+++ b/manual/plugins/logo.tex
@@ -10,16 +10,16 @@ Demo showing the Rockbox logo bouncing around the screen.
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%
11 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 11 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
12 {\ButtonUp\ / \ButtonDown} 12 {\ButtonUp\ / \ButtonDown}
13 \opt{IRIVER_RC_H100_PAD}{&}
14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
15 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
21 \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}
22 \opt{GIGABEAT_S_PAD}{\ButtonBack} 21 \opt{GIGABEAT_S_PAD}{\ButtonBack}
22 \opt{IRIVER_RC_H100_PAD}{&}
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 0c65c352be..5c723218a9 100644
--- a/manual/plugins/mandelbrot.tex
+++ b/manual/plugins/mandelbrot.tex
@@ -11,61 +11,61 @@ This demonstration draws fractal images from the Mandelbrot set
11 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} 11 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
12 \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp} 12 \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonMenu+\ButtonUp}
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{IRIVER_RC_H100_PAD}{&}
15 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd} 14 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
16 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 15 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
16 \opt{IRIVER_RC_H100_PAD}{&}
17 & Zoom in\\ 17 & Zoom in\\
18 % 18 %
19 \opt{RECORDER_PAD}{\ButtonOn} 19 \opt{RECORDER_PAD}{\ButtonOn}
20 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} 20 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
22 \opt{IRIVER_RC_H100_PAD}{&}
23 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack} 22 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack}
24 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect} 23 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect}
25 \opt{IRIVER_H10_PAD}{Long \ButtonPlay} 24 \opt{IRIVER_H10_PAD}{Long \ButtonPlay}
26 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 25 \opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
26 \opt{IRIVER_RC_H100_PAD}{&}
27 & Zoom out\\ 27 & Zoom out\\
28 % 28 %
29 \opt{RECORDER_PAD}{\ButtonFOne} 29 \opt{RECORDER_PAD}{\ButtonFOne}
30 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 30 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft} 31 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft}
32 \opt{IRIVER_RC_H100_PAD}{&}
33 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonLeft} 32 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonLeft}
34 \opt{IAUDIO_X5_PAD}{Long \ButtonPlay} 33 \opt{IAUDIO_X5_PAD}{Long \ButtonPlay}
35 \opt{IRIVER_H10_PAD}{\ButtonRew} 34 \opt{IRIVER_H10_PAD}{\ButtonRew}
36 \opt{GIGABEAT_PAD}{\ButtonVolDown} 35 \opt{GIGABEAT_PAD}{\ButtonVolDown}
37 \opt{GIGABEAT_S_PAD}{\ButtonNext} 36 \opt{GIGABEAT_S_PAD}{\ButtonNext}
38 \opt{MROBE100_PAD}{\ButtonPlay} 37 \opt{MROBE100_PAD}{\ButtonPlay}
38 \opt{IRIVER_RC_H100_PAD}{&}
39 & Decrease iteration depth (less detail)\\ 39 & Decrease iteration depth (less detail)\\
40 % 40 %
41 \opt{RECORDER_PAD}{\ButtonFTwo} 41 \opt{RECORDER_PAD}{\ButtonFTwo}
42 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 42 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
43 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight} 43 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight}
44 \opt{IRIVER_RC_H100_PAD}{&}
45 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight} 44 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight}
46 \opt{IAUDIO_X5_PAD}{\ButtonPlay} 45 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
47 \opt{IRIVER_H10_PAD}{\ButtonFF} 46 \opt{IRIVER_H10_PAD}{\ButtonFF}
48 \opt{GIGABEAT_PAD}{\ButtonVolUp} 47 \opt{GIGABEAT_PAD}{\ButtonVolUp}
49 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 48 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
50 \opt{MROBE100_PAD}{\ButtonMenu} 49 \opt{MROBE100_PAD}{\ButtonMenu}
50 \opt{IRIVER_RC_H100_PAD}{&}
51 & Increase iteration depth (more detail)\\ 51 & Increase iteration depth (more detail)\\
52 % 52 %
53 \opt{RECORDER_PAD}{\ButtonFThree} 53 \opt{RECORDER_PAD}{\ButtonFThree}
54 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 54 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
56 \opt{IRIVER_RC_H100_PAD}{&}
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 56 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
58 \opt{IRIVER_H10_PAD}{\ButtonPlay + \ButtonRew} 57 \opt{IRIVER_H10_PAD}{\ButtonPlay + \ButtonRew}
59 \opt{GIGABEAT_PAD}{\ButtonA} 58 \opt{GIGABEAT_PAD}{\ButtonA}
60 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 59 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
61 \opt{MROBE100_PAD}{\ButtonDisplay} 60 \opt{MROBE100_PAD}{\ButtonDisplay}
61 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 65 \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}{\ButtonPower} 66 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
68 \opt{GIGABEAT_S_PAD}{\ButtonBack} 67 \opt{GIGABEAT_S_PAD}{\ButtonBack}
68 \opt{IRIVER_RC_H100_PAD}{&}
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 59d7090c05..ccc1f96b15 100644
--- a/manual/plugins/mazezam.tex
+++ b/manual/plugins/mazezam.tex
@@ -24,10 +24,10 @@ Luckily, there are checkpoints at levels four and eight.
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
28 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 27 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
29 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 28 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
30 \opt{GIGABEAT_S_PAD}{\ButtonBack} 29 \opt{GIGABEAT_S_PAD}{\ButtonBack}
30 \opt{IRIVER_RC_H100_PAD}{&}
31 & Menu\\ 31 & Menu\\
32\end{btnmap} 32\end{btnmap}
33\end{table} 33\end{table}
diff --git a/manual/plugins/metronome.tex b/manual/plugins/metronome.tex
index e390444daf..a18df09869 100644
--- a/manual/plugins/metronome.tex
+++ b/manual/plugins/metronome.tex
@@ -9,33 +9,33 @@ on the appropriate button.
9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 9 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
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{IRIVER_RC_H100_PAD}{&}
13 \opt{GIGABEAT_S_PAD}{\ButtonBack} 12 \opt{GIGABEAT_S_PAD}{\ButtonBack}
13 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
19 \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)} 18 \opt{ONDIO_PAD}{\ButtonMenu\ (Long: Stop)}
20 \opt{GIGABEAT_PAD}{\ButtonA} 19 \opt{GIGABEAT_PAD}{\ButtonA}
20 \opt{IRIVER_RC_H100_PAD}{&}
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)}
24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD% 24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD%
25 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 25 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
26 \opt{IRIVER_RC_H100_PAD}{&}
27 \opt{IRIVER_H10_PAD}{\ButtonFF} 26 \opt{IRIVER_H10_PAD}{\ButtonFF}
28 \opt{IAUDIO_X5_PAD}{\ButtonRec} 27 \opt{IAUDIO_X5_PAD}{\ButtonRec}
28 \opt{IRIVER_RC_H100_PAD}{&}
29 & Tap tempo \\ 29 & Tap tempo \\
30 \ButtonLeft\ / \ButtonRight 30 \ButtonLeft\ / \ButtonRight
31 \opt{IRIVER_RC_H100_PAD}{&} 31 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
37 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack} 36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
38 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 37 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
38 \opt{IRIVER_RC_H100_PAD}{&}
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 9bdb0fa554..eb35e8028f 100644
--- a/manual/plugins/midiplay.tex
+++ b/manual/plugins/midiplay.tex
@@ -18,29 +18,29 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
18 \begin{btnmap}{}{} 18 \begin{btnmap}{}{}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
20 ,IAUDIO_X5_PAD,MROBE100_PAD}{\ButtonUp/ \ButtonDown} 20 ,IAUDIO_X5_PAD,MROBE100_PAD}{\ButtonUp/ \ButtonDown}
21 \opt{IRIVER_RC_H100_PAD}{&}
22 \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}
23 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown} 22 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
24 \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown} 23 \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown}
24 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
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}
32 \opt{IRIVER_RC_H100_PAD}{&}
33 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 32 \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
34 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp} 33 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonUp}
35 \opt{GIGABEAT_PAD}{\ButtonA} 34 \opt{GIGABEAT_PAD}{\ButtonA}
36 \opt{MROBE100_PAD}{\ButtonDisplay} 35 \opt{MROBE100_PAD}{\ButtonDisplay}
36 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
41 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu} 40 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
42 \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%
43 ,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower} 42 ,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPower}
43 \opt{IRIVER_RC_H100_PAD}{&}
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 89949e2ac8..e007f34b25 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -30,9 +30,9 @@ the location of a mine, it can be tagged to avoid accidentally
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
31 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 31 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
32 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 32 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
33 \opt{IRIVER_RC_H100_PAD}{&}
34 \opt{IRIVER_H10_PAD} 33 \opt{IRIVER_H10_PAD}
35 {\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 34 {\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
35 \opt{IRIVER_RC_H100_PAD}{&}
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
@@ -41,41 +41,41 @@ the location of a mine, it can be tagged to avoid accidentally
41 \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn} 41 \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn}
42 \opt{ONDIO_PAD}{\ButtonMenu} 42 \opt{ONDIO_PAD}{\ButtonMenu}
43 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} / \ButtonRec} 43 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} / \ButtonRec}
44 \opt{IRIVER_RC_H100_PAD}{&}
45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 44 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
46 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 45 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
47 \opt{SANSA_E200_PAD}{\ButtonRec} 46 \opt{SANSA_E200_PAD}{\ButtonRec}
48 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolDown} 47 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolDown}
49 \opt{GIGABEAT_PAD}{\ButtonA} 48 \opt{GIGABEAT_PAD}{\ButtonA}
50 \opt{MROBE100_PAD}{\ButtonDisplay} 49 \opt{MROBE100_PAD}{\ButtonDisplay}
50 \opt{IRIVER_RC_H100_PAD}{&}
51 & Toggle flag on / off \\ 51 & Toggle flag on / off \\
52 % 52 %
53 \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay} 53 \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay}
54 \opt{ONDIO_PAD}{Long \ButtonMenu} 54 \opt{ONDIO_PAD}{Long \ButtonMenu}
55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
56 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 56 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
57 \opt{IRIVER_RC_H100_PAD}{&}
58 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect} 57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
59 \opt{IRIVER_H10_PAD}{\ButtonRew} 58 \opt{IRIVER_H10_PAD}{\ButtonRew}
60 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp} 59 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp}
60 \opt{IRIVER_RC_H100_PAD}{&}
61 & Reveal the contents of the current square \\ 61 & Reveal the contents of the current square \\
62 % 62 %
63 \opt{RECORDER_PAD}{\ButtonFThree} 63 \opt{RECORDER_PAD}{\ButtonFThree}
64 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonOff} 64 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonOff}
65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
66 \opt{IRIVER_RC_H100_PAD}{&}
67 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
68 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonRec} 67 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonRec}
69 \opt{SANSA_E200_PAD}{Long \ButtonRec} 68 \opt{SANSA_E200_PAD}{Long \ButtonRec}
70 \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay} 69 \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay}
71 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
71 \opt{IRIVER_RC_H100_PAD}{&}
72 & Display the current game status \\ 72 & Display the current game status \\
73 % 73 %
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{IRIVER_RC_H100_PAD}{&}
76 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 75 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
77 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
78 \opt{GIGABEAT_S_PAD}{\ButtonBack} 77 \opt{GIGABEAT_S_PAD}{\ButtonBack}
78 \opt{IRIVER_RC_H100_PAD}{&}
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/mpegplayer.tex b/manual/plugins/mpegplayer.tex
index ccbc7fbb1a..45bbd54511 100644
--- a/manual/plugins/mpegplayer.tex
+++ b/manual/plugins/mpegplayer.tex
@@ -15,22 +15,24 @@ option and choose \setting{mpegplayer}.
15 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsPlay} 15 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsPlay}
16 \opt{IRIVER_RC_H100_PAD}{&} 16 \opt{IRIVER_RC_H100_PAD}{&}
17 & Pause / Resume\\ 17 & Pause / Resume\\
18 \ActionWpsStop \opt{IRIVER_RC_H100_PAD}{&} & Stop\\ 18 \ActionWpsStop
19 \opt{HAVEREMOTEKEYPAD}{&}
20 & Stop\\
19 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsVolUp{} / \ActionWpsVolDown} 21 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsVolUp{} / \ActionWpsVolDown}
20 \opt{IRIVER_RC_H100_PAD}{&} 22 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} /
21 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonLeft{} or \ButtonVolDown{} / 23 \opt{HAVEREMOTEKEYPAD}{&}
22 \ButtonRight{} or \ButtonVolUp} 24 \ButtonRight{} or \ButtonVolUp}
23 & Adjust volume up / down\\ 25 & Adjust volume up / down\\
24 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsSkipPrev{} / \ActionWpsSkipNext} 26 \nopt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ActionWpsSkipPrev{} / \ActionWpsSkipNext}
25 \opt{IRIVER_RC_H100_PAD}{&}
26 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown} 27 \opt{GIGABEAT_S_PAD,GIGABEAT_PAD}{\ButtonUp{} / \ButtonDown}
27 & Rewind / Fast Forward\\ 28 \opt{HAVEREMOTEKEYPAD}{&}
29 & Rewind / Fast Forward\\
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
29 \opt{IRIVER_RC_H100_PAD}{&}
30 \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}
31 \opt{IAUDIO_X5_PAD}{\ButtonRec} 32 \opt{IAUDIO_X5_PAD}{\ButtonRec}
32 \opt{IRIVER_H10_PAD}{\ButtonRew} 33 \opt{IRIVER_H10_PAD}{\ButtonRew}
33 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 34 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
35 \opt{IRIVER_RC_H100_PAD}{&}
34 & Open the MPEG Player menu\\ 36 & Open the MPEG Player menu\\
35\end{btnmap} 37\end{btnmap}
36\end{table} 38\end{table}
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex
index a33ee6c315..0a524700a5 100644
--- a/manual/plugins/oscilloscope.tex
+++ b/manual/plugins/oscilloscope.tex
@@ -17,57 +17,57 @@ being played.
17 \opt{ONDIO_PAD}{\ButtonMenu} 17 \opt{ONDIO_PAD}{\ButtonMenu}
18 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 18 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
19 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect} 19 ,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
20 \opt{IRIVER_RC_H100_PAD}{&}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
22 \opt{IRIVER_H10_PAD}{\ButtonRew} 21 \opt{IRIVER_H10_PAD}{\ButtonRew}
23 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 22 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
23 \opt{IRIVER_RC_H100_PAD}{&}
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}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
28 \opt{IRIVER_RC_H100_PAD}{&}
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 28 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
30 \opt{IAUDIO_X5_PAD}{\ButtonRec} 29 \opt{IAUDIO_X5_PAD}{\ButtonRec}
31 \opt{IRIVER_H10_PAD}{\ButtonFF} 30 \opt{IRIVER_H10_PAD}{\ButtonFF}
32 \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}
33 \opt{GIGABEAT_S_PAD}{\ButtonNext} 32 \opt{GIGABEAT_S_PAD}{\ButtonNext}
33 \opt{IRIVER_RC_H100_PAD}{&}
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}
37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
38 \opt{IRIVER_RC_H100_PAD}{&}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
40 \opt{IAUDIO_X5_PAD}{Long \ButtonSelect} 39 \opt{IAUDIO_X5_PAD}{Long \ButtonSelect}
41 \opt{IRIVER_H10_PAD}{Long \ButtonRew} 40 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
42 \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}
43 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 42 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
43 \opt{IRIVER_RC_H100_PAD}{&}
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}
47 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 47 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
48 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 48 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
49 \opt{IRIVER_RC_H100_PAD}{&}
50 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 49 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
51 \opt{GIGABEAT_PAD}{\ButtonA} 50 \opt{GIGABEAT_PAD}{\ButtonA}
52 \opt{MROBE100_PAD}{\ButtonDisplay} 51 \opt{MROBE100_PAD}{\ButtonDisplay}
52 \opt{IRIVER_RC_H100_PAD}{&}
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}
56 \opt{IRIVER_RC_H100_PAD}{&}
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 56 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
58 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 57 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
59 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 58 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
60 {\ButtonVolUp{} / \ButtonVolDown} 59 {\ButtonVolUp{} / \ButtonVolDown}
60 \opt{IRIVER_RC_H100_PAD}{&}
61 & Increase / decrease volume\\ 61 & Increase / decrease volume\\
62 \ButtonRight{} / \ButtonLeft 62 \ButtonRight{} / \ButtonLeft
63 \opt{IRIVER_RC_H100_PAD}{&} 63 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
67 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 66 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
68 \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}
69 {\ButtonPower} 68 {\ButtonPower}
70 \opt{GIGABEAT_S_PAD}{\ButtonBack} 69 \opt{GIGABEAT_S_PAD}{\ButtonBack}
70 \opt{IRIVER_RC_H100_PAD}{&}
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 499bdc2994..b9fcf968e9 100644
--- a/manual/plugins/pacbox.tex
+++ b/manual/plugins/pacbox.tex
@@ -31,55 +31,55 @@ found at \url{http://www.mame.net}.
31 \begin{btnmap}{}{} 31 \begin{btnmap}{}{}
32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,% 32 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,%
33 IPOD_3G_PAD,h10,SANSA_E200_PAD,MROBE100_PAD}{\ButtonRight} 33 IPOD_3G_PAD,h10,SANSA_E200_PAD,MROBE100_PAD}{\ButtonRight}
34 \opt{IRIVER_RC_H100_PAD}{&}
35 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp} 34 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonUp}
36 \opt{h10_5gb}{\ButtonScrollUp} 35 \opt{h10_5gb}{\ButtonScrollUp}
36 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
41 \opt{h10_5gb}{\ButtonScrollDown} 40 \opt{h10_5gb}{\ButtonScrollDown}
42 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown} 41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown}
42 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
47 \opt{h10}{\ButtonScrollUp} 46 \opt{h10}{\ButtonScrollUp}
48 \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}{&}
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{IRIVER_RC_H100_PAD}{&}
52 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 51 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
53 \opt{h10}{\ButtonScrollDown} 52 \opt{h10}{\ButtonScrollDown}
54 \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}{&}
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{IRIVER_RC_H100_PAD}{&}
58 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
59 \opt{IRIVER_H10_PAD}{\ButtonFF} 58 \opt{IRIVER_H10_PAD}{\ButtonFF}
60 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown} 59 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown}
61 \opt{GIGABEAT_PAD}{\ButtonA} 60 \opt{GIGABEAT_PAD}{\ButtonA}
62 \opt{MROBE100_PAD}{\ButtonDisplay} 61 \opt{MROBE100_PAD}{\ButtonDisplay}
63 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 62 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
63 \opt{IRIVER_RC_H100_PAD}{&}
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_RC_H100_PAD}{&} 67 \opt{IRIVER_H10_PAD}{\ButtonRew}
68 \opt{IRIVER_H10_PAD}{\ButtonRew} 68 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
72 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{n/a} 71 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{n/a}
73 \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}
74 \opt{SANSA_E200_PAD}{\ButtonRec} 73 \opt{SANSA_E200_PAD}{\ButtonRec}
75 \opt{MROBE100_PAD}{\ButtonMenu} 74 \opt{MROBE100_PAD}{\ButtonMenu}
75 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
79 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 78 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
80 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPlay} 79 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD}{\ButtonPlay}
81 \opt{SANSA_E200_PAD}{\ButtonPower} 80 \opt{SANSA_E200_PAD}{\ButtonPower}
82 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 81 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
82 \opt{IRIVER_RC_H100_PAD}{&}
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 bd4d17c54b..689e8b02ea 100644
--- a/manual/plugins/pegbox.tex
+++ b/manual/plugins/pegbox.tex
@@ -33,14 +33,13 @@ 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{IRIVER_RC_H100_PAD}{&}
37 & to move around\\ 37 & to move around\\
38 38
39 \opt{RECORDER_PAD}{\ButtonOn} 39 \opt{RECORDER_PAD}{\ButtonOn}
40 \opt{ONDIO_PAD}{\ButtonOff} 40 \opt{ONDIO_PAD}{\ButtonOff}
41 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 41 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
42 \opt{IRIVER_RC_H100_PAD}{&} 42 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonRight}
43 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonRight}
44 \opt{IAUDIO_X5_PAD}{\ButtonSelect} 43 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
45 \opt{IRIVER_H10_PAD}{\ButtonPlay} 44 \opt{IRIVER_H10_PAD}{\ButtonPlay}
46 \opt{SANSA_E200_PAD}{\ButtonSelect} 45 \opt{SANSA_E200_PAD}{\ButtonSelect}
@@ -48,13 +47,13 @@ block and crosses which allow you to choose a replacement block.
48 \opt{GIGABEAT_S_PAD}{\ButtonSelect} 47 \opt{GIGABEAT_S_PAD}{\ButtonSelect}
49 \opt{MROBE100_PAD}{\ButtonSelect} 48 \opt{MROBE100_PAD}{\ButtonSelect}
50 \opt{SANSA_C200_PAD}{\ButtonSelect} 49 \opt{SANSA_C200_PAD}{\ButtonSelect}
50 \opt{IRIVER_RC_H100_PAD}{&}
51 & to select/save\\ 51 & to select/save\\
52 52
53 \opt{RECORDER_PAD}{\ButtonFTwo} 53 \opt{RECORDER_PAD}{\ButtonFTwo}
54 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonRight} 54 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonRight}
55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
56 \opt{IRIVER_RC_H100_PAD}{&} 56 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonLeft}
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonLeft}
58 \opt{IAUDIO_X5_PAD}{\ButtonRec} 57 \opt{IAUDIO_X5_PAD}{\ButtonRec}
59 \opt{IRIVER_H10_PAD}{Long \ButtonFF} 58 \opt{IRIVER_H10_PAD}{Long \ButtonFF}
60 \opt{SANSA_E200_PAD}{\ButtonRec} 59 \opt{SANSA_E200_PAD}{\ButtonRec}
@@ -62,13 +61,13 @@ block and crosses which allow you to choose a replacement block.
62 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 61 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
63 \opt{MROBE100_PAD}{\ButtonPlay} 62 \opt{MROBE100_PAD}{\ButtonPlay}
64 \opt{SANSA_C200_PAD}{\ButtonRec} 63 \opt{SANSA_C200_PAD}{\ButtonRec}
64 \opt{IRIVER_RC_H100_PAD}{&}
65 & to restart level\\ 65 & to restart level\\
66 66
67 \opt{RECORDER_PAD}{\ButtonFOne} 67 \opt{RECORDER_PAD}{\ButtonFOne}
68 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonUp} 68 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonUp}
69 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 69 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
70 \opt{IRIVER_RC_H100_PAD}{&} 70 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonMenu}
71 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonMenu}
72 \opt{IAUDIO_X5_PAD}{\ButtonPlay} 71 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
73 \opt{IRIVER_H10_PAD}{\ButtonFF + \ButtonScrollUp} 72 \opt{IRIVER_H10_PAD}{\ButtonFF + \ButtonScrollUp}
74 \opt{SANSA_E200_PAD}{\ButtonScrollBack} 73 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
@@ -76,25 +75,25 @@ block and crosses which allow you to choose a replacement block.
76 \opt{GIGABEAT_S_PAD}{\ButtonVolUp} 75 \opt{GIGABEAT_S_PAD}{\ButtonVolUp}
77 \opt{MROBE100_PAD}{\ButtonMenu} 76 \opt{MROBE100_PAD}{\ButtonMenu}
78 \opt{SANSA_C200_PAD}{\ButtonVolUp} 77 \opt{SANSA_C200_PAD}{\ButtonVolUp}
78 \opt{IRIVER_RC_H100_PAD}{&}
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}{
82 \opt{RECORDER_PAD}{\ButtonFThree} 82 \opt{RECORDER_PAD}{\ButtonFThree}
83 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonDown} 83 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonDown}
84 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 84 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
85 \opt{IRIVER_RC_H100_PAD}{&}
86 \opt{IRIVER_H10_PAD}{\ButtonFF + \ButtonScrollDown} 85 \opt{IRIVER_H10_PAD}{\ButtonFF + \ButtonScrollDown}
87 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 86 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
88 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 87 \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
89 \opt{MROBE100_PAD}{\ButtonDisplay} 88 \opt{MROBE100_PAD}{\ButtonDisplay}
89 \opt{IRIVER_RC_H100_PAD}{&}
90 & to go down a level\\ 90 & to go down a level\\
91 } 91 }
92 92
93 \opt{RECORDER_PAD}{\ButtonOff} 93 \opt{RECORDER_PAD}{\ButtonOff}
94 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonOff} 94 \opt{ONDIO_PAD}{\ButtonMenu + \ButtonOff}
95 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 95 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
96 \opt{IRIVER_RC_H100_PAD}{&} 96 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonPlay}
97 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonSelect + \ButtonPlay}
98 \opt{IAUDIO_X5_PAD}{\ButtonPower} 97 \opt{IAUDIO_X5_PAD}{\ButtonPower}
99 \opt{IRIVER_H10_PAD}{\ButtonPower} 98 \opt{IRIVER_H10_PAD}{\ButtonPower}
100 \opt{SANSA_E200_PAD}{\ButtonPower} 99 \opt{SANSA_E200_PAD}{\ButtonPower}
@@ -102,6 +101,7 @@ block and crosses which allow you to choose a replacement block.
102 \opt{GIGABEAT_S_PAD}{\ButtonBack} 101 \opt{GIGABEAT_S_PAD}{\ButtonBack}
103 \opt{MROBE100_PAD}{\ButtonPower} 102 \opt{MROBE100_PAD}{\ButtonPower}
104 \opt{SANSA_C200_PAD}{\ButtonPower} 103 \opt{SANSA_C200_PAD}{\ButtonPower}
104 \opt{IRIVER_RC_H100_PAD}{&}
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 d3f8aeff4e..89e2d747c6 100644
--- a/manual/plugins/pictureflow.tex
+++ b/manual/plugins/pictureflow.tex
@@ -28,28 +28,29 @@ aware:
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 & Scroll through albums / track list\\} 30 & Scroll through albums / track list\\}
31 31
32 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight 32 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonLeft{} / \ButtonRight
33 33
34 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{IRIVER_RC_H100_PAD}{&}
35 & Scroll through albums\\} 35 & Scroll through albums\\}
36 36
37 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown 37 \nopt{scrollwheel,IRIVER_H10_PAD}{\ButtonUp{} / \ButtonDown
38 \opt{IRIVER_RC_H100_PAD}{&} 38 \opt{IRIVER_RC_H100_PAD}{&}
39 & Scroll through track list\\} 39 & Scroll through track list\\}
40 40
41 \opt{IRIVER_H10_PAD}{\ButtonRight} 41 \opt{IRIVER_H10_PAD}{\ButtonRight}
42 \opt{ONDIO_PAD}{\ButtonUp} 42 \opt{ONDIO_PAD}{\ButtonUp}
43 \opt{RECORDER_PAD}{\ButtonOn} 43 \opt{RECORDER_PAD}{\ButtonOn}
44 \nopt{ONDIO_PAD,IRIVER_H10_PAD,RECORDER_PAD}{\ButtonSelect} 44 \nopt{ONDIO_PAD,IRIVER_H10_PAD,RECORDER_PAD}{\ButtonSelect}
45 \opt{IRIVER_RC_H100_PAD}{&} 45 \opt{IRIVER_RC_H100_PAD}{&}
46 & Enter track list \opt{swcodec}{/ Play album from selected 46 & Enter track list \opt{swcodec}{/ Play album from selected
47 track}\\ 47 track}\\
48 48
49 \ButtonLeft \opt{IRIVER_RC_H100_PAD}{&} & Exit track list\\ 49 \ButtonLeft
50 \opt{IRIVER_RC_H100_PAD}{&}
51 & Exit track list\\
50 52
51 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
52 \opt{IRIVER_RC_H100_PAD}{&}
53 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,% 54 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,%
54 GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 55 GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
55 \opt{IAUDIO_X5_PAD}{\ButtonRec} 56 \opt{IAUDIO_X5_PAD}{\ButtonRec}
@@ -57,14 +58,15 @@ aware:
57 \opt{IRIVER_H10_PAD,SANSA_C200_PAD}{\ButtonPower} 58 \opt{IRIVER_H10_PAD,SANSA_C200_PAD}{\ButtonPower}
58 \opt{RECORDER_PAD}{\ButtonFOne} 59 \opt{RECORDER_PAD}{\ButtonFOne}
59 \opt{ONDIO_PAD}{Long \ButtonMenu} 60 \opt{ONDIO_PAD}{Long \ButtonMenu}
61 \opt{IRIVER_RC_H100_PAD}{&}
60 & Enter menu\\ 62 & Enter menu\\
61 63
62 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff} 64 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
63 \opt{IRIVER_RC_H100_PAD}{&}
64 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,% 65 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,%
65 MROBE100_PAD}{\ButtonPower} 66 MROBE100_PAD}{\ButtonPower}
66 \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower} 67 \opt{SANSA_C200_PAD,IRIVER_H10_PAD}{Long \ButtonPower}
67 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonMenu} 68 \opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonMenu}
69 \opt{IRIVER_RC_H100_PAD}{&}
68 & Exit PictureFlow\\ 70 & Exit PictureFlow\\
69 \end{btnmap} 71 \end{btnmap}
70\end{table} 72\end{table}
diff --git a/manual/plugins/plasma.tex b/manual/plugins/plasma.tex
index 1e8044c098..13a2a66ed3 100644
--- a/manual/plugins/plasma.tex
+++ b/manual/plugins/plasma.tex
@@ -18,11 +18,11 @@ Plasma is a demo displaying a 80's style retro plasma effect.
18 & Change colours\\ 18 & Change colours\\
19 } 19 }
20 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 20 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
21 \opt{IRIVER_RC_H100_PAD}{&}
22 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
23 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD} 22 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
24 {\ButtonPower} 23 {\ButtonPower}
25 \opt{GIGABEAT_S_PAD}{\ButtonBack} 24 \opt{GIGABEAT_S_PAD}{\ButtonBack}
25 \opt{IRIVER_RC_H100_PAD}{&}
26 & Quit\\ 26 & Quit\\
27 \end{btnmap} 27 \end{btnmap}
28\end{table} 28\end{table}
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index 77639fa191..a5df71958f 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -8,46 +8,46 @@ Pong is a simple two player ``tennis game''. Whenever a player misses the ball t
8 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonLeft} 8 \opt{ONDIO_PAD,SANSA_E200_PAD}{\ButtonLeft}
9 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% 9 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD%
10 ,GIGABEAT_S_PAD}{\ButtonUp} 10 ,GIGABEAT_S_PAD}{\ButtonUp}
11 \opt{IRIVER_RC_H100_PAD}{&} 11 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
12 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
13 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 12 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
14 \opt{SANSA_C200_PAD}{\ButtonVolUp} 13 \opt{SANSA_C200_PAD}{\ButtonVolUp}
15 \opt{MROBE100_PAD}{\ButtonMenu} 14 \opt{MROBE100_PAD}{\ButtonMenu}
15 \opt{IRIVER_RC_H100_PAD}{&}
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}
19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 19 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
20 ,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown} 20 ,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonDown}
21 \opt{IRIVER_RC_H100_PAD}{&}
22 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 21 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
23 \opt{SANSA_C200_PAD}{\ButtonVolDown} 22 \opt{SANSA_C200_PAD}{\ButtonVolDown}
24 \opt{MROBE100_PAD}{\ButtonLeft} 23 \opt{MROBE100_PAD}{\ButtonLeft}
24 \opt{IRIVER_RC_H100_PAD}{&}
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}
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
29 \opt{IRIVER_RC_H100_PAD}{&}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} 29 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
31 \opt{IAUDIO_X5_PAD}{\ButtonRec} 30 \opt{IAUDIO_X5_PAD}{\ButtonRec}
32 \opt{IRIVER_H10_PAD}{\ButtonRew} 31 \opt{IRIVER_H10_PAD}{\ButtonRew}
33 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 32 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
34 \opt{MROBE100_PAD}{\ButtonPlay} 33 \opt{MROBE100_PAD}{\ButtonPlay}
34 \opt{IRIVER_RC_H100_PAD}{&}
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}
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
39 \opt{IRIVER_RC_H100_PAD}{&} 39 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
40 \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
41 \opt{IRIVER_H10_PAD}{\ButtonFF} 40 \opt{IRIVER_H10_PAD}{\ButtonFF}
42 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 41 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
43 \opt{MROBE100_PAD}{\ButtonRight} 42 \opt{MROBE100_PAD}{\ButtonRight}
43 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
48 \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%
49 ,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} 48 ,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
50 \opt{GIGABEAT_S_PAD}{\ButtonBack} 49 \opt{GIGABEAT_S_PAD}{\ButtonBack}
50 \opt{IRIVER_RC_H100_PAD}{&}
51 & Quit\\ 51 & Quit\\
52 \end{btnmap} 52 \end{btnmap}
53\end{table} 53\end{table}
diff --git a/manual/plugins/random_folder_advance_config.tex b/manual/plugins/random_folder_advance_config.tex
index a4f0a3a53f..5e2de47d8f 100644
--- a/manual/plugins/random_folder_advance_config.tex
+++ b/manual/plugins/random_folder_advance_config.tex
@@ -28,10 +28,10 @@ it you need to have both \fname{-/CDs} and \fname{CDs} as entries.
28\subsubsection{Folder List Editor Keys} 28\subsubsection{Folder List Editor Keys}
29\begin{table} 29\begin{table}
30\begin{btnmap}{}{} 30\begin{btnmap}{}{}
31 \ActionStdOk{} \opt{IRIVER_RC_H100_PAD}{&} & Delete selected folder\\ 31 \ActionStdOk{} \opt{HAVEREMOTEKEYPAD}{&} & Delete selected folder\\
32 \ActionStdContext{} \opt{IRIVER_RC_H100_PAD}{&} 32 \ActionStdContext{} \opt{HAVEREMOTEKEYPAD}{&}
33 & Bring up the context menu which allows you to 33 & Bring up the context menu which allows you to
34 remove the selected folder or it's entire folder tree\\ 34 remove the selected folder or it's entire folder tree\\
35 \ActionStdCancel{} \opt{IRIVER_RC_H100_PAD}{&} & Exit\\ 35 \ActionStdCancel{} \opt{HAVEREMOTEKEYPAD}{&} & Exit\\
36\end{btnmap} 36\end{btnmap}
37\end{table} 37\end{table}
diff --git a/manual/plugins/robotfindskitten.tex b/manual/plugins/robotfindskitten.tex
index a5adc9445f..96daac63ea 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{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
22 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
23 \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}
24 \opt{GIGABEAT_S_PAD}{\ButtonBack} 23 \opt{GIGABEAT_S_PAD}{\ButtonBack}
24 \opt{IRIVER_RC_H100_PAD}{&}
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 cdafe6a7ef..101c69b64b 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -12,68 +12,71 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
12 \opt{RECORDER_PAD}{\ButtonFOne} 12 \opt{RECORDER_PAD}{\ButtonFOne}
13 \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu} 13 \opt{PLAYER_PAD}{\ButtonStop+\ButtonMenu}
14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 14 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
15 \opt{IRIVER_RC_H100_PAD}{&}
16 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 15 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
17 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 16 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
18 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 17 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
19 \opt{GIGABEAT_PAD}{\ButtonA} 18 \opt{GIGABEAT_PAD}{\ButtonA}
20 \opt{MROBE100_PAD}{\ButtonDisplay} 19 \opt{MROBE100_PAD}{\ButtonDisplay}
21 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 20 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
21 \opt{IRIVER_RC_H100_PAD}{&}
22 & Restart game\\ 22 & Restart game\\
23 \ButtonLeft \opt{IRIVER_RC_H100_PAD}{&} 23 \ButtonLeft
24 \opt{IRIVER_RC_H100_PAD}{&}
24 & Move left\\ 25 & Move left\\
25 \ButtonRight \opt{IRIVER_RC_H100_PAD}{&} 26 \ButtonRight
27 \opt{IRIVER_RC_H100_PAD}{&}
26 & Move right\\ 28 & Move right\\
27 \opt{PLAYER_PAD}{\ButtonMenu} 29 \opt{PLAYER_PAD}{\ButtonMenu}
28 \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%
29 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 31 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
30 {\ButtonDown} 32 {\ButtonDown}
31 \opt{IRIVER_RC_H100_PAD}{&}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 33 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
33 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 34 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
35 \opt{IRIVER_RC_H100_PAD}{&}
34 & Move down\\ 36 & Move down\\
35 \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay} 37 \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
36 \opt{RECORDER_PAD}{\ButtonPlay} 38 \opt{RECORDER_PAD}{\ButtonPlay}
37 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} 39 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} 40 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
39 \opt{IRIVER_RC_H100_PAD}{&}
40 \opt{scrollwheel}{\ButtonScrollFwd} 41 \opt{scrollwheel}{\ButtonScrollFwd}
41 \opt{IAUDIO_X5_PAD}{\ButtonPower} 42 \opt{IAUDIO_X5_PAD}{\ButtonPower}
42 \opt{IRIVER_H10_PAD}{\ButtonRew} 43 \opt{IRIVER_H10_PAD}{\ButtonRew}
43 \opt{SANSA_C200_PAD}{\ButtonVolDown} 44 \opt{SANSA_C200_PAD}{\ButtonVolDown}
44 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 45 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
45 \opt{MROBE100_PAD}{\ButtonMenu} 46 \opt{MROBE100_PAD}{\ButtonMenu}
47 \opt{IRIVER_RC_H100_PAD}{&}
46 & Rotate left\\ 48 & Rotate left\\
47 \opt{PLAYER_PAD}{\ButtonPlay} 49 \opt{PLAYER_PAD}{\ButtonPlay}
48 \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}
49 {\ButtonUp} 51 {\ButtonUp}
50 \opt{IRIVER_RC_H100_PAD}{&}
51 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonMenu} 52 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonMenu}
52 \opt{SANSA_E200_PAD}{\ButtonScrollBack} 53 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
53 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 54 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
54 \opt{SANSA_C200_PAD}{\ButtonVolUp/\ButtonUp} 55 \opt{SANSA_C200_PAD}{\ButtonVolUp/\ButtonUp}
55 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 56 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
56 \opt{MROBE100_PAD}{\ButtonPlay} 57 \opt{MROBE100_PAD}{\ButtonPlay}
58 \opt{IRIVER_RC_H100_PAD}{&}
57 & Rotate right\\ 59 & Rotate right\\
58 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn} 60 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
59 \opt{ONDIO_PAD}{\ButtonMenu} 61 \opt{ONDIO_PAD}{\ButtonMenu}
60 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 62 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
61 \opt{IRIVER_RC_H100_PAD}{&}
62 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 63 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
63 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 64 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
64 \opt{IAUDIO_X5_PAD}{\ButtonRec} 65 \opt{IAUDIO_X5_PAD}{\ButtonRec}
65 \opt{IRIVER_H10_PAD}{\ButtonFF} 66 \opt{IRIVER_H10_PAD}{\ButtonFF}
67 \opt{IRIVER_RC_H100_PAD}{&}
66 & Drop\\ 68 & Drop\\
67 \opt{hold_button}{ 69 \opt{hold_button}{
68 \ButtonHold{} switch \opt{IRIVER_RC_H100_PAD}{&} 70 \ButtonHold{} switch
71 \opt{IRIVER_RC_H100_PAD}{&}
69 & Pause\\ 72 & Pause\\
70 } 73 }
71 \opt{PLAYER_PAD}{\ButtonStop} 74 \opt{PLAYER_PAD}{\ButtonStop}
72 \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}
73 \opt{IRIVER_RC_H100_PAD}{&}
74 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} 76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
75 \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}
76 \opt{GIGABEAT_S_PAD}{\ButtonBack} 78 \opt{GIGABEAT_S_PAD}{\ButtonBack}
79 \opt{IRIVER_RC_H100_PAD}{&}
77 & Quit\\ 80 & Quit\\
78 \end{btnmap} 81 \end{btnmap}
79\end{table} 82\end{table}
diff --git a/manual/plugins/rockblox1d.tex b/manual/plugins/rockblox1d.tex
index b179e38885..371314daea 100644
--- a/manual/plugins/rockblox1d.tex
+++ b/manual/plugins/rockblox1d.tex
@@ -11,15 +11,15 @@ horizontal moving anymore and no need to rotate the brick!
11 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD% 11 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IPOD_4G_PAD,IPOD_3G_PAD%
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{IRIVER_RC_H100_PAD}{&}
15 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay} 14 \opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
15 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
20 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} 19 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
21 \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}
22 \opt{GIGABEAT_S_PAD}{\ButtonBack} 21 \opt{GIGABEAT_S_PAD}{\ButtonBack}
22 \opt{IRIVER_RC_H100_PAD}{&}
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 50256c109d..fd07ff848a 100644
--- a/manual/plugins/rockboy.tex
+++ b/manual/plugins/rockboy.tex
@@ -17,32 +17,31 @@ 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{IRIVER_RC_H100_PAD}{&}
21 & Direction keys\\ 21 & Direction keys\\
22 % 22 %
23 \opt{RECORDER_PAD}{\ButtonFOne} 23 \opt{RECORDER_PAD}{\ButtonFOne}
24 \opt{IRIVER_H100_PAD}{\ButtonOn} 24 \opt{IRIVER_H100_PAD}{\ButtonOn}
25 \opt{IRIVER_RC_H100_PAD}{&}
26 \opt{IRIVER_H300_PAD}{\ButtonRec} 25 \opt{IRIVER_H300_PAD}{\ButtonRec}
27 \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Right}} 26 \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Right}}
28 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 27 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
29 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 28 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
30 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 29 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
30 \opt{IRIVER_RC_H100_PAD}{&}
31 & A button\\ 31 & A button\\
32 % 32 %
33 \opt{RECORDER_PAD}{\ButtonFTwo} 33 \opt{RECORDER_PAD}{\ButtonFTwo}
34 \opt{IRIVER_H100_PAD}{\ButtonOff} 34 \opt{IRIVER_H100_PAD}{\ButtonOff}
35 \opt{IRIVER_RC_H100_PAD}{&}
36 \opt{IRIVER_H300_PAD}{\ButtonMode} 35 \opt{IRIVER_H300_PAD}{\ButtonMode}
37 \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Left}} 36 \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Left}}
38 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 37 \opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
39 \opt{IRIVER_H10_PAD}{\ButtonFF} 38 \opt{IRIVER_H10_PAD}{\ButtonFF}
40 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 39 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
40 \opt{IRIVER_RC_H100_PAD}{&}
41 & B button\\ 41 & B button\\
42 % 42 %
43 \opt{RECORDER_PAD}{\ButtonFThree} 43 \opt{RECORDER_PAD}{\ButtonFThree}
44 \opt{IRIVER_H100_PAD}{\ButtonRec} 44 \opt{IRIVER_H100_PAD}{\ButtonRec}
45 \opt{IRIVER_RC_H100_PAD}{&}
46 \opt{IRIVER_H300_PAD}{\ButtonOn} 45 \opt{IRIVER_H300_PAD}{\ButtonOn}
47 \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Right} /~Press \ButtonSelect} 46 \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Right} /~Press \ButtonSelect}
48 \opt{IAUDIO_X5_PAD}{\ButtonSelect} 47 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
@@ -51,32 +50,33 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
51 \opt{IRIVER_H10_PAD}{\ButtonRew} 50 \opt{IRIVER_H10_PAD}{\ButtonRew}
52 \opt{GIGABEAT_PAD}{\ButtonA} 51 \opt{GIGABEAT_PAD}{\ButtonA}
53 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 52 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
53 \opt{IRIVER_RC_H100_PAD}{&}
54 & Start\\ 54 & Start\\
55 % 55 %
56 \nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{ 56 \nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{
57 \opt{RECORDER_PAD}{\ButtonPlay} 57 \opt{RECORDER_PAD}{\ButtonPlay}
58 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 58 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
59 \opt{IRIVER_RC_H100_PAD}{&}
60 \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Left}} 59 \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Left}}
61 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 60 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
62 \opt{SANSA_C200_PAD}{\ButtonVolUp} 61 \opt{SANSA_C200_PAD}{\ButtonVolUp}
63 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect} 62 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
63 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
71 & Cycle display scaling modes\\ 71 & Cycle display scaling modes\\
72 % 72 %
73 } 73 }
74 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff} 74 \opt{RECORDER_PAD,IRIVER_H300_PAD}{\ButtonOff}
75 \opt{IRIVER_H100_PAD}{\ButtonMode} 75 \opt{IRIVER_H100_PAD}{\ButtonMode}
76 \opt{IRIVER_RC_H100_PAD}{&}
77 \opt{IPOD_4G_PAD}{\ButtonHold{} switch} 76 \opt{IPOD_4G_PAD}{\ButtonHold{} switch}
78 \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}
79 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 78 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
79 \opt{IRIVER_RC_H100_PAD}{&}
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/sliding.tex b/manual/plugins/sliding.tex
index ac94316ec2..8d469e3806 100644
--- a/manual/plugins/sliding.tex
+++ b/manual/plugins/sliding.tex
@@ -8,43 +8,44 @@ Key controls:
8 8
9\begin{table} 9\begin{table}
10 \begin{btnmap}{}{} 10 \begin{btnmap}{}{}
11 \opt{RECORDER_PAD,ONDIO_PAD,h100,h300,x5,SANSA_E200_PAD,SANSA_C200_PAD% 11 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
12 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 12 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
13 {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown} 13 {\ButtonLeft, \ButtonRight, \ButtonUp\ and \ButtonDown}
14 \opt{IRIVER_RC_H100_PAD}{&}
15 \opt{IPOD_4G_PAD,IPOD_3G_PAD} 14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}
16 {\ButtonLeft{} / \ButtonRight{} / \ButtonMenu{} / \ButtonPlay} 15 {\ButtonLeft{} / \ButtonRight{} / \ButtonMenu{} / \ButtonPlay}
17 \opt{IRIVER_H10_PAD} 16 \opt{IRIVER_H10_PAD}
18 {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown} 17 {\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown}
18 \opt{IRIVER_RC_H100_PAD}{&}
19 & Move Tile \\ 19 & Move Tile \\
20 % 20 %
21 \opt{RECORDER_PAD}{\ButtonFOne} 21 \opt{RECORDER_PAD}{\ButtonFOne}
22 \opt{ONDIO_PAD}{Long \ButtonMenu} 22 \opt{ONDIO_PAD}{Long \ButtonMenu}
23 \opt{h100,h300,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 23 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
24 \opt{IRIVER_RC_H100_PAD}{&} 24 {\ButtonSelect}
25 \opt{x5,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 & Shuffle \\ 29 & Shuffle \\
29 % 30 %
30 \opt{RECORDER_PAD}{\ButtonFTwo} 31 \opt{RECORDER_PAD}{\ButtonFTwo}
31 \opt{ONDIO_PAD}{\ButtonMenu} 32 \opt{ONDIO_PAD}{\ButtonMenu}
32 \opt{h100,h300}{\ButtonOn} 33 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
33 \opt{IRIVER_RC_H100_PAD}{&} 34 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
34 \opt{x5,IRIVER_H10_PAD}{\ButtonPlay}
35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
36 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 36 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
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 & Change between picture and numbered tiles \\ 41 & Change between picture and numbered tiles \\
41 % 42 %
42 \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}
43 \opt{IRIVER_RC_H100_PAD}{&} 44 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
44 \opt{x5,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD} 45 ,MROBE100_PAD}{\ButtonPower}
45 {\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 & Stop the game \\ 49 & Stop the game \\
49 \end{btnmap} 50 \end{btnmap}
50\end{table} 51\end{table}
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex
index 354025c09c..8ade31e0a1 100644
--- a/manual/plugins/snake.tex
+++ b/manual/plugins/snake.tex
@@ -10,18 +10,18 @@ end when the snake touches either the borders of the screen or itself.
10 \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 10 \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
11 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 11 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
12 {\ButtonUp/\ButtonDown} 12 {\ButtonUp/\ButtonDown}
13 \opt{IRIVER_RC_H100_PAD}{&}
14 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay} 13 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} 14 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
15 \opt{IRIVER_RC_H100_PAD}{&}
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}
19 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD% 19 \opt{IPOD_4G_PAD,IPOD_3G_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{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 21 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
22 \opt{IRIVER_RC_H100_PAD}{&}
23 \opt{ONDIO_PAD}{\ButtonMenu} 22 \opt{ONDIO_PAD}{\ButtonMenu}
24 & Toggle Play/Pause\\ 23 \opt{IRIVER_RC_H100_PAD}{&}
24 & Toggle Play/Pause\\
25 % 25 %
26 \end{btnmap} 26 \end{btnmap}
27\end{table} 27\end{table}
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index bf78774cd8..65326feaae 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -11,56 +11,56 @@ into itself.
11 \begin{btnmap}{}{} 11 \begin{btnmap}{}{}
12 \multicolumn{2}{c}{\textbf{In menu}}\\\hline 12 \multicolumn{2}{c}{\textbf{In menu}}\\\hline
13 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 13 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
14 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 14 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
15 {\ButtonUp{} / \ButtonDown} 15 {\ButtonUp{} / \ButtonDown}
16 \opt{IRIVER_RC_H100_PAD}{&}
17 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 16 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
18 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 17 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
18 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
24 \opt{ONDIO_PAD}{\ButtonRight} 23 \opt{ONDIO_PAD}{\ButtonRight}
24 \opt{IRIVER_RC_H100_PAD}{&}
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}
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
29 \opt{IRIVER_RC_H100_PAD}{&}
30 \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}
31 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 30 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
32 \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}{&}
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}
36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
37 \opt{IRIVER_RC_H100_PAD}{&}
38 \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%
39 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 38 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
40 \opt{IRIVER_H10_PAD}{\ButtonFF} 39 \opt{IRIVER_H10_PAD}{\ButtonFF}
40 \opt{IRIVER_RC_H100_PAD}{&}
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%
44 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 44 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
45 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 45 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
46 \opt{IRIVER_RC_H100_PAD}{&}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
48 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 47 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
48 \opt{IRIVER_RC_H100_PAD}{&}
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}
52 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 52 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
53 \opt{IRIVER_RC_H100_PAD}{&}
54 \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%
55 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 54 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
56 \opt{IRIVER_H10_PAD}{\ButtonFF} 55 \opt{IRIVER_H10_PAD}{\ButtonFF}
56 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
60 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 59 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
61 \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%
62 ,MROBE100_PAD}{\ButtonPower} 61 ,MROBE100_PAD}{\ButtonPower}
63 \opt{GIGABEAT_S_PAD}{\ButtonBack} 62 \opt{GIGABEAT_S_PAD}{\ButtonBack}
63 \opt{IRIVER_RC_H100_PAD}{&}
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 e79f0d9e30..e1fad1876b 100644
--- a/manual/plugins/sokoban.tex
+++ b/manual/plugins/sokoban.tex
@@ -24,67 +24,67 @@ information about the level format, see
24 \opt{IRIVER_RC_H100_PAD}{&} 24 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
28\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 27\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
29\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}
30\opt{GIGABEAT_S_PAD}{\ButtonMenu} 29\opt{GIGABEAT_S_PAD}{\ButtonMenu}
30 \opt{IRIVER_RC_H100_PAD}{&}
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}
34 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 34 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
35 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown} 35 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown}
36 \opt{IRIVER_RC_H100_PAD}{&}
37 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft} 36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonLeft}
38 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown} 37 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown}
39 \opt{GIGABEAT_PAD,SANSA_C200_PAD}{\ButtonVolDown} 38 \opt{GIGABEAT_PAD,SANSA_C200_PAD}{\ButtonVolDown}
40 \opt{MROBE10_PAD}{\ButtonDisplay} 39 \opt{MROBE10_PAD}{\ButtonDisplay}
41 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown} 40 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonDown}
42 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 41 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
42 \opt{IRIVER_RC_H100_PAD}{&}
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}{
46 \opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonFTwo} 46 \opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonFTwo}
47 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} 47 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
48 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 48 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
49 \opt{IRIVER_RC_H100_PAD}{&}
50 \opt{IAUDIO_X5_PAD}{\ButtonRec} 49 \opt{IAUDIO_X5_PAD}{\ButtonRec}
51 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight} 50 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight}
52 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu} 51 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
53 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight} 52 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight}
54 \opt{GIGABEAT_S_PAD}{\ButtonPlay} 53 \opt{GIGABEAT_S_PAD}{\ButtonPlay}
54 \opt{IRIVER_RC_H100_PAD}{&}
55 & Restart level \\ 55 & Restart level \\
56} 56}
57\nopt{IAUDIO_X5_PAD}{ 57\nopt{IAUDIO_X5_PAD}{
58 \opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonFThree} 58 \opt{RECORDER_PAD,ARCHOS_AV300_PAD}{\ButtonFThree}
59 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight} 59 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonRight}
60 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp} 60 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp}
61 \opt{IRIVER_RC_H100_PAD}{&}
62 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight} 61 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonRight}
63 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp} 62 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp}
64 \opt{GIGABEAT_PAD,SANSA_C200_PAD}{\ButtonVolUp} 63 \opt{GIGABEAT_PAD,SANSA_C200_PAD}{\ButtonVolUp}
65 \opt{GIGABEAT_S_PAD}{\ButtonNext} 64 \opt{GIGABEAT_S_PAD}{\ButtonNext}
66 \opt{MROBE100_PAD}{\ButtonPlay} 65 \opt{MROBE100_PAD}{\ButtonPlay}
67 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonUp} 66 \opt{SANSA_E200_PAD}{\ButtonSelect+\ButtonUp}
67 \opt{IRIVER_RC_H100_PAD}{&}
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}
71\opt{ONDIO_PAD}{\ButtonMenu} 71\opt{ONDIO_PAD}{\ButtonMenu}
72\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} 72\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
73 \opt{IRIVER_RC_H100_PAD}{&}
74\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}
75\opt{IRIVER_H10_PAD}{\ButtonRew} 74\opt{IRIVER_H10_PAD}{\ButtonRew}
76\opt{GIGABEAT_S_PAD}{\ButtonVolUp} 75\opt{GIGABEAT_S_PAD}{\ButtonVolUp}
76 \opt{IRIVER_RC_H100_PAD}{&}
77 & Undo last movement \\ 77 & Undo last movement \\
78\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD}{\ButtonPlay} 78\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
79\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown} 79\opt{ONDIO_PAD}{\ButtonMenu+\ButtonDown}
80\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 80\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
81 \opt{IRIVER_RC_H100_PAD}{&}
82\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 81\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
83\opt{IRIVER_H10_PAD}{\ButtonFF} 82\opt{IRIVER_H10_PAD}{\ButtonFF}
84\opt{GIGABEAT_PAD}{\ButtonA} 83\opt{GIGABEAT_PAD}{\ButtonA}
85\opt{GIGABEAT_S_PAD}{\ButtonVolDown} 84\opt{GIGABEAT_S_PAD}{\ButtonVolDown}
86\opt{MROBE100_PAD}{\ButtonDisplay} 85\opt{MROBE100_PAD}{\ButtonDisplay}
87\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 86\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
87 \opt{IRIVER_RC_H100_PAD}{&}
88 & Redo previously undone move \\ 88 & Redo previously undone move \\
89\hline 89\hline
90\multicolumn{2}{c}{\textbf{Solution playback}} \\ 90\multicolumn{2}{c}{\textbf{Solution playback}} \\
@@ -92,24 +92,25 @@ information about the level format, see
92\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 92\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
93\opt{ONDIO_PAD}{\ButtonMenu} 93\opt{ONDIO_PAD}{\ButtonMenu}
94\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 94\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
95 \opt{IRIVER_RC_H100_PAD}{&}
96\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% 95\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
97 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 96 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
97 \opt{IRIVER_RC_H100_PAD}{&}
98 & Pause/resume \\ 98 & Pause/resume \\
99\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD% 99\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} 100 ,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}
101 {\ButtonUp/\ButtonDown} 101 {\ButtonUp/\ButtonDown}
102 \opt{IRIVER_RC_H100_PAD}{&}
103\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay} 102\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
104\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown} 103\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
104 \opt{IRIVER_RC_H100_PAD}{&}
105 & Increase/decrease playback speed \\ 105 & Increase/decrease playback speed \\
106 \ButtonLeft/\ButtonRight \opt{IRIVER_RC_H100_PAD}{&} 106 \ButtonLeft/\ButtonRight
107 \opt{IRIVER_RC_H100_PAD}{&}
107 & Go backward/forward (while paused) \\ 108 & Go backward/forward (while paused) \\
108\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 109\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
109 \opt{IRIVER_RC_H100_PAD}{&}%
110\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 110\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} 111\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
112\opt{GIGABEAT_S_PAD}{\ButtonMenu} 112\opt{GIGABEAT_S_PAD}{\ButtonMenu}
113 \opt{IRIVER_RC_H100_PAD}{&}%
113 & Quit \\ 114 & Quit \\
114\end{btnmap} 115\end{btnmap}
115\end{table} 116\end{table}
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex
index 69bf00aed3..d41bfbcf21 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{IRIVER_RC_H100_PAD}{&}
25 & Move Cursor around.\\ 25 & Move Cursor around.\\
26 % 26 %
27 \opt{RECORDER_PAD}{\ButtonOn} 27 \opt{RECORDER_PAD}{\ButtonOn}
@@ -29,28 +29,27 @@ visit
29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
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_RC_H100_PAD}{&}
33 \opt{IRIVER_H10_PAD}{\ButtonPlay} 32 \opt{IRIVER_H10_PAD}{\ButtonPlay}
33 \opt{IRIVER_RC_H100_PAD}{&}
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}
37 \opt{ONDIO_PAD}{Long \ButtonMenu} 37 \opt{ONDIO_PAD}{Long \ButtonMenu}
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
39 \opt{IRIVER_RC_H100_PAD}{&}
40 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 39 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
41 {\ButtonMenu} 40 {\ButtonMenu}
42 \opt{IAUDIO_X5_PAD}{\ButtonPlay} 41 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
43 \opt{IRIVER_H10_PAD}{Long \ButtonLeft} 42 \opt{IRIVER_H10_PAD}{Long \ButtonLeft}
44 \opt{SANSA_E200_PAD}{\ButtonRec} 43 \opt{SANSA_E200_PAD}{\ButtonRec}
45 \opt{SANSA_C200_PAD}{\ButtonVolDown} 44 \opt{SANSA_C200_PAD}{\ButtonVolDown}
45 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
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}
51 \opt{ONDIO_PAD}{Long \ButtonDown} 51 \opt{ONDIO_PAD}{Long \ButtonDown}
52 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonLeft} 52 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonLeft}
53 \opt{IRIVER_RC_H100_PAD}{&}
54 \opt{IAUDIO_X5_PAD}{Long \ButtonPlay} 53 \opt{IAUDIO_X5_PAD}{Long \ButtonPlay}
55 \opt{IRIVER_H10_PAD}{\ButtonFF} 54 \opt{IRIVER_H10_PAD}{\ButtonFF}
56 \opt{SANSA_E200_PAD}{\ButtonLeft} 55 \opt{SANSA_E200_PAD}{\ButtonLeft}
@@ -58,36 +57,37 @@ visit
58 \opt{GIGABEAT_PAD}{\ButtonA{} + \ButtonLeft} 57 \opt{GIGABEAT_PAD}{\ButtonA{} + \ButtonLeft}
59 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonLeft} 58 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonLeft}
60 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonLeft} 59 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonLeft}
60 \opt{IRIVER_RC_H100_PAD}{&}
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}
64 \opt{ONDIO_PAD}{Long \ButtonUp} 64 \opt{ONDIO_PAD}{Long \ButtonUp}
65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 65 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
66 ,MROBE100_PAD,SANSA_C200_PAD}{Long \ButtonSelect} 66 ,MROBE100_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
67 \opt{IRIVER_RC_H100_PAD}{&}
68 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonMenu} 67 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonMenu}
69 \opt{IAUDIO_X5_PAD}{Long \ButtonSelect} 68 \opt{IAUDIO_X5_PAD}{Long \ButtonSelect}
70 \opt{IRIVER_H10_PAD}{\ButtonRew} 69 \opt{IRIVER_H10_PAD}{\ButtonRew}
71 \opt{SANSA_E200_PAD}{\ButtonRec{} + \ButtonRight} 70 \opt{SANSA_E200_PAD}{\ButtonRec{} + \ButtonRight}
71 \opt{IRIVER_RC_H100_PAD}{&}
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}
75 \opt{IRIVER_H10_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonRight} 75 \opt{IRIVER_H10_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonRight}
76 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonRight} 76 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn{} + \ButtonRight}
77 \opt{IRIVER_RC_H100_PAD}{&}
78 \opt{IAUDIO_X5_PAD}{\ButtonRec} 77 \opt{IAUDIO_X5_PAD}{\ButtonRec}
79 \opt{SANSA_E200_PAD}{\ButtonRight} 78 \opt{SANSA_E200_PAD}{\ButtonRight}
80 \opt{GIGABEAT_PAD}{\ButtonA{} + \ButtonRight} 79 \opt{GIGABEAT_PAD}{\ButtonA{} + \ButtonRight}
81 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonRight} 80 \opt{GIGABEAT_S_PAD}{\ButtonSelect{} + \ButtonRight}
82 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonRight} 81 \opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonRight}
83 \opt{SANSA_C200_PAD}{\ButtonVolUp} 82 \opt{SANSA_C200_PAD}{\ButtonVolUp}
83 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
88 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect} 87 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} + \ButtonSelect}
89 \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}
90 \opt{GIGABEAT_S_PAD}{\ButtonBack} 89 \opt{GIGABEAT_S_PAD}{\ButtonBack}
90 \opt{IRIVER_RC_H100_PAD}{&}
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 13af46c2fb..e1f238704e 100644
--- a/manual/plugins/spacerocks.tex
+++ b/manual/plugins/spacerocks.tex
@@ -12,48 +12,48 @@ UFO will appear -- shoot this for extra points.
12 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 12 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
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_RC_H100_PAD}{&}
16 \opt{IRIVER_H10_PAD}{\ButtonRew} 15 \opt{IRIVER_H10_PAD}{\ButtonRew}
16 \opt{IRIVER_RC_H100_PAD}{&}
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%
20 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 20 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
21 {\ButtonUp} 21 {\ButtonUp}
22 \opt{IRIVER_RC_H100_PAD}{&}
23 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 22 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
24 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 23 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
24 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
31 \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}{&}
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%
35 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 35 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
36 {\ButtonDown} 36 {\ButtonDown}
37 \opt{IRIVER_RC_H100_PAD}{&}
38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 37 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
39 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 38 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
39 \opt{IRIVER_RC_H100_PAD}{&}
40 & Teleport\\ 40 & Teleport\\
41 % 41 %
42 \opt{RECORDER_PAD}{\ButtonOn} 42 \opt{RECORDER_PAD}{\ButtonOn}
43 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff} 43 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
45 \opt{IRIVER_RC_H100_PAD}{&}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
47 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 46 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
48 \opt{GIGABEAT_PAD}{\ButtonA} 47 \opt{GIGABEAT_PAD}{\ButtonA}
49 \opt{MROBE100_PAD}{\ButtonDisplay} 48 \opt{MROBE100_PAD}{\ButtonDisplay}
49 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
54 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
55 \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}
56 \opt{GIGABEAT_S_PAD}{\ButtonBack} 55 \opt{GIGABEAT_S_PAD}{\ButtonBack}
56 \opt{IRIVER_RC_H100_PAD}{&}
57 & Quit\\ 57 & Quit\\
58 \end{btnmap} 58 \end{btnmap}
59\end{table} 59\end{table}
diff --git a/manual/plugins/split_editor.tex b/manual/plugins/split_editor.tex
index 6ad7a0518e..a38a49d5a8 100644
--- a/manual/plugins/split_editor.tex
+++ b/manual/plugins/split_editor.tex
@@ -114,7 +114,7 @@ The whole process of splitting an mp3 file consists of three steps:
114 114
115 \begin{table} 115 \begin{table}
116 \begin{btnmap}{Controls in the split editor}{} 116 \begin{btnmap}{Controls in the split editor}{}
117 \ButtonOff \opt{IRIVER_RC_H100_PAD}{&} & Quit plugin \\ 117 \ButtonOff & Quit plugin \\
118 % 118 %
119 \ButtonLeft\ / \ButtonRight & Move the split point indicator \\ 119 \ButtonLeft\ / \ButtonRight & Move the split point indicator \\
120 % 120 %
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex
index 0cccda2da1..1a6416d2b2 100644
--- a/manual/plugins/star.tex
+++ b/manual/plugins/star.tex
@@ -13,69 +13,69 @@ 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{IRIVER_RC_H100_PAD}{&}
17 & Move Left\\ 17 & Move Left\\
18 \ButtonRight 18 \ButtonRight
19 \opt{IRIVER_RC_H100_PAD}{&} 19 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
25 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
26 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 25 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
26 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} 31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
33 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 32 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
33 \opt{IRIVER_RC_H100_PAD}{&}
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}
37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
38 \opt{IRIVER_RC_H100_PAD}{&}
39 \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%
40 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 39 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
41 \opt{IRIVER_H10_PAD}{\ButtonRew} 40 \opt{IRIVER_H10_PAD}{\ButtonRew}
41 \opt{IRIVER_RC_H100_PAD}{&}
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}
45 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft} 45 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonLeft}
46 \opt{IRIVER_RC_H100_PAD}{&}
47 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonLeft} 46 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonLeft}
48 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown} 47 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonDown}
49 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown} 48 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollDown}
50 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} 49 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
51 \opt{MROBE100_PAD}{\ButtonMenu} 50 \opt{MROBE100_PAD}{\ButtonMenu}
51 \opt{IRIVER_RC_H100_PAD}{&}
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}
55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp} 55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonUp}
56 \opt{IRIVER_RC_H100_PAD}{&}
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay} 56 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
58 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight} 57 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay+\ButtonRight}
59 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonDown} 58 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonDown}
60 \opt{GIGABEAT_PAD}{\ButtonA} 59 \opt{GIGABEAT_PAD}{\ButtonA}
61 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 60 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
62 \opt{MROBE100_PAD}{\ButtonDisplay} 61 \opt{MROBE100_PAD}{\ButtonDisplay}
62 \opt{IRIVER_RC_H100_PAD}{&}
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}
66 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight} 66 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode+\ButtonRight}
67 \opt{IRIVER_RC_H100_PAD}{&}
68 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight} 67 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect+\ButtonRight}
69 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight} 68 \opt{IAUDIO_X5_PAD}{\ButtonPlay+\ButtonRight}
70 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp} 69 \opt{IRIVER_H10_PAD}{\ButtonPlay+\ButtonScrollUp}
71 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} 70 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
72 \opt{MROBE100_PAD}{\ButtonPlay} 71 \opt{MROBE100_PAD}{\ButtonPlay}
72 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu} 75 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
77 \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}
78 \opt{GIGABEAT_S_PAD}{\ButtonBack} 77 \opt{GIGABEAT_S_PAD}{\ButtonBack}
78 \opt{IRIVER_RC_H100_PAD}{&}
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 ab0ea8f497..2b5f8c3ca7 100644
--- a/manual/plugins/starfield.tex
+++ b/manual/plugins/starfield.tex
@@ -12,8 +12,8 @@ Starfield simulation (like the classic screensaver).
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_RC_H100_PAD}{&}
16 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown} 15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
16 \opt{IRIVER_RC_H100_PAD}{&}
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%
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index f392526979..87fcd51695 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -7,11 +7,11 @@ A simple stopwatch program with support for saving times.
7 \begin{btnmap}{}{} 7 \begin{btnmap}{}{}
8 \opt{PLAYER_PAD}{\ButtonMenu} 8 \opt{PLAYER_PAD}{\ButtonMenu}
9 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 9 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
10 \opt{IRIVER_RC_H100_PAD}{&}
11 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 10 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
12 \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%
13 ,MROBE100_PAD}{\ButtonPower} 12 ,MROBE100_PAD}{\ButtonPower}
14 \opt{GIGABEAT_S_PAD}{\ButtonBack} 13 \opt{GIGABEAT_S_PAD}{\ButtonBack}
14 \opt{IRIVER_RC_H100_PAD}{&}
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}
@@ -25,28 +25,28 @@ A simple stopwatch program with support for saving times.
25 \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD% 25 \opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
26 ,SANSA_C200_PAD}{\ButtonLeft} 26 ,SANSA_C200_PAD}{\ButtonLeft}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown} 27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown}
28 \opt{IRIVER_RC_H100_PAD}{&}
29 \opt{IRIVER_H10_PAD}{\ButtonRew} 28 \opt{IRIVER_H10_PAD}{\ButtonRew}
30 \opt{IAUDIO_X5_PAD}{\ButtonRec} 29 \opt{IAUDIO_X5_PAD}{\ButtonRec}
31 \opt{GIGABEAT_PAD}{\ButtonA} 30 \opt{GIGABEAT_PAD}{\ButtonA}
32 \opt{GIGABEAT_S_PAD}{\ButtonMenu} 31 \opt{GIGABEAT_S_PAD}{\ButtonMenu}
33 \opt{MROBE100_PAD}{\ButtonDisplay} 32 \opt{MROBE100_PAD}{\ButtonDisplay}
33 \opt{IRIVER_RC_H100_PAD}{&}
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}
37 \opt{IRIVER_RC_H100_PAD}{&}
38 \opt{ONDIO_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu} 37 \opt{ONDIO_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight} 38 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
40 \opt{IRIVER_H10_PAD}{\ButtonFF} 39 \opt{IRIVER_H10_PAD}{\ButtonFF}
41 \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}{&}
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}
45 \opt{IRIVER_RC_H100_PAD}{&}
46 \opt{RECORDER_PAD,ONDIO_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD% 45 \opt{RECORDER_PAD,ONDIO_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
47 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown} 46 ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp{} / \ButtonDown}
48 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 47 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
49 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} 48 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
49 \opt{IRIVER_RC_H100_PAD}{&}
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 8bdd5ff0a1..ff04536596 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -32,9 +32,9 @@ settings.
32 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 32 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
33 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD} 33 ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
34 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight} 34 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
35 \opt{IRIVER_RC_H100_PAD}{&}
36 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack} 35 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
37 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight} 36 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
37 \opt{IRIVER_RC_H100_PAD}{&}
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\\}
@@ -42,51 +42,51 @@ settings.
42 \opt{RECORDER_PAD}{\ButtonPlay} 42 \opt{RECORDER_PAD}{\ButtonPlay}
43 \opt{ONDIO_PAD}{\ButtonMenu} 43 \opt{ONDIO_PAD}{\ButtonMenu}
44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} / \ButtonOn} 44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} / \ButtonOn}
45 \opt{IRIVER_RC_H100_PAD}{&}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft{} / \ButtonRight} 45 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft{} / \ButtonRight}
47 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect} 46 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}
48 \opt{IRIVER_H10_PAD}{\ButtonRew} 47 \opt{IRIVER_H10_PAD}{\ButtonRew}
49 \opt{SANSA_E200_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd} 48 \opt{SANSA_E200_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd}
50 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown} 49 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
50 \opt{IRIVER_RC_H100_PAD}{&}
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}
54 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonDown} 54 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonDown}
55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOn} 55 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOn}
56 \opt{IRIVER_RC_H100_PAD}{&}
57 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft{} / \ButtonRight} 56 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft{} / \ButtonRight}
58 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{Long \ButtonSelect} 57 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{Long \ButtonSelect}
59 \opt{IRIVER_H10_PAD}{Long \ButtonRew} 58 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
60 \opt{SANSA_E200_PAD}{Long \ButtonScrollBack{} / \ButtonScrollFwd} 59 \opt{SANSA_E200_PAD}{Long \ButtonScrollBack{} / \ButtonScrollFwd}
61 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown} 60 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
61 \opt{IRIVER_RC_H100_PAD}{&}
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}
65 \opt{ONDIO_PAD}{Long \ButtonMenu} 65 \opt{ONDIO_PAD}{Long \ButtonMenu}
66 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 66 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
67 \opt{IRIVER_RC_H100_PAD}{&}
68 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} 67 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
69 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 68 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
70 \opt{SANSA_E200_PAD}{\ButtonSelect} 69 \opt{SANSA_E200_PAD}{\ButtonSelect}
71 \opt{SANSA_C200_PAD}{\ButtonPower} 70 \opt{SANSA_C200_PAD}{\ButtonPower}
71 \opt{IRIVER_RC_H100_PAD}{&}
72 & Open Menu\\ 72 & Open Menu\\
73 % 73 %
74 \opt{RECORDER_PAD}{\ButtonFTwo} 74 \opt{RECORDER_PAD}{\ButtonFTwo}
75 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 75 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
76 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 76 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
77 \opt{IRIVER_RC_H100_PAD}{&}
78 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 77 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
79 \opt{IRIVER_H10_PAD}{\ButtonFF} 78 \opt{IRIVER_H10_PAD}{\ButtonFF}
80 \opt{GIGABEAT_PAD}{\ButtonA} 79 \opt{GIGABEAT_PAD}{\ButtonA}
81 \opt{MROBE100_PAD}{\ButtonDisplay} 80 \opt{MROBE100_PAD}{\ButtonDisplay}
81 \opt{IRIVER_RC_H100_PAD}{&}
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}
85 \opt{IRIVER_RC_H100_PAD}{&}
86 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 85 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
87 ,MROBE100_PAD}{\ButtonPower} 86 ,MROBE100_PAD}{\ButtonPower}
88 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Menu $\rightarrow$ Quit} 87 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Menu $\rightarrow$ Quit}
89 \opt{SANSA_C200_PAD}{Long \ButtonPower} 88 \opt{SANSA_C200_PAD}{Long \ButtonPower}
89 \opt{IRIVER_RC_H100_PAD}{&}
90 & Quit\\ 90 & Quit\\
91 % 91 %
92 \end{btnmap} 92 \end{btnmap}
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex
index 7863f7d3dc..5fa1ba25d3 100644
--- a/manual/plugins/text_editor.tex
+++ b/manual/plugins/text_editor.tex
@@ -20,10 +20,10 @@ the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
20 20
21\begin{table} 21\begin{table}
22 \begin{btnmap}{}{} 22 \begin{btnmap}{}{}
23 \ActionStdOk \opt{IRIVER_RC_H100_PAD}{&} & Edit Line / Select Character\\ 23 \ActionStdOk \opt{HAVEREMOTEKEYPAD}{&} & Edit Line / Select Character\\
24 \ActionStdCancel \opt{IRIVER_RC_H100_PAD}{&} & Exit / Abort Editing\\ 24 \ActionStdCancel \opt{HAVEREMOTEKEYPAD}{&} & Exit / Abort Editing\\
25 \ActionStdMenu \opt{IRIVER_RC_H100_PAD}{&} & Show Item Menu\\ 25 \ActionStdMenu \opt{HAVEREMOTEKEYPAD}{&} & Show Item Menu\\
26 \ActionStdContext \opt{IRIVER_RC_H100_PAD}{&} & Delete Line\\ 26 \ActionStdContext \opt{HAVEREMOTEKEYPAD}{&} & Delete Line\\
27 \end{btnmap} 27 \end{btnmap}
28\end{table} 28\end{table}
29 29
diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex
index 9b2ffac5fb..39057dfdc7 100644
--- a/manual/plugins/text_viewer.tex
+++ b/manual/plugins/text_viewer.tex
@@ -11,21 +11,21 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
11 \opt{PLAYER_PAD}{\ButtonLeft} 11 \opt{PLAYER_PAD}{\ButtonLeft}
12 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 12 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
13 ,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp} 13 ,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp}
14 \opt{IRIVER_RC_H100_PAD}{&}
15 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} 14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
16 \opt{IRIVER_H10_PAD}{\ButtonScrollUp} 15 \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
17 \opt{SANSA_C200_PAD}{\ButtonVolUp} 16 \opt{SANSA_C200_PAD}{\ButtonVolUp}
18 \opt{GIGABEAT_S_PAD}{\ButtonPrev} 17 \opt{GIGABEAT_S_PAD}{\ButtonPrev}
18 \opt{IRIVER_RC_H100_PAD}{&}
19 & Scroll{}-up\\ 19 & Scroll{}-up\\
20 20
21 \opt{PLAYER_PAD}{\ButtonRight} 21 \opt{PLAYER_PAD}{\ButtonRight}
22 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% 22 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
23 ,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonDown} 23 ,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonDown}
24 \opt{IRIVER_RC_H100_PAD}{&}
25 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} 24 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
26 \opt{IRIVER_H10_PAD}{\ButtonScrollDown} 25 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
27 \opt{SANSA_C200_PAD}{\ButtonVolDown} 26 \opt{SANSA_C200_PAD}{\ButtonVolDown}
28 \opt{GIGABEAT_S_PAD}{\ButtonNext} 27 \opt{GIGABEAT_S_PAD}{\ButtonNext}
28 \opt{IRIVER_RC_H100_PAD}{&}
29 & Scroll{}-down\\ 29 & Scroll{}-down\\
30 30
31 \opt{PLAYER_PAD}{\ButtonMenu+\ButtonLeft} 31 \opt{PLAYER_PAD}{\ButtonMenu+\ButtonLeft}
@@ -45,45 +45,45 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
45 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% 45 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
46 ,SANSA_C200_PAD,GIGABEAT_S_PAD}{% 46 ,SANSA_C200_PAD,GIGABEAT_S_PAD}{%
47 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp} 47 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp}
48 \opt{IRIVER_RC_H100_PAD}{&}
49 \opt{SANSA_E200_PAD}{\ButtonScrollBack} 48 \opt{SANSA_E200_PAD}{\ButtonScrollBack}
50 \opt{SANSA_C200_PAD}{\ButtonUp} 49 \opt{SANSA_C200_PAD}{\ButtonUp}
51 \opt{GIGABEAT_S_PAD}{\ButtonUp} 50 \opt{GIGABEAT_S_PAD}{\ButtonUp}
51 \opt{IRIVER_RC_H100_PAD}{&}
52 & One line up\\ 52 & One line up\\
53 } 53 }
54 54
55 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD% 55 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
56 ,SANSA_C200_PAD,GIGABEAT_S_PAD}{% 56 ,SANSA_C200_PAD,GIGABEAT_S_PAD}{%
57 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown} 57 \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown}
58 \opt{IRIVER_RC_H100_PAD}{&}
59 \opt{SANSA_E200_PAD}{\ButtonScrollFwd} 58 \opt{SANSA_E200_PAD}{\ButtonScrollFwd}
60 \opt{SANSA_C200_PAD}{\ButtonDown} 59 \opt{SANSA_C200_PAD}{\ButtonDown}
61 \opt{GIGABEAT_S_PAD}{\ButtonDown} 60 \opt{GIGABEAT_S_PAD}{\ButtonDown}
61 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
68 \opt{GIGABEAT_S_PAD}{\ButtonLeft} 67 \opt{GIGABEAT_S_PAD}{\ButtonLeft}
68 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
75 \opt{GIGABEAT_S_PAD}{\ButtonRight} 74 \opt{GIGABEAT_S_PAD}{\ButtonRight}
75 \opt{IRIVER_RC_H100_PAD}{&}
76 & One column right\\ 76 & One column right\\
77 } 77 }
78 78
79 \opt{RECORDER_PAD,PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 79 \opt{RECORDER_PAD,PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
80 ,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 80 ,IRIVER_H10_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
81 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} 81 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
82 \opt{IRIVER_RC_H100_PAD}{&}
83 \opt{ONDIO_PAD}{\ButtonMenu} 82 \opt{ONDIO_PAD}{\ButtonMenu}
84 \opt{GIGABEAT_PAD}{\ButtonA} 83 \opt{GIGABEAT_PAD}{\ButtonA}
85 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec} 84 \opt{SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonRec}
86 \opt{MROBE100_PAD}{\ButtonDisplay} 85 \opt{MROBE100_PAD}{\ButtonDisplay}
86 \opt{IRIVER_RC_H100_PAD}{&}
87 & Toggle autoscroll\\ 87 & Toggle autoscroll\\
88 88
89 \opt{RECORDER_PAD}{\ButtonFOne} 89 \opt{RECORDER_PAD}{\ButtonFOne}
@@ -91,18 +91,18 @@ files without a \fname{.txt} extension by using \emph{Open with} from the
91 \opt{PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% 91 \opt{PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
92 ,MROBE100_PAD}{\ButtonMenu} 92 ,MROBE100_PAD}{\ButtonMenu}
93 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 93 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
94 \opt{IRIVER_RC_H100_PAD}{&}
95 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonSelect} 94 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_E200_PAD}{\ButtonSelect}
96 \opt{IRIVER_H10_PAD}{\ButtonRew} 95 \opt{IRIVER_H10_PAD}{\ButtonRew}
96 \opt{IRIVER_RC_H100_PAD}{&}
97 & Enter menu\\ 97 & Enter menu\\
98 98
99 \opt{PLAYER_PAD}{\ButtonStop} 99 \opt{PLAYER_PAD}{\ButtonStop}
100 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 100 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
101 \opt{IRIVER_RC_H100_PAD}{&}
102 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 101 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
103 \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%
104 ,MROBE100_PAD}{\ButtonPower} 103 ,MROBE100_PAD}{\ButtonPower}
105 \opt{GIGABEAT_S_PAD}{\ButtonBack} 104 \opt{GIGABEAT_S_PAD}{\ButtonBack}
105 \opt{IRIVER_RC_H100_PAD}{&}
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 3d144610b4..d97db0e10d 100644
--- a/manual/plugins/vumeter.tex
+++ b/manual/plugins/vumeter.tex
@@ -7,47 +7,47 @@ meter is a classic needle style. The digital meter is modelled after
7LED volume displays, and the mini{}-meter option allows for the display 7LED volume displays, and the mini{}-meter option allows for the display
8of small meters in addition to the main display (as above). From the 8of small meters in addition to the main display (as above). From the
9settings menu the decay time for the meter (its memory), the meter type 9settings menu the decay time for the meter (its memory), the meter type
10and the meter scale can be changed. 10and the meter scale can be changed.
11 11
12\begin{table} 12\begin{table}
13\begin{btnmap}{}{} 13\begin{btnmap}{}{}
14\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} 14\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
15 \opt{IRIVER_RC_H100_PAD}{&}
16\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} 15\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
17\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%
18 ,MROBE100_PAD}{\ButtonPower} 17 ,MROBE100_PAD}{\ButtonPower}
19\opt{GIGABEAT_S_PAD}{\ButtonBack} 18\opt{GIGABEAT_S_PAD}{\ButtonBack}
19 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
23\opt{ONDIO_PAD}{\ButtonMenu} 22\opt{ONDIO_PAD}{\ButtonMenu}
24\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} 23\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
25\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 24\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
26\opt{GIGABEAT_PAD}{\ButtonA} 25\opt{GIGABEAT_PAD}{\ButtonA}
27\opt{MROBE100_PAD}{\ButtonDisplay} 26\opt{MROBE100_PAD}{\ButtonDisplay}
28\opt{GIGABEAT_S_PAD}{\ButtonNext} 27\opt{GIGABEAT_S_PAD}{\ButtonNext}
28 \opt{IRIVER_RC_H100_PAD}{&}
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}
32\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% 32\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
33 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect} 33 ,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonSelect}
34 \opt{IRIVER_RC_H100_PAD}{&}
35\opt{IRIVER_H10_PAD}{\ButtonRew} 34\opt{IRIVER_H10_PAD}{\ButtonRew}
36\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}{&}
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{IRIVER_RC_H100_PAD}{&}
41\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd} 40\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollFwd}
42\opt{SANSA_C200_PAD}{\ButtonVolUp} 41\opt{SANSA_C200_PAD}{\ButtonVolUp}
43\opt{IRIVER_H10_PAD}{\ButtonScrollUp} 42\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
43 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
48\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack} 47\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonScrollBack}
49\opt{SANSA_C200_PAD}{\ButtonVolDown} 48\opt{SANSA_C200_PAD}{\ButtonVolDown}
50\opt{IRIVER_H10_PAD}{\ButtonScrollDown} 49\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
50 \opt{IRIVER_RC_H100_PAD}{&}
51 & Lower Volume\\ 51 & Lower Volume\\
52\end{btnmap} 52\end{btnmap}
53\end{table} 53\end{table}
diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex
index 5fdb93e8e7..888cdce818 100644
--- a/manual/plugins/xobox.tex
+++ b/manual/plugins/xobox.tex
@@ -18,19 +18,19 @@ To finish a level you have to section off more than 75\%.
18 \opt{IRIVER_RC_H100_PAD}{&} 18 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
22 \opt{ONDIO_PAD}{\ButtonMenu} 21 \opt{ONDIO_PAD}{\ButtonMenu}
23 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect} 22 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
24 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,RECORDER_PAD,GIGABEAT_S_PAD}{\ButtonPlay} 23 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,RECORDER_PAD,GIGABEAT_S_PAD}{\ButtonPlay}
25 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} 24 \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
26 \opt{GIGABEAT_PAD}{\ButtonA} 25 \opt{GIGABEAT_PAD}{\ButtonA}
27 \opt{MROBE100_PAD}{\ButtonDisplay} 26 \opt{MROBE100_PAD}{\ButtonDisplay}
27 \opt{IRIVER_RC_H100_PAD}{&}
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{IRIVER_RC_H100_PAD}{&}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu} 30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu}
32 \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}
33 \opt{GIGABEAT_S_PAD}{\ButtonBack} 32 \opt{GIGABEAT_S_PAD}{\ButtonBack}
33 \opt{IRIVER_RC_H100_PAD}{&}
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 650b67db37..f9731c8d03 100644
--- a/manual/plugins/zxbox.tex
+++ b/manual/plugins/zxbox.tex
@@ -26,20 +26,20 @@ including an additional but fixed menu button, are assigned as follows:
26 ,SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonSelect} 26 ,SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonSelect}
27 \opt{RECORDER_PAD}{\ButtonPlay} 27 \opt{RECORDER_PAD}{\ButtonPlay}
28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} 28 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
29 \opt{IRIVER_RC_H100_PAD}{&}
30 \opt{ONDIO_PAD}{\ButtonMenu} 29 \opt{ONDIO_PAD}{\ButtonMenu}
31 \opt{IRIVER_H10_PAD}{\ButtonRew} 30 \opt{IRIVER_H10_PAD}{\ButtonRew}
31 \opt{IRIVER_RC_H100_PAD}{&}
32 & Jump/Fire\\ 32 & Jump/Fire\\
33 % 33 %
34 \opt{RECORDER_PAD}{\ButtonFOne} 34 \opt{RECORDER_PAD}{\ButtonFOne}
35 \opt{ONDIO_PAD}{\ButtonOff} 35 \opt{ONDIO_PAD}{\ButtonOff}
36 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonHold{} switch} 36 \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonHold{} switch}
37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} 37 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
38 \opt{IRIVER_RC_H100_PAD}{&}
39 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu} 38 \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonMenu}
40 \opt{SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonPower} 39 \opt{SANSA_C200_PAD,SANSA_E200_PAD,MROBE100_PAD}{\ButtonPower}
41 \opt{IAUDIO_X5_PAD}{\ButtonPlay} 40 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
42 \opt{IRIVER_H10_PAD}{\ButtonFF} 41 \opt{IRIVER_H10_PAD}{\ButtonFF}
42 \opt{IRIVER_RC_H100_PAD}{&}
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/images/m3-remote.svg b/manual/rockbox_interface/images/m3-remote.svg
index 90aa4713f2..39cac965ea 100644
--- a/manual/rockbox_interface/images/m3-remote.svg
+++ b/manual/rockbox_interface/images/m3-remote.svg
@@ -17,7 +17,7 @@
17 id="svg2" 17 id="svg2"
18 sodipodi:version="0.32" 18 sodipodi:version="0.32"
19 inkscape:version="0.46" 19 inkscape:version="0.46"
20 sodipodi:docname="Iaudio remote.svg" 20 sodipodi:docname="m3-remote.svg"
21 inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata 21 inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
22 id="metadata184"><rdf:RDF><cc:Work 22 id="metadata184"><rdf:RDF><cc:Work
23 rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type 23 rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
@@ -35,10 +35,10 @@
35 id="base" 35 id="base"
36 showgrid="false" 36 showgrid="false"
37 inkscape:zoom="1.2062359" 37 inkscape:zoom="1.2062359"
38 inkscape:cx="42.780846" 38 inkscape:cx="-52.557056"
39 inkscape:cy="340.44738" 39 inkscape:cy="195.416"
40 inkscape:window-x="-4" 40 inkscape:window-x="11"
41 inkscape:window-y="-4" 41 inkscape:window-y="-7"
42 inkscape:current-layer="svg2" /> 42 inkscape:current-layer="svg2" />
43 <defs 43 <defs
44 id="defs4"><linearGradient 44 id="defs4"><linearGradient
@@ -1013,6 +1013,7 @@
1013 id="tspan2610" 1013 id="tspan2610"
1014 x="398.13913" 1014 x="398.13913"
1015 y="-261.38876">Rewind</tspan></text> 1015 y="-261.38876">Rewind</tspan></text>
1016
1016<text 1017<text
1017 xml:space="preserve" 1018 xml:space="preserve"
1018 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1019 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1027,6 +1028,7 @@
1027 id="tspan2614" 1028 id="tspan2614"
1028 x="1118.828" 1029 x="1118.828"
1029 y="-48.745228">Play</tspan></text> 1030 y="-48.745228">Play</tspan></text>
1031
1030<text 1032<text
1031 xml:space="preserve" 1033 xml:space="preserve"
1032 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1034 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1041,6 +1043,7 @@
1041 id="tspan2618" 1043 id="tspan2618"
1042 x="1895.422" 1044 x="1895.422"
1043 y="-254.87532">Forward</tspan></text> 1045 y="-254.87532">Forward</tspan></text>
1046
1044<text 1047<text
1045 xml:space="preserve" 1048 xml:space="preserve"
1046 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1049 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1055,6 +1058,7 @@
1055 id="tspan2622" 1058 id="tspan2622"
1056 x="1975.6992" 1059 x="1975.6992"
1057 y="56.956112">Mode</tspan></text> 1060 y="56.956112">Mode</tspan></text>
1061
1058<text 1062<text
1059 xml:space="preserve" 1063 xml:space="preserve"
1060 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1064 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1069,6 +1073,7 @@
1069 id="tspan2626" 1073 id="tspan2626"
1070 x="2710.0549" 1074 x="2710.0549"
1071 y="57.86755">Rec</tspan></text> 1075 y="57.86755">Rec</tspan></text>
1076
1072<text 1077<text
1073 xml:space="preserve" 1078 xml:space="preserve"
1074 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1079 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1086,7 +1091,8 @@
1086 sodipodi:role="line" 1091 sodipodi:role="line"
1087 x="312.92493" 1092 x="312.92493"
1088 y="2852.2678" 1093 y="2852.2678"
1089 id="tspan6394">Down</tspan></text> 1094 id="tspan6394">Up</tspan></text>
1095
1090<text 1096<text
1091 xml:space="preserve" 1097 xml:space="preserve"
1092 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1098 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1104,7 +1110,8 @@
1104 sodipodi:role="line" 1110 sodipodi:role="line"
1105 x="1869.9259" 1111 x="1869.9259"
1106 y="2852.2678" 1112 y="2852.2678"
1107 id="tspan6396">Up</tspan></text> 1113 id="tspan6396">Down</tspan></text>
1114
1108<text 1115<text
1109 xml:space="preserve" 1116 xml:space="preserve"
1110 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1117 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1119,6 +1126,7 @@
1119 id="tspan2642" 1126 id="tspan2642"
1120 x="1076.5931" 1127 x="1076.5931"
1121 y="2286.0151">Menu</tspan></text> 1128 y="2286.0151">Menu</tspan></text>
1129
1122<text 1130<text
1123 xml:space="preserve" 1131 xml:space="preserve"
1124 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans" 1132 style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
@@ -1129,7 +1137,8 @@
1129 inkscape:export-xdpi="90" 1137 inkscape:export-xdpi="90"
1130 inkscape:export-ydpi="90"><tspan 1138 inkscape:export-ydpi="90"><tspan
1131 sodipodi:role="line" 1139 sodipodi:role="line"
1132 id="tspan2646"></tspan></text> 1140 id="tspan2646" /></text>
1141
1133<text 1142<text
1134 xml:space="preserve" 1143 xml:space="preserve"
1135 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype" 1144 style="font-size:266.66668701px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:center;text-decoration:none;line-height:125%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Palatino Linotype;-inkscape-font-specification:Palatino Linotype"
@@ -1144,6 +1153,7 @@
1144 id="tspan2650" 1153 id="tspan2650"
1145 x="2674.1123" 1154 x="2674.1123"
1146 y="2248.1252">Hold</tspan></text> 1155 y="2248.1252">Hold</tspan></text>
1156
1147<path 1157<path
1148 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6.66666698;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" 1158 style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6.66666698;stroke-linecap:butt;stroke-linejoin:miter;marker-start:url(#Arrow1Lstart);marker-end:url(#Arrow1Lend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
1149 d="M 965.02549,-304.9395 C 1078.3835,-374.92288 1178.59,-357.22915 1273.6071,-304.9395" 1159 d="M 965.02549,-304.9395 C 1078.3835,-374.92288 1178.59,-357.22915 1273.6071,-304.9395"
@@ -1278,4 +1288,7 @@
1278 </g><path 1288 </g><path
1279 d="M 2290.1993,1988.1241 L 2713.6167,1988.1241 L 2713.6167,2011.258 L 2290.1993,2011.258 L 2290.1993,1988.1241" 1289 d="M 2290.1993,1988.1241 L 2713.6167,1988.1241 L 2713.6167,2011.258 L 2290.1993,2011.258 L 2290.1993,1988.1241"
1280 id="path9334" 1290 id="path9334"
1281 style="fill:url(#linearGradient10487);stroke:#000000;stroke-width:7.08661461;stroke-linejoin:bevel" /></svg> \ No newline at end of file 1291 style="fill:url(#linearGradient10487);stroke:#000000;stroke-width:7.08661461;stroke-linejoin:bevel" /><g
1292 inkscape:groupmode="layer"
1293 id="layer2"
1294 inkscape:label="text" /></svg> \ No newline at end of file
diff --git a/manual/rockbox_interface/main.tex b/manual/rockbox_interface/main.tex
index af2cfb54f9..d0ab1ded01 100644
--- a/manual/rockbox_interface/main.tex
+++ b/manual/rockbox_interface/main.tex
@@ -429,32 +429,32 @@ To turn on and off your Rockbox enabled \dap{} use the following keys:
429 \begin{table} 429 \begin{table}
430 \begin{btnmap}{}{} 430 \begin{btnmap}{}{}
431 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}% 431 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}%
432 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCOn}%
433 \opt{IPOD_4G_PAD}{\ButtonMenu{} / \ButtonSelect}% 432 \opt{IPOD_4G_PAD}{\ButtonMenu{} / \ButtonSelect}%
434 \opt{IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay}% 433 \opt{IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay}%
435 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}% 434 \opt{ONDIO_PAD}{\ButtonOff}\opt{RECORDER_PAD,PLAYER_PAD}%
436 {Long \ButtonOn}% 435 {Long \ButtonOn}%
437 \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}
438 {\ButtonPower}% 437 {\ButtonPower}%
438 \opt{IRIVER_RC_H100_PAD}{& \ButtonRCOn}%
439 & Start Rockbox\\ 439 & Start Rockbox\\
440 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}% 440 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOff}%
441 \opt{IRIVER_RC_H100_PAD}{& Long \ButtonRCStop}%
442 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}% 441 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonPlay}%
443 \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}% 442 \opt{ONDIO_PAD,recorderv2fm}{Long \ButtonOff}%
444 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}% 443 \opt{recorder}{Double tap \ButtonOff\ when playback is stopped}%
445 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}% 444 \opt{PLAYER_PAD}{From the Main Menu, select \textbf{Shutdown}}%
446 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS}% 445 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD,GIGABEAT_S_PAD,sansaAMS}%
447 {Long \ButtonPower}% 446 {Long \ButtonPower}%
447 \opt{IRIVER_RC_H100_PAD}{& Long \ButtonRCStop}%
448 & Shutdown Rockbox\\ 448 & Shutdown Rockbox\\
449 \end{btnmap} 449 \end{btnmap}
450 \end{table} 450 \end{table}
451 451
452\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings. 452\label{ref:Safeshutdown}On shutdown, Rockbox automatically saves its settings.
453 453
454\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% 454\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
455 ,SANSA_C200_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,GIGABEAT_PAD}{% 455 ,SANSA_C200_PAD,IRIVER_H10_PAD,IPOD_4G_PAD,GIGABEAT_PAD}{%
456 If you have problems with your settings, such as accidentally having 456 If you have problems with your settings, such as accidentally having
457 set the colours to black on black, they can be reset at boot time. See 457 set the colours to black on black, they can be reset at boot time. See
458 the Reset Settings in \reference{ref:manage_settings_menu} for details. 458 the Reset Settings in \reference{ref:manage_settings_menu} for details.
459}% 459}%
460 460