summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2012-01-26 10:11:18 +0100
committerMarcin Bukat <marcin.bukat@gmail.com>2012-02-02 14:55:51 +0100
commit4bbc9f68eae58180d6249e19697b5de30148da31 (patch)
tree4dd4deed87b2df746034806c6e3c730641dbb742 /manual/plugins
parent5863361fbfcef39c2b3d9a3b5520e7a770fa04cb (diff)
downloadrockbox-4bbc9f68eae58180d6249e19697b5de30148da31.zip
rockbox-4bbc9f68eae58180d6249e19697b5de30148da31.tar.gz
rockbox-4bbc9f68eae58180d6249e19697b5de30148da31.tar.bz2
rockbox-4bbc9f68eae58180d6249e19697b5de30148da31.tar.xz
MPIOs: manual work
Change-Id: Ief46eabf3611d6d21594f52f73292f2be5831b87
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/blackjack.tex6
-rw-r--r--manual/plugins/bounce.tex10
-rw-r--r--manual/plugins/brickmania.tex3
-rw-r--r--manual/plugins/calculator.tex12
-rw-r--r--manual/plugins/calendar.tex8
-rw-r--r--manual/plugins/chess_clock.tex15
-rw-r--r--manual/plugins/chessbox.tex9
-rw-r--r--manual/plugins/chip8emulator.tex16
-rw-r--r--manual/plugins/chopper.tex3
-rw-r--r--manual/plugins/cube.tex12
-rw-r--r--manual/plugins/doom.tex14
-rw-r--r--manual/plugins/flipit.tex8
-rw-r--r--manual/plugins/fractals.tex15
-rw-r--r--manual/plugins/goban.tex49
-rw-r--r--manual/plugins/imageviewer.tex14
-rw-r--r--manual/plugins/invadrox.tex5
-rw-r--r--manual/plugins/jewels.tex4
-rw-r--r--manual/plugins/lamp.tex5
-rw-r--r--manual/plugins/logo.tex18
-rw-r--r--manual/plugins/midiplay.tex10
-rw-r--r--manual/plugins/minesweeper.tex5
-rw-r--r--manual/plugins/oscilloscope.tex15
-rw-r--r--manual/plugins/pegbox.tex32
-rw-r--r--manual/plugins/pictureflow.tex16
-rw-r--r--manual/plugins/pong.tex5
-rw-r--r--manual/plugins/rockblox.tex8
-rw-r--r--manual/plugins/rockblox1d.tex2
-rw-r--r--manual/plugins/rockboy.tex12
-rw-r--r--manual/plugins/sliding.tex4
-rw-r--r--manual/plugins/snake.tex3
-rw-r--r--manual/plugins/snake2.tex10
-rw-r--r--manual/plugins/sokoban.tex14
-rw-r--r--manual/plugins/solitaire.tex9
-rw-r--r--manual/plugins/spacerocks.tex8
-rw-r--r--manual/plugins/star.tex9
-rw-r--r--manual/plugins/starfield.tex9
-rw-r--r--manual/plugins/stopwatch.tex11
-rw-r--r--manual/plugins/sudoku.tex20
-rw-r--r--manual/plugins/text_viewer.tex47
-rw-r--r--manual/plugins/vumeter.tex19
-rw-r--r--manual/plugins/wormlet.tex36
-rw-r--r--manual/plugins/xobox.tex8
-rw-r--r--manual/plugins/zxbox.tex6
43 files changed, 388 insertions, 156 deletions
diff --git a/manual/plugins/blackjack.tex b/manual/plugins/blackjack.tex
index 2c25a37..38e3efe 100644
--- a/manual/plugins/blackjack.tex
+++ b/manual/plugins/blackjack.tex
@@ -20,6 +20,8 @@ visit\\
{\ButtonLeft{} / \ButtonRight{} / \ButtonScrollFwd{} / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}
{\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown}
+ \opt{MPIO_HD300_PAD}
+ {\ButtonRew{} / \ButtonFF{} / \ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{HAVEREMOTEKEYMAP}{& }
& Enter betting amount\\
@@ -30,6 +32,7 @@ visit\\
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchTopRight}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Hit (Draw new card) / Select\\
\opt{RECORDER_PAD}{\ButtonFOne}
@@ -40,6 +43,7 @@ visit\\
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Stay (End hand)\\
\opt{RECORDER_PAD}{\ButtonFTwo}
@@ -52,6 +56,7 @@ visit\\
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD}{\ButtonLeft}
\opt{COWON_D2_PAD}{\ButtonMinus}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Double down\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -61,6 +66,7 @@ visit\\
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Pause game and go to menu / Cancel\\
\end{btnmap}
diff --git a/manual/plugins/bounce.tex b/manual/plugins/bounce.tex
index 22d6c22..cf554da 100644
--- a/manual/plugins/bounce.tex
+++ b/manual/plugins/bounce.tex
@@ -11,8 +11,9 @@ scrolling from right to left.
{\ButtonUp\ /\ \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}%
{\ButtonScrollBack\ /\ \ButtonScrollFwd}
-\opt{IRIVER_H10_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp}
+\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown\ /\ \ButtonScrollUp}
\opt{COWON_D2_PAD}{\TouchBottomMiddle{} / \TouchTopMiddle}
+\opt{MPIO_HD200_PAD}{\ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Moves to next/previous option\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -20,6 +21,8 @@ scrolling from right to left.
,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonRight{} / \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
+\opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp}
+\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Increases/decreases option value\\
\opt{RECORDER_PAD}{\ButtonOn}
@@ -27,10 +30,11 @@ scrolling from right to left.
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,SANSA_FUZE_PAD}
{\ButtonSelect}
-\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
+\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{MROBE100_PAD}{\ButtonDisplay}
+\opt{MPIO_HD200_PAD}{\ButtonFunc}
\opt{HAVEREMOTEKEYMAP}{& }
& Toggles Scroll mode\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -40,6 +44,8 @@ scrolling from right to left.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Exits bounce demo\\
\end{btnmap}
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex
index 4ed1e32..c83efab 100644
--- a/manual/plugins/brickmania.tex
+++ b/manual/plugins/brickmania.tex
@@ -32,6 +32,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
\ButtonScrollBack\ / \ButtonScrollFwd}
\opt{COWON_D2_PAD}{\ButtonMinus{} or \TouchBottomLeft{} / \ButtonPlus{} or \TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonLeft{} or \ButtonMenu{} / \ButtonRight{} or \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{\ButtonRew{} / \ButtonFF{}}
\opt{HAVEREMOTEKEYMAP}{& }
& Moves the paddle\\
\opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp}
@@ -42,6 +43,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
\opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp}
\opt{COWON_D2_PAD}{\ButtonMenu{} or \TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} or \ButtonUp}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter{}}
\opt{HAVEREMOTEKEYMAP}{& }
& Release the ball / Fire\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -51,6 +53,7 @@ effect, you must catch it with the paddle. Look out for the bad ones.\\
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex
index f466bd0..52beda8 100644
--- a/manual/plugins/calculator.tex
+++ b/manual/plugins/calculator.tex
@@ -18,6 +18,8 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/}
\opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
+ \opt{MPIO_HD200_PAD}{\ButtonRew / \ButtonFF}
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight / \TouchTopMiddle / \TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Move around the keypad\\
@@ -31,19 +33,21 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{IRIVER_H10_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Select a button\\
%
\nopt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{
\opt{RECORDER_PAD}{\ButtonFOne}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
- ,SANSA_C200_PAD}{\ButtonRec}
+ ,SANSA_C200_PAD,MPIO_HD200_PAD}{\ButtonRec}
\opt{SANSA_FUZE_PAD}{\ButtonHome}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD}{\ButtonPlay}
\opt{MROBE100_PAD}{\ButtonDisplay}
- \opt{COWON_D2_PAD}{\ButtonMenu}
+ \opt{COWON_D2_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
\opt{HAVEREMOTEKEYMAP}{& }
& Delete last entered digit or clear after calculation\\
@@ -60,7 +64,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{ONDIO_PAD}{Long \ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD
- ,PBELL_VIBE500_PAD}
+ ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}
{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD}{Long \ButtonSelect}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
@@ -75,6 +79,8 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/calendar.tex b/manual/plugins/calendar.tex
index 6d2d6a2..518e110 100644
--- a/manual/plugins/calendar.tex
+++ b/manual/plugins/calendar.tex
@@ -17,7 +17,7 @@ You can select what day is first day of week by the setting \setting{First Day o
{\ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonScrollFwd{} / \ButtonScrollBack}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchMidLeft{} / \TouchMidRight{} / \TouchTopMiddle{} / \TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Move the selector\\
@@ -29,9 +29,13 @@ You can select what day is first day of week by the setting \setting{First Day o
{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonPlay}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Show memos for the selected day\\
%
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
+ & Previous / Next week\\
+ %
\opt{RECORDER_PAD}{\ButtonOn{} + \ButtonUp{} / \ButtonDown}
\opt{MROBE100_PAD}{\ButtonMenu{} + \ButtonUp{} / \ButtonDown}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode{} / \ButtonRec}
@@ -43,6 +47,7 @@ You can select what day is first day of week by the setting \setting{First Day o
\opt{IRIVER_H10_PAD}{\ButtonFF{} / \ButtonRew}
\opt{COWON_D2_PAD}{\TouchBottomLeft{} / \TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu{} / \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{\ButtonRec / \ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Previous / Next month\\
%
@@ -53,6 +58,7 @@ You can select what day is first day of week by the setting \setting{First Day o
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{COWON_D2_PAD}{\ButtonPower}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit\\
\end{btnmap}
diff --git a/manual/plugins/chess_clock.tex b/manual/plugins/chess_clock.tex
index 1ee3cb1..fa15c03 100644
--- a/manual/plugins/chess_clock.tex
+++ b/manual/plugins/chess_clock.tex
@@ -12,6 +12,8 @@ used in any kind of game with up to ten players.
\opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd}
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp / \ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp / \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase / decrease displayed Value\\
%
@@ -21,13 +23,15 @@ used in any kind of game with up to ten players.
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD}{\ButtonSelect}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Move to next screen\\
%
\opt{PLAYER_PAD}{\ButtonStop}
\opt{ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
- \opt{IAUDIO_X5_PAD}{\ButtonRec}
+ \opt{IAUDIO_X5_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
@@ -62,6 +66,8 @@ Keys are as follows:
\opt{SANSA_FUZE_PAD}{\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Exit plugin \\
%
@@ -83,7 +89,7 @@ Keys are as follows:
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,MROBE100_PAD,SANSA_FUZE_PAD}
{\ButtonSelect}
- \opt{PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Pause the time (press again to continue) \\
%
@@ -100,16 +106,19 @@ Keys are as follows:
\opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Switch to previous player \\
%
\opt{PLAYER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
- ,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
+ ,MROBE100_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{RECORDER_PAD}{\ButtonFOne}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
\opt{IAUDIO_X5_PAD}{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD}{\ButtonUp}
+ \opt{MPIO_HD200_PAD}{Long \ButtonFunc}
\opt{HAVEREMOTEKEYMAP}{& }
& Open menu %
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H10_PAD}{(\ButtonPlay\ to select.)}%
diff --git a/manual/plugins/chessbox.tex b/manual/plugins/chessbox.tex
index 9d963d4..55a5919 100644
--- a/manual/plugins/chessbox.tex
+++ b/manual/plugins/chessbox.tex
@@ -30,7 +30,8 @@ the game.
\subsubsection{Keys}
\begin{btnmap}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, \ButtonLeft, \ButtonRight}
- \nopt{IPOD_4G_PAD,IPOD_3G_PAD}{Direction keys}
+ \opt{MPIO_HD300_PAD}{\ButtonRew, \ButtonFF, \ButtonScrollUp, \ButtonScrollDown}
+ \nopt{IPOD_4G_PAD,IPOD_3G_PAD,MPIO_HD300_PAD}{Direction keys}
\opt{HAVEREMOTEKEYMAP}{& }
& Move the cursor\\
\opt{RECORDER_PAD}{\ButtonPlay}
@@ -42,6 +43,7 @@ the game.
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Pick up / Drop piece\\
\opt{RECORDER_PAD}{\ButtonFOne}
@@ -55,6 +57,7 @@ the game.
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\ButtonPlus}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Change level\\
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
@@ -64,7 +67,7 @@ the game.
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect+\ButtonRight}
\opt{SANSA_C200_PAD}{\ButtonVolUp}
\opt{GIGABEAT_PAD}{\ButtonA}
- \opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{MROBE100_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{Long \TouchCenter}
\opt{HAVEREMOTEKEYMAP}{& }
& Force play\\
@@ -73,7 +76,7 @@ the game.
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonPower}
- \opt{COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
+ \opt{COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Show the menu\\
\end{btnmap}
diff --git a/manual/plugins/chip8emulator.tex b/manual/plugins/chip8emulator.tex
index 71859c0..92edcbf 100644
--- a/manual/plugins/chip8emulator.tex
+++ b/manual/plugins/chip8emulator.tex
@@ -44,6 +44,8 @@ The default keymappings are:
{\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\end{sideways}
&
% Key "0"
@@ -53,6 +55,7 @@ The default keymappings are:
\opt{RECORDER_PAD}{\ButtonFOne}
\opt{ONDIO_PAD}{\ButtonUp}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew}
\end{sideways}
&
% Key "2"
@@ -64,6 +67,7 @@ The default keymappings are:
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
\opt{SANSA_C200_PAD}{\ButtonVolUp}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF}
\end{sideways}
&
% Key "3"
@@ -71,6 +75,8 @@ The default keymappings are:
\opt{RECORDER_PAD}{\ButtonFThree}
\opt{MROBE100_PAD}{\ButtonPlay}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\end{sideways}
&
% Key "4"
@@ -80,6 +86,8 @@ The default keymappings are:
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft}
+ \opt{MPIO_HD200_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\end{sideways}
&
% Key "5"
@@ -92,6 +100,8 @@ The default keymappings are:
{\ButtonSelect}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonPlay}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD200_PAD}{\ButtonPlay}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\end{sideways}
&
% Key "6"
@@ -101,6 +111,8 @@ The default keymappings are:
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonRight}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\end{sideways}
&
% Key "7"
@@ -108,6 +120,8 @@ The default keymappings are:
\opt{RECORDER_PAD}{\ButtonFTwo}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp}
\end{sideways}
&
% Key "8"
@@ -117,7 +131,7 @@ The default keymappings are:
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonScrollFwd}
\opt{IAUDIO_X5_PAD}{\ButtonDown}
- \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolDown}
\end{sideways}
&
diff --git a/manual/plugins/chopper.tex b/manual/plugins/chopper.tex
index f7d7f8a..7bcf607 100644
--- a/manual/plugins/chopper.tex
+++ b/manual/plugins/chopper.tex
@@ -16,6 +16,7 @@
\opt{GIGABEAT_S_PAD}{\ButtonSelect{} / \ButtonMenu}
\opt{COWON_D2_PAD}{\ButtonPlus{} / \TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPlay{} / \ButtonUp}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Make chopper fly\\
@@ -23,7 +24,7 @@
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MROBE100_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,COWON_D2_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{\ButtonHome}
- \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu}
+ \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{GIGABEAT_S_PAD}{\ButtonBack}%
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
diff --git a/manual/plugins/cube.tex b/manual/plugins/cube.tex
index 6c5aba5..560544d 100644
--- a/manual/plugins/cube.tex
+++ b/manual/plugins/cube.tex
@@ -12,10 +12,13 @@ This is a rotating cube screen saver in 3D.
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Display at maximum frame rate\\
\opt{PLAYER_PAD,RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
- ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
+ ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD%
+ ,MPIO_HD300_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{GIGABEAT_PAD}{\ButtonSelect}
@@ -32,6 +35,8 @@ This is a rotating cube screen saver in 3D.
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonDown}
\opt{COWON_D2_PAD}{\TouchTopRight}
+ \opt{MPIO_HD200_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Cycle draw mode\\
\opt{ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,RECORDER_PAD%
@@ -40,6 +45,7 @@ This is a rotating cube screen saver in 3D.
{\ButtonRight{} / \ButtonLeft}
\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight{} / \ButtonOn+\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Select axis to adjust\\
\opt{PLAYER_PAD}{\ButtonRight{} / \ButtonLeft}
@@ -49,6 +55,8 @@ This is a rotating cube screen saver in 3D.
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolDown{} / \ButtonVolUp}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown / \ButtonScrollUp}
\opt{HAVEREMOTEKEYMAP}{& }
& Change speed/angle (speed can not be changed while paused)\\
\opt{PLAYER_PAD}{\ButtonStop}
@@ -59,6 +67,8 @@ This is a rotating cube screen saver in 3D.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/doom.tex b/manual/plugins/doom.tex
index da0fd44..a36233f 100644
--- a/manual/plugins/doom.tex
+++ b/manual/plugins/doom.tex
@@ -81,7 +81,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonUp}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{COWON_D2_PAD}{\TouchTopMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
\opt{HAVEREMOTEKEYMAP}{& }
@@ -90,7 +90,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\nopt{IPOD_3G_PAD,IPOD_4G_PAD,COWON_D2_PAD}{
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonDown}
- \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
\opt{HAVEREMOTEKEYMAP}{& }
@@ -100,6 +100,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_CLIP_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchMidLeft}
\opt{HAVEREMOTEKEYMAP}{& }
& Turn Left \\
@@ -107,6 +108,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_CLIP_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{COWON_D2_PAD}{\TouchMidRight}
\opt{HAVEREMOTEKEYMAP}{& }
& Turn Right \\
@@ -119,6 +121,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Shoot \\
%
@@ -128,7 +131,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{SANSA_FUZE_PAD}{\ButtonPower}
\opt{SANSA_CLIP_PAD}{\ButtonHome}
- \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
+ \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
\opt{HAVEREMOTEKEYMAP}{& }
& Open \\
@@ -139,7 +142,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_CLIP_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{\ButtonHome}
\opt{COWON_D2_PAD}{\TouchTopLeft}
- \opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& InGame Menu \\
%
@@ -149,6 +152,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonPower}
+ \opt{MPIO_HD300_PAD}{Long \ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Enter \\
%
@@ -160,7 +164,7 @@ Rockdoom options, you will need to quit your current game and restart the plugin
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
- \opt{PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Change Weapon \\
%
diff --git a/manual/plugins/flipit.tex b/manual/plugins/flipit.tex
index aa0c6ab..76a6a97 100644
--- a/manual/plugins/flipit.tex
+++ b/manual/plugins/flipit.tex
@@ -13,6 +13,7 @@ a screen containing tokens of only one colour.
{\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
+\opt{MPIO_HD300_PAD}{\ButtonScrollUp / \ButtonScrollDown / \ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
& Move the cursor \\
@@ -25,6 +26,7 @@ a screen containing tokens of only one colour.
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+\opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Flip \\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonLeft}
@@ -37,7 +39,7 @@ a screen containing tokens of only one colour.
\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonLeft}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchTopRight}
-\opt{PBELL_VIBE500_PAD}{\ButtonPlay}
+\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Shuffle \\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight}
@@ -51,7 +53,7 @@ a screen containing tokens of only one colour.
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{MROBE100_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
-\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
+\opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Solve \\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
@@ -67,6 +69,7 @@ a screen containing tokens of only one colour.
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+\opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Solve step by step \\
\opt{PLAYER_PAD}{\ButtonStop}
@@ -77,6 +80,7 @@ a screen containing tokens of only one colour.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/fractals.tex b/manual/plugins/fractals.tex
index 64618f9..07347c8 100644
--- a/manual/plugins/fractals.tex
+++ b/manual/plugins/fractals.tex
@@ -3,7 +3,9 @@
This demonstration draws fractal images from the Mandelbrot set%
\nopt{lcd_color}{ using the greyscale engine}.
\begin{btnmap}
- Direction keys
+ \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD}{Direction keys}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown, \ButtonVolUp, \ButtonRew, \ButtonFF}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown, \ButtonScrollUp, \ButtonRew, \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{&}
& Move about the image\\
%
@@ -13,6 +15,8 @@ This demonstration draws fractal images from the Mandelbrot set%
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{COWON_D2_PAD}{\TouchTopRight}
+ \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonFF}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonScrollUp}
\opt{HAVEREMOTEKEYMAP}{& }
& Zoom in\\
%
@@ -25,6 +29,8 @@ This demonstration draws fractal images from the Mandelbrot set%
\opt{SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{COWON_D2_PAD}{\TouchTopLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonMenu}
+ \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonRew}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Zoom out\\
%
@@ -39,6 +45,8 @@ This demonstration draws fractal images from the Mandelbrot set%
\opt{MROBE100_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Decrease iteration depth (less detail)\\
%
@@ -53,6 +61,8 @@ This demonstration draws fractal images from the Mandelbrot set%
\opt{MROBE100_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase iteration depth (more detail)\\
%
@@ -67,6 +77,7 @@ This demonstration draws fractal images from the Mandelbrot set%
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{Long \ButtonCancel}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Reset and return to the default image\\
%
@@ -77,6 +88,8 @@ This demonstration draws fractal images from the Mandelbrot set%
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/goban.tex b/manual/plugins/goban.tex
index 9f7f942..58c53ec 100644
--- a/manual/plugins/goban.tex
+++ b/manual/plugins/goban.tex
@@ -46,7 +46,8 @@ these markers:
\opt{GIGABEAT_PAD}{\ButtonA}%
\opt{GIGABEAT_S_PAD}{\ButtonPlay}%
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
- \opt{MPIO_HD200_PAD}{FIXME}%
+ \opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} button}. \\
\emph{C } & There is a comment at the current node. It can be viewed/edited using
the \emph{Add/Edit Comment} menu option of the \emph{Context Menu}. \\
@@ -56,10 +57,10 @@ these markers:
\subsubsection{Controls}
\begin{btnmap}
\nopt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,%
- MPIO_HD200_PAD,touchscreen}{\ButtonUp}%
+ MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonUp}%
\opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}%
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
+ \opt{MPIO_HD200_PAD}{\ButtonRew}
\opt{touchscreen}{\TouchTopMiddle}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -68,10 +69,10 @@ these markers:
\\
\nopt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,%
- MPIO_HD200_PAD,touchscreen}{\ButtonDown}%
+ MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonDown}%
\opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}%
- \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
+ \opt{MPIO_HD200_PAD}{\ButtonFF}
\opt{touchscreen}{\TouchBottomMiddle}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -79,8 +80,9 @@ these markers:
Move cursor down
\\
- \nopt{MPIO_HD200_PAD,touchscreen}{\ButtonLeft}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{touchscreen}{\TouchMidLeft}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -90,8 +92,9 @@ these markers:
node in the game tree if in \emph{tree} navigation mode}
\\
- \nopt{MPIO_HD200_PAD,touchscreen}{\ButtonRight}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonRight}
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{touchscreen}{\TouchMidRight}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -109,11 +112,12 @@ these markers:
}
\nopt{IRIVER_H10_PAD,ONDIO_PAD,RECORDER_PAD,IAUDIO_M3_PAD,PBELL_VIBE500_PAD%
- ,MPIO_HD200_PAD,touchscreen}{%
+ ,MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{%
\ButtonSelect}%
\opt{IRIVER_H10_PAD,RECORDER_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}%
\opt{ONDIO_PAD}{\ButtonMenu}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{touchscreen}{\TouchCenter}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -133,7 +137,7 @@ these markers:
\opt{RECORDER_PAD}{\ButtonFOne}
\opt{touchscreen}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonLeft}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonRew}
&
\opt{HAVEREMOTEKEYMAP}{
&}
@@ -150,7 +154,7 @@ these markers:
\opt{RECORDER_PAD}{\ButtonFThree}
\opt{touchscreen}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} + \ButtonRight}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec + \ButtonFF}
&
\opt{HAVEREMOTEKEYMAP}{
&}
@@ -162,11 +166,12 @@ these markers:
,SANSA_C200_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD}{\ButtonPower}%
\opt{MROBE100_PAD}{\ButtonDisplay}%
\opt{IPOD_1G2G_PAD,IPOD_3G_PAD,IPOD_4G_PAD}{Long \ButtonSelect}%
- \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}%
+ \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}%
+ {\ButtonMenu}%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}%
\opt{RECORDER_PAD}{\ButtonFTwo}%
\opt{ONDIO_PAD}{Long \ButtonMenu}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{Long \ButtonPlay}
\opt{touchscreen}{\TouchTopLeft}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -179,11 +184,12 @@ these markers:
,IRIVER_H100_PAD,IRIVER_H300_PAD,MROBE100_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
,MPIO_HD200_PAD,PBELL_VIBE500_PAD,touchscreen}{%
\nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD,%
- MPIO_HD200_PAD}{Long \ButtonSelect}%
+ MPIO_HD200_PAD,MPIO_HD300_PAD}{Long \ButtonSelect}%
\opt{IRIVER_H10_PAD}{Long \ButtonPlay}
\opt{touchscreen}{Long \TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{Long \ButtonFunc}
+ \opt{MPIO_HD300_PAD}{Long \ButtonEnter}
&
\opt{HAVEREMOTEKEYMAP}{
&}
@@ -194,8 +200,8 @@ these markers:
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,RECORDER_PAD,MROBE100_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_CLIP_PAD%
,PBELL_VIBE500_PAD,MPIO_HD200_PAD,touchscreen}{%
- \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{%
- \ButtonRec}%
+ \opt{SANSA_E200_PAD,SANSA_C200_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
+ ,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}%
\opt{SANSA_FUZE_PAD,SANSA_CLIP_PAD}{\ButtonHome}%
\opt{RECORDER_PAD}{\ButtonOn}%
\opt{MROBE100_PAD}{\ButtonPower}%
@@ -203,7 +209,6 @@ these markers:
\opt{GIGABEAT_S_PAD}{\ButtonPlay}%
\opt{touchscreen}{\TouchTopRight}%
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
- \opt{MPIO_HD200_PAD}{FIXME}
&
\opt{HAVEREMOTEKEYMAP}{
&}
diff --git a/manual/plugins/imageviewer.tex b/manual/plugins/imageviewer.tex
index 68ddc86..1b73223 100644
--- a/manual/plugins/imageviewer.tex
+++ b/manual/plugins/imageviewer.tex
@@ -37,6 +37,10 @@ view a bigger file you may need to stop playback.}
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{/ \ButtonLeft\ / \ButtonRight}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp /%
+ \ButtonRec + \ButtonRew / \ButtonRec + \ButtonFF}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF /%
+ \ButtonPlay + \ButtonScrollUp / \ButtonPlay + \ButtonScrollDown}
\opt{touchscreen}{\TouchTopMiddle{} / \TouchBottomMiddle{}/ \TouchMidLeft{} / \TouchMidRight}
\opt{HAVEREMOTEKEYMAP}{& }
& Move around in zoomed in image\\
@@ -48,6 +52,7 @@ view a bigger file you may need to stop playback.}
\opt{IRIVER_H10_PAD}{\ButtonPlay}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonUp}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{touchscreen}{\TouchTopRight}
\opt{HAVEREMOTEKEYMAP}{& }
& Zoom in\\
@@ -60,6 +65,7 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{MROBE100_PAD}{\ButtonPlay}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonDown}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
\opt{touchscreen}{\TouchTopLeft}
\opt{HAVEREMOTEKEYMAP}{& }
& Zoom out\\
@@ -76,6 +82,8 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_S_PAD}{\ButtonNext}
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonRight}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonRight}
+ \opt{MPIO_HD200_PAD}{\ButtonFF}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{touchscreen}{\TouchBottomRight}
\opt{HAVEREMOTEKEYMAP}{& }
& Next image in directory\\
@@ -91,6 +99,8 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{MROBE100_PAD}{\ButtonDisplay+\ButtonLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonRec+\ButtonLeft}
+ \opt{MPIO_HD200_PAD}{\ButtonRew}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{touchscreen}{\TouchBottomLeft}
\opt{HAVEREMOTEKEYMAP}{& }
& Previous image in directory\\
@@ -104,6 +114,8 @@ view a bigger file you may need to stop playback.}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{touchscreen}{\TouchCenter}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
@@ -114,6 +126,8 @@ view a bigger file you may need to stop playback.}
\opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit the viewer \\
}
diff --git a/manual/plugins/invadrox.tex b/manual/plugins/invadrox.tex
index 298d6f2..953a5fe 100644
--- a/manual/plugins/invadrox.tex
+++ b/manual/plugins/invadrox.tex
@@ -11,6 +11,7 @@ increase speed, drop down and reverse direction after every pass!
,SANSA_FUZE_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidLeft{}, \TouchBottomLeft{} or \ButtonMinus}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Move left \\
%
@@ -18,6 +19,7 @@ increase speed, drop down and reverse direction after every pass!
,IPOD_1G2G_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,GIGABEAT_S_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonRight}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{COWON_D2_PAD}{\TouchMidRight{}, \TouchBottomRight{} or \ButtonPlus}
\opt{HAVEREMOTEKEYMAP}{& }
& Move right \\
@@ -28,10 +30,11 @@ increase speed, drop down and reverse direction after every pass!
\opt{IRIVER_H10_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchBottomMiddle, \TouchCenter{} or \ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Fire \\
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
- \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD}{\ButtonMenu}
+ \opt{IPOD_4G_PAD,IPOD_3G_PAD,IPOD_1G2G_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{IRIVER_H10_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,%
SANSA_E200_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
diff --git a/manual/plugins/jewels.tex b/manual/plugins/jewels.tex
index 7ffbab7..7bc479f 100644
--- a/manual/plugins/jewels.tex
+++ b/manual/plugins/jewels.tex
@@ -25,6 +25,7 @@ In puzzle mode the aim of the game is to connect the puzzles, by skilful swappin
\opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchMidLeft/\TouchMidRight/\TouchTopMiddle/\TouchBottomMiddle}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Move the cursor around the jewels \\
\opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
@@ -35,13 +36,14 @@ In puzzle mode the aim of the game is to connect the puzzles, by skilful swappin
{\ButtonSelect}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Select a jewel \\
\opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD%
,IAUDIO_X5_PAD,COWON_D2_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
- \opt{IPOD_3G_PAD}{\ButtonMenu}
+ \opt{IPOD_3G_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{IPOD_4G_PAD}{\ButtonSelect+ \ButtonMenu}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
diff --git a/manual/plugins/lamp.tex b/manual/plugins/lamp.tex
index 23518fa..ec803f5 100644
--- a/manual/plugins/lamp.tex
+++ b/manual/plugins/lamp.tex
@@ -14,10 +14,11 @@ You get an empty screen with maximum brightness.
}
\opt{backlight_brightness}{
- \nopt{IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MPIO_HD200_PAD,touchscreen}
+ \nopt{IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}
{\ButtonDown{} / \ButtonUp}%
\opt{IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRew / \ButtonFF}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown / \ButtonScrollUp}
\opt{touchscreen}{\TouchBottomMiddle{} / \TouchTopMiddle}
&
\opt{HAVEREMOTEKEYMAP}{
diff --git a/manual/plugins/logo.tex b/manual/plugins/logo.tex
index 9194f40..776f274 100644
--- a/manual/plugins/logo.tex
+++ b/manual/plugins/logo.tex
@@ -2,9 +2,11 @@
\subsection{Logo}
Demo showing the Rockbox logo bouncing around the screen.
\begin{btnmap}
- \nopt{touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD}{\ButtonRight\ / \ButtonLeft}%
- \opt{MPIO_HD200_PAD}{FIXME}
- \opt{touchscreen}{\TouchMidRight\ / \TouchMidLeft}
+ \nopt{touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}%
+ {\ButtonRight / \ButtonLeft}%
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp / \ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonFF / \ButtonRew}
+ \opt{touchscreen}{\TouchMidRight / \TouchMidLeft}
&
\opt{HAVEREMOTEKEYMAP}{
\opt{IRIVER_RC_H100_PAD}{\ButtonRCRew\ / \ButtonRCFF}
@@ -13,11 +15,12 @@ Demo showing the Rockbox logo bouncing around the screen.
\\
\nopt{PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,touchscreen%
- ,IAUDIO_M3_PAD,MPIO_HD200_PAD}{\ButtonUp\ / \ButtonDown}%
+ ,IAUDIO_M3_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}%
+ {\ButtonUp\ / \ButtonDown}%
\opt{PLAYER_PAD}{\ButtonOn+\ButtonRight\ / \ButtonOn+\ButtonLeft}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
- \opt{MPIO_HD200_PAD}{FIXME / FIXME}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
+ \opt{MPIO_HD200_PAD}{\ButtonFF / \ButtonRew}
\opt{touchscreen}{\TouchBottomMiddle\ / \TouchTopMiddle}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -34,7 +37,8 @@ Demo showing the Rockbox logo bouncing around the screen.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
&
\opt{HAVEREMOTEKEYMAP}{
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/midiplay.tex b/manual/plugins/midiplay.tex
index e86f560..888d58f 100644
--- a/manual/plugins/midiplay.tex
+++ b/manual/plugins/midiplay.tex
@@ -18,8 +18,8 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,IAUDIO_X5_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp/ \ButtonDown}
\opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
- \opt{SANSA_C200_PAD}{\ButtonVolUp/ \ButtonVolDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
+ \opt{SANSA_C200_PAD,MPIO_HD200_PAD}{\ButtonVolUp/ \ButtonVolDown}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Volume up/ Volume down\\
@@ -28,12 +28,14 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,PBELL_VIBE500_PAD}
{\ButtonRight/ \ButtonLeft}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
\opt{HAVEREMOTEKEYMAP}{& }
& Skip 3 seconds forward/ backward\\
%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
- \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
+ \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
+ ,MPIO_HD200_PAD,MPIO_HD300_PAD}
{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonUp}
\opt{GIGABEAT_PAD}{\ButtonA}
@@ -48,6 +50,8 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
,IRIVER_H10_PAD,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Stop playback and quit\\
\end{btnmap}
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index d03b062..fb28b06 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -20,6 +20,7 @@ the location of a mine, it can be tagged to avoid accidentally
{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}
{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp / \ButtonScrollDown / \ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Move the cursor across the minefield \\
%
@@ -38,6 +39,7 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchCenter}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Toggle flag on / off \\
%
@@ -50,6 +52,7 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Reveal the contents of the current square \\
%
@@ -63,6 +66,7 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchBottomRight}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Display the current game status \\
%
@@ -73,6 +77,7 @@ the location of a mine, it can be tagged to avoid accidentally
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/oscilloscope.tex b/manual/plugins/oscilloscope.tex
index 336716a..dfa096d 100644
--- a/manual/plugins/oscilloscope.tex
+++ b/manual/plugins/oscilloscope.tex
@@ -20,6 +20,8 @@ being played.
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{COWON_D2_PAD}{\TouchTopMiddle}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Toggle filled / curve / plot \\
\opt{RECORDER_PAD}{\ButtonFTwo}
@@ -33,6 +35,7 @@ being played.
\opt{GIGABEAT_S_PAD}{\ButtonNext}
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Toggle whether to scroll or not \\
\opt{RECORDER_PAD}{\ButtonFThree}
@@ -46,10 +49,13 @@ being played.
\opt{GIGABEAT_S_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD200_PAD}{Long \ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Toggle drawing orientation \\
\opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
- ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
+ ,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}%
+ {\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
@@ -62,8 +68,8 @@ being played.
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
- \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
+ \opt{SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,MPIO_HD200_PAD}
{\ButtonVolUp{} / \ButtonVolDown}
\opt{COWON_D2_PAD}{\ButtonPlus{} / \ButtonMinus}
\opt{HAVEREMOTEKEYMAP}{& }
@@ -73,6 +79,7 @@ being played.
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonRight{} / \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight\ /\ \TouchMidLeft}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase / decrease speed\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -83,6 +90,8 @@ being played.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/pegbox.tex b/manual/plugins/pegbox.tex
index 9914ab3..cfa2979 100644
--- a/manual/plugins/pegbox.tex
+++ b/manual/plugins/pegbox.tex
@@ -7,15 +7,16 @@ block and crosses which allow you to choose a replacement block.
\begin{btnmap}
\nopt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,touchscreen,IAUDIO_M3_PAD%
- ,MPIO_HD200_PAD}{%
+ ,MPIO_HD200_PAD,MPIO_HD300_PAD}{%
\ButtonUp, \ButtonDown, }%
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu, \ButtonPlay, }%
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown, }%
- \opt{MPIO_HD200_PAD}{FIXME, FIXME}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown, }%
+ \opt{MPIO_HD200_PAD}{\ButtonRew, \ButtonFF, }%
\opt{touchscreen}{\TouchTopMiddle, \TouchBottomMiddle, }%
%
- \nopt{touchscreen,MPIO_HD200_PAD,IAUDIO_M3_PAD}{\ButtonLeft, \ButtonRight}
- \opt{MPIO_HD200_PAD}{FIXME,FIXME}
+ \nopt{touchscreen,MPIO_HD200_PAD,MPIO_HD300_PAD,IAUDIO_M3_PAD}{\ButtonLeft, \ButtonRight}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown, \ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonRew, \ButtonFF}
\opt{touchscreen}{\TouchMidLeft, \TouchMidRight}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -24,13 +25,14 @@ block and crosses which allow you to choose a replacement block.
\\
\nopt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
- ,PBELL_VIBE500_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD}%
- {\ButtonSelect}
+ ,PBELL_VIBE500_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
+ ,MPIO_HD300_PAD}{\ButtonSelect}
\opt{RECORDER_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonRight}
\opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{touchscreen}{\TouchCenter}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -48,7 +50,8 @@ block and crosses which allow you to choose a replacement block.
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{MROBE100_PAD}{\ButtonPlay}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{touchscreen}{\TouchTopRight}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -60,14 +63,14 @@ block and crosses which allow you to choose a replacement block.
\opt{ONDIO_PAD}{\ButtonMenu{} + \ButtonUp}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect{} + \ButtonMenu}
- \opt{IAUDIO_X5_PAD}{\ButtonPlay}
+ \opt{IAUDIO_X5_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonFF{} + \ButtonScrollUp}
\opt{SANSA_E200_PAD}{\ButtonScrollBack}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD}{\ButtonVolUp}
\opt{MROBE100_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonFF}
&
\opt{HAVEREMOTEKEYMAP}{
&}
@@ -77,7 +80,7 @@ block and crosses which allow you to choose a replacement block.
\nopt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD}{
\opt{RECORDER_PAD}{\ButtonFThree}
\opt{ONDIO_PAD}{\ButtonMenu{} + \ButtonDown}
- \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
+ \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,MPIO_HD300_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD}{\ButtonFF{} + \ButtonScrollDown}
\opt{SANSA_E200_PAD}{\ButtonScrollFwd}
\opt{SANSA_FUZE_PAD}{\ButtonSelect{} + \ButtonDown}
@@ -85,7 +88,7 @@ block and crosses which allow you to choose a replacement block.
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{touchscreen}{\TouchBottomRight}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonPlay + \ButtonRew}
&
\opt{HAVEREMOTEKEYMAP}{
&}
@@ -101,7 +104,8 @@ block and crosses which allow you to choose a replacement block.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
&
\opt{HAVEREMOTEKEYMAP}{
&}
diff --git a/manual/plugins/pictureflow.tex b/manual/plugins/pictureflow.tex
index c4f4802..aff86be 100644
--- a/manual/plugins/pictureflow.tex
+++ b/manual/plugins/pictureflow.tex
@@ -24,7 +24,7 @@ aware:
\subsubsection{Keys}
\begin{btnmap}
- \opt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{
+ \opt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{
\ActionStdPrev{} / \ActionStdNext
&
\opt{HAVEREMOTEKEYMAP}{
@@ -34,7 +34,7 @@ aware:
}
% only scroll wheel and `strip' targets use the same action in album and track list
- \nopt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{%
+ \nopt{scrollwheel,IRIVER_H10_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{%
% currently the M3 does not use buttons of the main unit which has no display
\nopt{IAUDIO_M3_PAD,MPIO_HD200_PAD,touchscreen}{\ButtonLeft{} / \ButtonRight}
\opt{MPIO_HD200_PAD}{FIXME}
@@ -58,14 +58,16 @@ aware:
}
\nopt{IAUDIO_M3_PAD}{%
- \nopt{ONDIO_PAD,IRIVER_H10_PAD,RECORDER_PAD,touchscreen,PBELL_VIBE500_PAD,SANSA_FUZE_PAD,MPIO_HD200_PAD}
+ \nopt{ONDIO_PAD,IRIVER_H10_PAD,RECORDER_PAD,touchscreen,PBELL_VIBE500_PAD%
+ ,SANSA_FUZE_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}
{\ButtonSelect}
\opt{ONDIO_PAD}{\ButtonUp}
\opt{IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
\opt{RECORDER_PAD}{\ButtonOn}
\opt{touchscreen}{\TouchCenter}
\opt{SANSA_FUZE_PAD}{\ButtonRight}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -84,8 +86,9 @@ aware:
\\
}
- \nopt{IAUDIO_M3_PAD,MPIO_HD200_PAD,touchscreen}{\ButtonLeft}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \nopt{IAUDIO_M3_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft}
+ \opt{MPIO_HD200_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{touchscreen}{
\opt{COWON_D2_PAD}{\ButtonPower{} or}
\TouchBottomRight}
@@ -113,6 +116,7 @@ aware:
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{touchscreen}{
\opt{COWON_D2_PAD}{Long \ButtonPower{} or}
\TouchBottomRight{} (in album view)}
diff --git a/manual/plugins/pong.tex b/manual/plugins/pong.tex
index adc9dd4..a6ef8fa 100644
--- a/manual/plugins/pong.tex
+++ b/manual/plugins/pong.tex
@@ -18,6 +18,7 @@ a two player game, both players should just press the appropriate buttons for th
\opt{SANSA_C200_PAD}{\ButtonVolUp}
\opt{MROBE100_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchTopLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Left player up\\
\opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
@@ -28,6 +29,7 @@ a two player game, both players should just press the appropriate buttons for th
\opt{SANSA_C200_PAD}{\ButtonVolDown}
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Left player down\\
\opt{RECORDER_PAD}{\ButtonFThree}
@@ -39,6 +41,7 @@ a two player game, both players should just press the appropriate buttons for th
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchTopRight}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Right player up\\
\opt{RECORDER_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonRight}
@@ -49,6 +52,7 @@ a two player game, both players should just press the appropriate buttons for th
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonRight}
\opt{COWON_D2_PAD}{\TouchBottomRight}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Right player down\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -58,6 +62,7 @@ a two player game, both players should just press the appropriate buttons for th
\opt{SANSA_FUZE_PAD}{\ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit\\
\end{btnmap}
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
index d826b95..693248e 100644
--- a/manual/plugins/rockblox.tex
+++ b/manual/plugins/rockblox.tex
@@ -20,6 +20,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonOff}
\opt{COWON_D2_PAD}{\ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Restart game\\
@@ -29,6 +30,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Move left\\
\opt{PLAYER_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
@@ -37,6 +39,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{\ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidRight}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Move right\\
\opt{PLAYER_PAD}{\ButtonMenu}
@@ -47,6 +50,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Move down\\
\opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
@@ -60,6 +64,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{HAVEREMOTEKEYMAP}{& }
& Rotate anticlockwise\\
\opt{PLAYER_PAD}{\ButtonPlay}
@@ -72,6 +77,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchBottomRight{} / \TouchTopMiddle }
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Rotate clockwise\\
\opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
@@ -83,6 +89,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
\opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Drop\\
\opt{hold_button}{
@@ -98,6 +105,7 @@ the blocks fall faster. If the pile of blocks reaches the ceiling, the game is o
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{COWON_D2_PAD}{\ButtonPower}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/rockblox1d.tex b/manual/plugins/rockblox1d.tex
index 6f421f4..4fc7d34 100644
--- a/manual/plugins/rockblox1d.tex
+++ b/manual/plugins/rockblox1d.tex
@@ -14,6 +14,7 @@ horizontal moving anymore and no need to rotate the brick!
\opt{RECORDER_PAD,IRIVER_H10_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonDown}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Move down faster\\
@@ -24,6 +25,7 @@ horizontal moving anymore and no need to rotate the brick!
\opt{SANSA_FUZE_PAD}{\ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit\\
\end{btnmap}
diff --git a/manual/plugins/rockboy.tex b/manual/plugins/rockboy.tex
index a30d07c..8e6c39a 100644
--- a/manual/plugins/rockboy.tex
+++ b/manual/plugins/rockboy.tex
@@ -22,6 +22,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
,GIGABEAT_S_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
,SANSA_CLIP_PAD}
{\ButtonLeft{} / \ButtonRight}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
\opt{HAVEREMOTEKEYMAP}{& }
& Direction keys\\
@@ -35,6 +36,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{COWON_D2_PAD}{\ButtonPlus}
\opt{PBELL_VIBE500_PAD}{\ButtonPower}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& A button\\
%
@@ -47,6 +49,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{COWON_D2_PAD}{\ButtonMinus}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& B button\\
%
@@ -61,6 +64,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchTopRight}
+ \opt{MPIO_HD300_PAD}{Long \ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Start\\
%
@@ -73,13 +77,14 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonUp}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Select\\
%
}
- \opt{RECORDER_PAD,IRIVER_H100_PAD,iaudiom5}{
+ \opt{RECORDER_PAD,IRIVER_H100_PAD,iaudiom5,MPIO_HD300_PAD}{
\opt{RECORDER_PAD}{\ButtonOn}
- \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD}{\ButtonHold{} switch}
+ \opt{IRIVER_H100_PAD,IAUDIO_X5_PAD,MPIO_HD300_PAD}{\ButtonHold{} switch}
\opt{HAVEREMOTEKEYMAP}{& }
& Cycle display scaling modes\\
% defined for the Recorders and targets with 160x128x2 displays (H100, M5)
@@ -89,7 +94,8 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{IPOD_4G_PAD}{\ButtonHold{} switch}
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD%
,IRIVER_H10_PAD,SANSA_CLIP_PAD}{\ButtonPower}
- \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
+ \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD%
+ ,MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Open Rockboy menu\\
\end{btnmap}
diff --git a/manual/plugins/sliding.tex b/manual/plugins/sliding.tex
index ea06bf2..affd326 100644
--- a/manual/plugins/sliding.tex
+++ b/manual/plugins/sliding.tex
@@ -22,6 +22,7 @@ Key controls:
{\ButtonLeft{} / \ButtonRight{} / \ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}
{\TouchMidLeft{} / \TouchMidRight{} / \TouchTopMiddle{} / \TouchBottomMiddle}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Tile \\
%
@@ -35,6 +36,7 @@ Key controls:
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Shuffle \\
%
@@ -48,6 +50,7 @@ Key controls:
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchCenter}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Switch between pictures (default puzzle\opt{albumart}{, album art}, and your own image if
launched via Open With), and numbered tiles \\
@@ -59,6 +62,7 @@ launched via Open With), and numbered tiles \\
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/snake.tex b/manual/plugins/snake.tex
index c1ea590..18d3910 100644
--- a/manual/plugins/snake.tex
+++ b/manual/plugins/snake.tex
@@ -11,7 +11,7 @@ end when the snake touches either the borders of the screen or itself.
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonUp/\ButtonDown}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchTopMiddle/\TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Change levels (1 is slowest, 9 is fastest)\\
@@ -23,6 +23,7 @@ end when the snake touches either the borders of the screen or itself.
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchCenter}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Toggle Play/Pause\\
%
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index 51e9053..d1eb454 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -14,7 +14,7 @@ into itself.
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Set game speed\\
@@ -24,6 +24,7 @@ into itself.
{\ButtonRight{} / \ButtonLeft}
\opt{ONDIO_PAD}{\ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Select starting maze\\
\opt{RECORDER_PAD}{\ButtonFThree}
@@ -33,9 +34,10 @@ into itself.
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonUp{} / \ButtonDown}
+ \opt{MPIOH_HD300_PAD}{\ButtonScrollUp / \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Select game type (A or B)\\
- \opt{RECORDER_PAD}{\ButtonPlay}
+ \opt{RECORDER_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
@@ -54,9 +56,10 @@ into itself.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu{} / \ButtonPlay{} / \ButtonLeft{} / \ButtonRight}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle / \TouchMidLeft{} / \TouchMidRight}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Steer the snake\\
- \opt{RECORDER_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{RECORDER_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
@@ -73,6 +76,7 @@ into itself.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit\\
\end{btnmap}
diff --git a/manual/plugins/sokoban.tex b/manual/plugins/sokoban.tex
index 4af132a..72e3f46 100644
--- a/manual/plugins/sokoban.tex
+++ b/manual/plugins/sokoban.tex
@@ -26,6 +26,7 @@ information about the level format, see
{\ButtonLeft, \ButtonRight}
\opt{COWON_D2_PAD}
{\TouchTopMiddle, \TouchBottomMiddle, \TouchMidLeft, \TouchMidRight}
+\opt{MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown, \ButtonRew, \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Move the ``sokoban'' up, down, left, or right\\
\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -33,6 +34,7 @@ information about the level format, see
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu}
+\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
@@ -50,6 +52,7 @@ information about the level format, see
\opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{COWON_D2_PAD}{\ButtonMinus}
\opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Back to previous level \\
}
@@ -64,6 +67,7 @@ information about the level format, see
\opt{GIGABEAT_S_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchTopRight}
\opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonCancel}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Restart level \\
}
@@ -79,6 +83,7 @@ information about the level format, see
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}
\opt{COWON_D2_PAD}{\ButtonPlus}
\opt{PBELL_VIBE500_PAD}{\ButtonOK+\ButtonRight}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Go to next level \\
}
@@ -90,6 +95,7 @@ information about the level format, see
\opt{GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{COWON_D2_PAD}{\TouchTopRight}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+\opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Undo last movement \\
@@ -105,12 +111,14 @@ information about the level format, see
\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+\opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Redo previously undone move \\
\hline
\multicolumn{2}{c}{\textbf{Solution playback}} \\
\hline
-\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
+\opt{RECORDER_PAD,ARCHOS_AV300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
+ ,MPIO_HD300_PAD}{\ButtonPlay}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
@@ -123,7 +131,7 @@ information about the level format, see
,SANSA_FUZE_PAD,SANSA_C200_PAD}
{\ButtonUp/\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay}
-\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
+\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchTopMiddle/\TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase/decrease playback speed \\
@@ -132,6 +140,7 @@ information about the level format, see
,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}
{\ButtonLeft/\ButtonRight}
\opt{COWON_D2_PAD}{\TouchMidLeft/\TouchMidRight}
+\opt{MPIO_HD300_PAD}{\ButtonRew/\ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Go backward/forward (while paused) \\
\opt{RECORDER_PAD,ARCHOS_AV300_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -139,6 +148,7 @@ information about the level format, see
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD,COWON_D2_PAD}{\ButtonMenu}
+\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit \\
\end{btnmap}
diff --git a/manual/plugins/solitaire.tex b/manual/plugins/solitaire.tex
index 8463664..2a4a665 100644
--- a/manual/plugins/solitaire.tex
+++ b/manual/plugins/solitaire.tex
@@ -24,6 +24,7 @@ visit
,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}
{/ \ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Cursor around.\\
%
@@ -36,6 +37,7 @@ visit
\opt{IRIVER_H10_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Select cards, move cards, reveal hidden cards...\\
%
@@ -50,7 +52,7 @@ visit
\opt{SANSA_FUZE_PAD}{\ButtonHome}
\opt{SANSA_C200_PAD}{\ButtonVolDown}
\opt{COWON_D2_PAD}{\TouchTopLeft}
- \opt{PBELL_VIBE500_PAD}{\ButtonMenu}
+ \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& If a card was selected -- unselect it, else\\
\opt{HAVEREMOTEKEYMAP}{& }
@@ -68,6 +70,7 @@ visit
\opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchTopRight}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Put the card from the top of the remains stack on top of the cursor\\
%
@@ -82,6 +85,7 @@ visit
\opt{SANSA_FUZE_PAD}{\ButtonRight}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Put the card under the cursor on one of the 4 final colour stacks.\\
%
@@ -96,7 +100,7 @@ visit
\opt{MROBE100_PAD}{\ButtonDisplay{} + \ButtonRight}
\opt{SANSA_C200_PAD}{\ButtonVolUp}
\opt{COWON_D2_PAD}{\TouchBottomRight}
- \opt{PBELL_VIBE500_PAD}{Long \ButtonPlay}
+ \opt{PBELL_VIBE500_PAD,MPIO_HD300_PAD}{Long \ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Put the card on top of the remains stack on one of the final colour stacks.\\
%
@@ -107,6 +111,7 @@ visit
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/spacerocks.tex b/manual/plugins/spacerocks.tex
index 54818f8..24ac149 100644
--- a/manual/plugins/spacerocks.tex
+++ b/manual/plugins/spacerocks.tex
@@ -15,6 +15,7 @@ UFO will appear -- shoot this for extra points.
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Shoot\\
%
@@ -25,6 +26,7 @@ UFO will appear -- shoot this for extra points.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
\opt{COWON_D2_PAD}{\TouchTopMiddle}
+ \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Thrust\\
%
@@ -34,6 +36,7 @@ UFO will appear -- shoot this for extra points.
{\ButtonLeft / \ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack / \ButtonScrollFwd}
\opt{COWON_D2_PAD}{\TouchMidLeft / \TouchMidRight}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp / \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Turn left/right\\
%
@@ -44,6 +47,7 @@ UFO will appear -- shoot this for extra points.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchTopRight}
+ \opt{MPIO_HD300_PAD}{Long \ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Teleport\\
%
@@ -52,7 +56,8 @@ UFO will appear -- shoot this for extra points.
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
- \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD%
+ ,MPIO_HD300_PAD}{\ButtonPlay}
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchCenter}
@@ -66,6 +71,7 @@ UFO will appear -- shoot this for extra points.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/star.tex b/manual/plugins/star.tex
index 962513e..45754cd 100644
--- a/manual/plugins/star.tex
+++ b/manual/plugins/star.tex
@@ -17,6 +17,7 @@ could not otherwise reach. The block cannot take ``o''s.
,PBELL_VIBE500_PAD}
{\ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidLeft}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Left\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -24,6 +25,7 @@ could not otherwise reach. The block cannot take ``o''s.
,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD%
,PBELL_VIBE500_PAD}
{\ButtonRight}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{COWON_D2_PAD}{\TouchMidRight}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Right\\
@@ -34,6 +36,7 @@ could not otherwise reach. The block cannot take ``o''s.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
\opt{COWON_D2_PAD}{\TouchTopMiddle}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Up\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
@@ -43,6 +46,7 @@ could not otherwise reach. The block cannot take ``o''s.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Move Down\\
\opt{RECORDER_PAD}{\ButtonOn}
@@ -53,6 +57,7 @@ could not otherwise reach. The block cannot take ``o''s.
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Switch between circle and square\\
\opt{RECORDER_PAD}{\ButtonFOne}
@@ -65,6 +70,7 @@ could not otherwise reach. The block cannot take ``o''s.
\opt{MROBE100_PAD}{\ButtonMenu}
\opt{COWON_D2_PAD}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Previous level\\
\opt{RECORDER_PAD}{\ButtonFTwo}
@@ -77,6 +83,7 @@ could not otherwise reach. The block cannot take ``o''s.
\opt{GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{\TouchBottomRight}
+ \opt{MPIO_HD300_PAD}{Long \ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& }
& Reset level \\
\opt{RECORDER_PAD}{\ButtonFThree}
@@ -89,6 +96,7 @@ could not otherwise reach. The block cannot take ``o''s.
\opt{MROBE100_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchTopLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD300_PAD}{\ButtonPlay + \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Next level \\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
@@ -98,6 +106,7 @@ could not otherwise reach. The block cannot take ``o''s.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/starfield.tex b/manual/plugins/starfield.tex
index 5108d5e..8b1fa7d 100644
--- a/manual/plugins/starfield.tex
+++ b/manual/plugins/starfield.tex
@@ -10,6 +10,7 @@ Starfield simulation (like the classic screensaver).
,PBELL_VIBE500_PAD}
{\ButtonRight\ / \ButtonLeft}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
+ \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase / decrease number of stars\\
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
@@ -17,14 +18,16 @@ Starfield simulation (like the classic screensaver).
,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD%
,SANSA_C200_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD}
{\ButtonUp\ / \ButtonDown}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp\ / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle}
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp / \ButtonVolDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Increase / decrease speed\\
\opt{lcd_color}{%
\opt{IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect}%
- \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}%
+ \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
+ ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}%
{\ButtonPlay}%
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{HAVEREMOTEKEYMAP}{& }
@@ -37,6 +40,8 @@ Starfield simulation (like the classic screensaver).
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,RECORDER_PAD,ONDIO_PAD}{\ButtonOff}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
diff --git a/manual/plugins/stopwatch.tex b/manual/plugins/stopwatch.tex
index c9c0f5c..3dd99dc 100644
--- a/manual/plugins/stopwatch.tex
+++ b/manual/plugins/stopwatch.tex
@@ -12,13 +12,15 @@ A simple stopwatch program with support for saving times.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
& Quit Plugin \\
%
\opt{PLAYER_PAD,RECORDER_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD%
- ,PBELL_VIBE500_PAD}{\ButtonPlay}
+ ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{ONDIO_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonRight}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,MROBE100_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD}{\ButtonSelect}
@@ -29,7 +31,7 @@ A simple stopwatch program with support for saving times.
\opt{RECORDER_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonLeft}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonDown}
- \opt{IRIVER_H10_PAD}{\ButtonRew}
+ \opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew}
\opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD}{\ButtonMenu}
@@ -41,7 +43,7 @@ A simple stopwatch program with support for saving times.
\opt{PLAYER_PAD,RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{ONDIO_PAD,GIGABEAT_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
- \opt{IRIVER_H10_PAD}{\ButtonFF}
+ \opt{IRIVER_H10_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF}
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
\opt{HAVEREMOTEKEYMAP}{& }
& Take lap time \\
@@ -51,7 +53,8 @@ A simple stopwatch program with support for saving times.
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}%
{\ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp / \ButtonVolDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Scroll through lap times \\
\end{btnmap}
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
index 5578c1f..902fae6 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -35,7 +35,8 @@ settings.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
- \opt{MPIO_HD200_PAD}{FIXME / FIXME / FIXME / FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRew / \ButtonFF / \ButtonVolDown / \ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp / \ButtonScrollDown / \ButtonRew / \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Move the cursor\\
%
@@ -51,7 +52,8 @@ settings.
\opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Change number under the cursor\\
%
@@ -65,7 +67,8 @@ settings.
\opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
\opt{COWON_D2_PAD}{Long \TouchCenter}
\opt{PBELL_VIBE500_PAD}{Long \ButtonOK}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{Long \ButtonFunc}
+ \opt{MPIO_HD300_PAD}{Long \ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Constantly changing the number under the cursor\\
%
@@ -73,12 +76,12 @@ settings.
\opt{ONDIO_PAD}{Long \ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
- ,COWON_D2_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
+ ,COWON_D2_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD}{\ButtonSelect}
\opt{SANSA_FUZE_PAD}{\ButtonHome}
\opt{SANSA_C200_PAD}{\ButtonPower}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Open Menu\\
%
@@ -86,12 +89,12 @@ settings.
\opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{SANSA_FUZE_PAD}{\ButtonSelect}
- \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
+ \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD%
+ ,MPIO_HD300_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD}{Long \TouchBottomLeft}
- \opt{MPIO_HD200_PAD}{FIXME}
\opt{HAVEREMOTEKEYMAP}{& }
& Add/Remove number to scratchpad\\
%
@@ -102,7 +105,8 @@ settings.
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{Menu $\rightarrow$ Quit}
\opt{SANSA_C200_PAD,COWON_D2_PAD}{Long \ButtonPower}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Quit\\
%
diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex
index 8370f14..ce69025 100644
--- a/manual/plugins/text_viewer.tex
+++ b/manual/plugins/text_viewer.tex
@@ -13,13 +13,13 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolUp}
\opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{COWON_D2_PAD}{\ButtonMinus{} / }%
\opt{touchscreen}{\TouchTopMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRew}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IAUDIO_M3_PAD}{\ButtonRCUp}
}
@@ -29,13 +29,13 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_FUZE_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
- \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolDown}
\opt{GIGABEAT_S_PAD}{\ButtonNext}
\opt{COWON_D2_PAD}{\ButtonPlus{} / }%
\opt{touchscreen}{\TouchBottomMiddle}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonFF}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IAUDIO_M3_PAD}{\ButtonRCDown}
}
@@ -43,10 +43,11 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{PLAYER_PAD}{\ButtonMenu+\ButtonLeft}
\opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonLeft}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{touchscreen}{\TouchMidLeft}
- \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD}
- {\ButtonLeft}
+ \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
+ ,MPIO_HD300_PAD}{\ButtonLeft}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IAUDIO_M3_PAD}{\ButtonRCLeft}
}
@@ -55,10 +56,11 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{PLAYER_PAD}{\ButtonMenu+\ButtonRight}
\opt{GIGABEAT_S_PAD}{\ButtonPlay+\ButtonRight}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{touchscreen}{\TouchMidRight}
- \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD}
- {\ButtonRight}
+ \nopt{PLAYER_PAD,GIGABEAT_S_PAD,touchscreen,IAUDIO_M3_PAD,MPIO_HD200_PAD%
+ ,MPIO_HD300_PAD}{\ButtonRight}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IAUDIO_M3_PAD}{\ButtonRCRight}
}
@@ -67,11 +69,10 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD%
- ,GIGABEAT_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD}{%
+ ,GIGABEAT_PAD,PBELL_VIBE500_PAD}{%
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonUp}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonUp}
- \opt{MPIO_HD200_PAD}{FIXME}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonUp}
\opt{HAVEREMOTEKEYMAP}{& }
& One line up\\
@@ -79,38 +80,36 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD%
- ,GIGABEAT_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD}{%
+ ,GIGABEAT_PAD,PBELL_VIBE500_PAD}{%
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonDown}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonDown}
- \opt{MPIO_HD200_PAD}{FIXME}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonDown}
\opt{HAVEREMOTEKEYMAP}{& }
& One line down\\
}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,%
- GIGABEAT_S_PAD,MPIO_HD200_PAD}{
+ GIGABEAT_S_PAD}{
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonLeft}
\opt{GIGABEAT_S_PAD}{\ButtonLeft}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonLeft}
- \opt{MPIO_HD200_PAD}{FIXME}
\opt{HAVEREMOTEKEYMAP}{& }
& One column left\\
}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,%
- GIGABEAT_S_PAD,MPIO_HD200_PAD}{
+ GIGABEAT_S_PAD}{
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn+\ButtonRight}
\opt{GIGABEAT_S_PAD}{\ButtonRight}
\opt{GIGABEAT_PAD}{\ButtonA+\ButtonRight}
- \opt{MPIO_HD200_PAD}{FIXME}
\opt{HAVEREMOTEKEYMAP}{& }
& One column right\\
}
\opt{RECORDER_PAD,PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
- ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}
+ ,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD%
+ ,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{GIGABEAT_PAD}{\ButtonA}
@@ -136,7 +135,8 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{COWON_D2_PAD}{\ButtonMenu+\ButtonPlus}
\opt{SANSA_FUZE_PAD}{\ButtonUp+\ButtonSelect}
\opt{PBELL_VIBE500_PAD}{\ButtonPower}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IAUDIO_M3_PAD}{\ButtonRCPlay+\ButtonRCMode}
}
@@ -145,13 +145,13 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{RECORDER_PAD}{\ButtonFOne}
\opt{ONDIO_PAD}{Long \ButtonMenu}
\opt{PLAYER_PAD,IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
- ,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonMenu}
+ ,MROBE100_PAD,PBELL_VIBE500_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD}{\ButtonSelect}
\opt{SANSA_FUZE_PAD}{Long \ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\ButtonMenu{} / }%
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
\opt{touchscreen}{\TouchTopRight}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IAUDIO_M3_PAD}{\ButtonRCPlay}
@@ -168,7 +168,8 @@ by using \emph{Open with} from the \emph{Context Menu}
\opt{COWON_D2_PAD}{\ButtonPower{} / }%
\opt{touchscreen}{\TouchTopLeft}
\opt{IAUDIO_M3_PAD,PBELL_VIBE500_PAD}{\ButtonRec}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IAUDIO_M3_PAD}{\ButtonRCRec}
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
diff --git a/manual/plugins/vumeter.tex b/manual/plugins/vumeter.tex
index a29d88f..732737b 100644
--- a/manual/plugins/vumeter.tex
+++ b/manual/plugins/vumeter.tex
@@ -17,14 +17,16 @@ and the meter scale can be changed.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+\opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
}
& Save settings and quit\\
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu}
-\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD}%
- {\ButtonPlay}
+\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
+ ,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{SANSA_FUZE_PAD}{Long \ButtonSelect}
\opt{GIGABEAT_PAD}{\ButtonA}
@@ -38,23 +40,24 @@ and the meter scale can be changed.
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD}{\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew}
-\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD}%
- {\ButtonMenu}
+\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD%
+ ,MPIO_HD300_PAD}{\ButtonMenu}
+\opt{MPIO_HD200_PAD}{\ButtonFunc}
\opt{HAVEREMOTEKEYMAP}{& }
& Settings\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
-\opt{SANSA_C200_PAD}{\ButtonVolUp}
-\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
+\opt{SANSA_C200_PAD,MPIO_HD200_PAD}{\ButtonVolUp}
+\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{COWON_D2_PAD}{\TouchTopMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Raise Volume\\
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack}
-\opt{SANSA_C200_PAD}{\ButtonVolDown}
-\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
+\opt{SANSA_C200_PAD,MPIO_HD200_PAD}{\ButtonVolDown}
+\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& }
& Lower Volume\\
diff --git a/manual/plugins/wormlet.tex b/manual/plugins/wormlet.tex
index 24f55a2..e185e7c 100644
--- a/manual/plugins/wormlet.tex
+++ b/manual/plugins/wormlet.tex
@@ -53,8 +53,9 @@ Game controls:}
\nopt{RECORDER_PAD}{
\begin{btnmap}
- \nopt{MPIO_HD200_PAD,touchscreen}{\ButtonLeft}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonLeft}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown}
+ \opt{MPIO_HD300_PAD}{\ButtonRew}
\opt{touchscreen}{\TouchMidLeft}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -62,8 +63,9 @@ Game controls:}
Turn left
\\
- \nopt{MPIO_HD200_PAD,touchscreen}{\ButtonRight}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \nopt{MPIO_HD200_PAD,MPIO_HD300_PAD,touchscreen}{\ButtonRight}
+ \opt{MPIO_HD200_PAD}{\ButtonVolUp}
+ \opt{MPIO_HD300_PAD}{\ButtonFF}
\opt{touchscreen}{\TouchMidRight}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -72,10 +74,11 @@ Game controls:}
\\
\nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD%
- ,touchscreen}{\ButtonUp}
+ ,MPIO_HD300_PAD,touchscreen}{\ButtonUp}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonRew}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{touchscreen}{\TouchTopMiddle}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -84,10 +87,11 @@ Game controls:}
\\
\nopt{IPOD_3G_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,MPIO_HD200_PAD%
- ,touchscreen}{\ButtonDown}
+ ,MPIO_HD300_PAD,touchscreen}{\ButtonDown}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
- \opt{MPIO_HD200_PAD}{FIXME}
+ \opt{MPIO_HD200_PAD}{\ButtonFF}
+ \opt{MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{touchscreen}{\TouchBottomMiddle}
&
\opt{HAVEREMOTEKEYMAP}{
@@ -131,11 +135,11 @@ The game is over when all worms are dead. The longest worm wins the
game.
\item [Pause the game.]
Press
-\opt{RECORDER_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD}{\ButtonPlay}%
+\opt{RECORDER_PAD,IAUDIO_X5_PAD,PBELL_VIBE500_PAD,MPIO_HD200_PAD%
+ ,MPIO_HD300_PAD}{\ButtonPlay}%
\opt{ONDIO_PAD}{\ButtonMenu}%
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonSelect}
-\opt{MPIO_HD200_PAD}{FIXME}
\opt{COWON_D2_PAD}{\TouchCenter}
to pause the game. Press it again to resume the game.
@@ -149,7 +153,8 @@ There are two ways to stop a running game.
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}%
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}%
\opt{PBELL_VIBE500_PAD}{\ButtonRec}%
-\opt{MPIO_HD200_PAD}{FIXME}%
+\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}%
+\opt{MPIO_HD300_PAD}{Long \ButtonMenu}%
\opt{GIGABEAT_S_PAD}{\ButtonBack}.
The game will stop immediately and you will return to the game menu.
\item If you want to stop the game and still see the screen hit
@@ -160,7 +165,8 @@ The game will stop immediately and you will return to the game menu.
\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}%
\opt{GIGABEAT_PAD}{\ButtonA}%
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
-\opt{MPIO_HD200_PAD}{FIXME}%
+\opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
+\opt{MPIO_HD300_PAD}{Long \ButtonPlay}%
\opt{GIGABEAT_S_PAD}{\ButtonMenu}.
This freezes the game. If you hit
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}%
@@ -170,7 +176,8 @@ This freezes the game. If you hit
\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}%
\opt{GIGABEAT_PAD}{\ButtonA}%
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}%
-\opt{MPIO_HD200_PAD}{FIXME}%
+\opt{MPIO_HD200_PAD}{Long \ButtonFunc}%
+\opt{MPIO_HD300_PAD}{Long \ButtonPlay}%
\opt{GIGABEAT_S_PAD}{\ButtonMenu}
button again a new game starts with the same configuration. To return to the
games menu you can hit
@@ -179,7 +186,8 @@ games menu you can hit
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}%
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}%
-\opt{MPIO_HD200_PAD}{FIXME}%
+\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}%
+\opt{MPIO_HD300_PAD}{Long \ButtonMenu}%
\opt{GIGABEAT_S_PAD}{\ButtonBack}. A stopped game can not be resumed.
\end{itemize}
\end{description}
diff --git a/manual/plugins/xobox.tex b/manual/plugins/xobox.tex
index 9ddf179..ae5671c 100644
--- a/manual/plugins/xobox.tex
+++ b/manual/plugins/xobox.tex
@@ -12,19 +12,20 @@ To finish a level you have to section off more than 75\%.
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}%
{\ButtonUp, \ButtonDown,}%
- \opt{IRIVER_H10_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
+ \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp, \ButtonScrollDown,}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD}
{\ButtonLeft, \ButtonRight}
\opt{COWON_D2_PAD}{\TouchTopMiddle, \TouchBottomMiddle, \TouchMidLeft, \TouchMidRight}
+ \opt{MPIO_HD300_PAD}{\ButtonRew, \ButtonFF}
\opt{HAVEREMOTEKEYMAP}{& }
& Move around the arena\\
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
\opt{ONDIO_PAD}{\ButtonMenu}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_FUZE_PAD}{\ButtonSelect}
- \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,RECORDER_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD}%
- {\ButtonPlay}
+ \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,RECORDER_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD%
+ ,MPIO_HD300_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{GIGABEAT_PAD}{\ButtonA}
\opt{MROBE100_PAD}{\ButtonDisplay}
@@ -38,6 +39,7 @@ To finish a level you have to section off more than 75\%.
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Open menu\\
\end{btnmap}
diff --git a/manual/plugins/zxbox.tex b/manual/plugins/zxbox.tex
index e3b1d8e..1fef831 100644
--- a/manual/plugins/zxbox.tex
+++ b/manual/plugins/zxbox.tex
@@ -23,6 +23,8 @@ including an additional but fixed menu button, are assigned as follows:
,SANSA_C200_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD%
,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonLeft/\ButtonRight}
\opt{COWON_D2_PAD}{\TouchTopMiddle{}/\TouchBottomMiddle{}/\TouchMidLeft{}/\TouchMidRight}
+ \opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp / \ButtonRew / \ButtonFF}
+ \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
\opt{HAVEREMOTEKEYMAP}{& }
& Directional movement\\
%
@@ -34,6 +36,8 @@ including an additional but fixed menu button, are assigned as follows:
\opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{COWON_D2_PAD}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonOK}
+ \opt{MPIO_HD200_PAD}{\ButtonFunc}
+ \opt{MPIO_HD300_PAD}{\ButtonEnter}
\opt{HAVEREMOTEKEYMAP}{& }
& Jump/Fire\\
%
@@ -47,6 +51,8 @@ including an additional but fixed menu button, are assigned as follows:
\opt{IAUDIO_X5_PAD}{\ButtonPlay}
\opt{IRIVER_H10_PAD}{\ButtonFF}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel}
+ \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
+ \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{HAVEREMOTEKEYMAP}{& }
& Open ZXBox menu\\
\end{btnmap}