1
0
Fork 0
forked from len0rd/rockbox

[Fuze+][Keymaps] Application and viewer keymaps update

Last core update for keymaps and manual. Manual is now 100% complete

Change-Id: I9ad33206ecea41a88cba7a355da911fa7ab0455d
Reviewed-on: http://gerrit.rockbox.org/521
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
This commit is contained in:
Jean-Louis Biasini 2013-07-17 19:43:33 +03:00 committed by Amaury Pouly
parent 1c8c24183e
commit a9f20862a7
15 changed files with 93 additions and 66 deletions

View file

@ -414,10 +414,10 @@ F3: equal to "="
#define CALCULATOR_RIGHT BUTTON_RIGHT #define CALCULATOR_RIGHT BUTTON_RIGHT
#define CALCULATOR_UP BUTTON_UP #define CALCULATOR_UP BUTTON_UP
#define CALCULATOR_DOWN BUTTON_DOWN #define CALCULATOR_DOWN BUTTON_DOWN
#define CALCULATOR_QUIT BUTTON_POWER #define CALCULATOR_QUIT (BUTTON_BACK|BUTTON_REPEAT)
#define CALCULATOR_INPUT BUTTON_SELECT #define CALCULATOR_INPUT BUTTON_SELECT
#define CALCULATOR_CALC BUTTON_PLAYPAUSE #define CALCULATOR_CALC BUTTON_PLAYPAUSE
#define CALCULATOR_CLEAR BUTTON_BACK #define CALCULATOR_CLEAR (BUTTON_BACK|BUTTON_REL)
#elif (CONFIG_KEYPAD == SANSA_CONNECT_PAD) #elif (CONFIG_KEYPAD == SANSA_CONNECT_PAD)
#define CALCULATOR_LEFT BUTTON_LEFT #define CALCULATOR_LEFT BUTTON_LEFT

View file

@ -310,7 +310,7 @@
#define CHC_QUIT BUTTON_POWER #define CHC_QUIT BUTTON_POWER
#define CHC_STARTSTOP BUTTON_PLAYPAUSE #define CHC_STARTSTOP BUTTON_PLAYPAUSE
#define CHC_RESET BUTTON_BACK #define CHC_RESET BUTTON_BACK
#define CHC_MENU BUTTON_SELECT #define CHC_MENU (BUTTON_SELECT|BUTTON_REPEAT)
#define CHC_SETTINGS_INC BUTTON_UP #define CHC_SETTINGS_INC BUTTON_UP
#define CHC_SETTINGS_DEC BUTTON_DOWN #define CHC_SETTINGS_DEC BUTTON_DOWN
#define CHC_SETTINGS_OK BUTTON_SELECT #define CHC_SETTINGS_OK BUTTON_SELECT

View file

@ -1175,15 +1175,17 @@ CONFIG_KEYPAD == MROBE500_PAD
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD #elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
#define CHIP8_OFF BUTTON_POWER #define CHIP8_OFF BUTTON_POWER
#define CHIP8_KEY1 BUTTON_LEFT #define CHIP8_KEY0 BUTTON_VOL_DOWN
#define CHIP8_KEY1 BUTTON_BACK
#define CHIP8_KEY2 BUTTON_UP #define CHIP8_KEY2 BUTTON_UP
#define CHIP8_KEY3 BUTTON_RIGHT #define CHIP8_KEY3 BUTTON_PLAYPAUSE
#define CHIP8_KEY4 BUTTON_DOWN #define CHIP8_KEY4 BUTTON_LEFT
#define CHIP8_KEY5 BUTTON_PLAYPAUSE #define CHIP8_KEY5 BUTTON_SELECT
#define CHIP8_KEY6 BUTTON_BACK #define CHIP8_KEY6 BUTTON_RIGHT
#define CHIP8_KEY7 BUTTON_SELECT #define CHIP8_KEY7 BUTTON_BOTTOMLEFT
#define CHIP8_KEY8 BUTTON_VOL_DOWN #define CHIP8_KEY8 BUTTON_DOWN
#define CHIP8_KEY9 BUTTON_VOL_UP #define CHIP8_KEY9 BUTTON_BOTTOMRIGHT
#define CHIP8_KEYA BUTTON_VOL_UP
#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD #elif CONFIG_KEYPAD == SANSA_CONNECT_PAD

View file

@ -324,11 +324,11 @@ static void setoptions (void)
options.LEFT = BUTTON_LEFT; options.LEFT = BUTTON_LEFT;
options.RIGHT = BUTTON_RIGHT; options.RIGHT = BUTTON_RIGHT;
options.A = BUTTON_BACK; options.A = BUTTON_VOL_UP;
options.B = BUTTON_PLAYPAUSE; options.B = BUTTON_VOL_DOWN;
options.START = BUTTON_SELECT; options.START = BUTTON_SELECT;
options.SELECT = (BUTTON_PLAYPAUSE | BUTTON_REPEAT); options.SELECT = BUTTON_PLAYPAUSE;
options.MENU = (BUTTON_SELECT | BUTTON_REPEAT); options.MENU = BUTTON_BACK;
#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD #elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
options.UP = BUTTON_UP; options.UP = BUTTON_UP;

View file

@ -212,10 +212,10 @@
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD #elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
#define ROCKPAINT_QUIT BUTTON_POWER #define ROCKPAINT_QUIT BUTTON_POWER
#define ROCKPAINT_DRAW BUTTON_SELECT #define ROCKPAINT_DRAW BUTTON_VOL_UP
#define ROCKPAINT_MENU BUTTON_PLAYPAUSE #define ROCKPAINT_MENU BUTTON_VOL_DOWN
#define ROCKPAINT_TOOLBAR BUTTON_BACK #define ROCKPAINT_TOOLBAR BUTTON_BOTTOMRIGHT
#define ROCKPAINT_TOOLBAR2 (BUTTON_BACK|BUTTON_PLAYPAUSE) #define ROCKPAINT_TOOLBAR2 BUTTON_BOTTOMLEFT
#define ROCKPAINT_UP BUTTON_UP #define ROCKPAINT_UP BUTTON_UP
#define ROCKPAINT_DOWN BUTTON_DOWN #define ROCKPAINT_DOWN BUTTON_DOWN
#define ROCKPAINT_LEFT BUTTON_LEFT #define ROCKPAINT_LEFT BUTTON_LEFT

View file

@ -317,15 +317,15 @@
#define LABEL_VOLUME "UP/DOWN" #define LABEL_VOLUME "UP/DOWN"
#elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD #elif CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD
#define VUMETER_QUIT BUTTON_POWER #define VUMETER_QUIT BUTTON_BACK
#define VUMETER_HELP BUTTON_PLAYPAUSE #define VUMETER_HELP BUTTON_PLAYPAUSE
#define VUMETER_MENU BUTTON_BACK #define VUMETER_MENU (BUTTON_SELECT|BUTTON_REPEAT)
#define VUMETER_UP BUTTON_UP #define VUMETER_UP BUTTON_VOL_UP
#define VUMETER_DOWN BUTTON_DOWN #define VUMETER_DOWN BUTTON_VOL_DOWN
#define LABEL_HELP "PLAY" #define LABEL_HELP "PLAY"
#define LABEL_QUIT "POWER" #define LABEL_QUIT "BACK"
#define LABEL_MENU "BACK" #define LABEL_MENU "Long SELECT"
#define LABEL_VOLUME "UP/DOWN" #define LABEL_VOLUME "Vol+/Vol-"
#elif CONFIG_KEYPAD == SANSA_CONNECT_PAD #elif CONFIG_KEYPAD == SANSA_CONNECT_PAD
#define VUMETER_QUIT BUTTON_POWER #define VUMETER_QUIT BUTTON_POWER

View file

@ -9,11 +9,11 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\begin{btnmap} \begin{btnmap}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% ,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} ,GIGABEAT_S_PAD,MROBE100_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonLeft{} / \ButtonRight{} /} {\ButtonLeft{} / \ButtonRight{} /}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonUp{} / \ButtonDown} {\ButtonUp{} / \ButtonDown}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/}
\opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack} \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack}
@ -28,7 +28,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{ONDIO_PAD}{\ButtonMenu} \opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD} ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonSelect} {\ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonPlay} \opt{IRIVER_H10_PAD}{\ButtonPlay}
\opt{COWON_D2_PAD}{\TouchCenter} \opt{COWON_D2_PAD}{\TouchCenter}
@ -49,6 +49,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{MROBE100_PAD}{\ButtonDisplay} \opt{MROBE100_PAD}{\ButtonDisplay}
\opt{COWON_D2_PAD,MPIO_HD300_PAD}{\ButtonMenu} \opt{COWON_D2_PAD,MPIO_HD300_PAD}{\ButtonMenu}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel} \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Delete last entered digit or clear after calculation\\ & Delete last entered digit or clear after calculation\\
% %
@ -64,7 +65,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{ONDIO_PAD}{Long \ButtonMenu} \opt{ONDIO_PAD}{Long \ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD
,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD} ,PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonPlay} {\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{Long \ButtonSelect} \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{Long \ButtonSelect}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
@ -81,6 +82,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee
\opt{PBELL_VIBE500_PAD}{\ButtonRec} \opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
\opt{MPIO_HD300_PAD}{Long \ButtonMenu} \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{SANSA_FUZEPLUS_PAD}{Long \ButtonBack}
\opt{HAVEREMOTEKEYMAP}{& \opt{HAVEREMOTEKEYMAP}{&
\opt{IRIVER_RC_H100_PAD}{\ButtonRCStop} \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
} }

View file

@ -7,7 +7,7 @@ used in any kind of game with up to ten players.
\subsubsection{Setup} \subsubsection{Setup}
\begin{btnmap} \begin{btnmap}
\opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD} ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonRight{} / \ButtonLeft} {\ButtonRight{} / \ButtonLeft}
\opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}
{\ButtonUp{} / \ButtonDown} {\ButtonUp{} / \ButtonDown}
@ -21,7 +21,7 @@ used in any kind of game with up to ten players.
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonRight} \opt{ONDIO_PAD}{\ButtonRight}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD% \opt{IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD%
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD}{\ButtonSelect} ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect}
\opt{PBELL_VIBE500_PAD}{\ButtonOK} \opt{PBELL_VIBE500_PAD}{\ButtonOK}
\opt{MPIO_HD200_PAD}{\ButtonFunc} \opt{MPIO_HD200_PAD}{\ButtonFunc}
\opt{MPIO_HD300_PAD}{\ButtonEnter} \opt{MPIO_HD300_PAD}{\ButtonEnter}
@ -34,7 +34,7 @@ used in any kind of game with up to ten players.
\opt{IAUDIO_X5_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec} \opt{IAUDIO_X5_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome} \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack} \opt{GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonCancel} \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Move to previous screen\\ & Move to previous screen\\
@ -63,7 +63,7 @@ Keys are as follows:
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
\opt{IAUDIO_X5_PAD}{\ButtonRec} \opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower} \opt{IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{\ButtonPower} \opt{SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonBack} \opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec} \opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
@ -80,6 +80,7 @@ Keys are as follows:
\opt{GIGABEAT_PAD}{\ButtonA} \opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD}{\ButtonPrev} \opt{GIGABEAT_S_PAD}{\ButtonPrev}
\opt{MROBE100_PAD}{\ButtonDisplay} \opt{MROBE100_PAD}{\ButtonDisplay}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Restart round for the current player \\ & Restart round for the current player \\
% %
@ -89,13 +90,13 @@ Keys are as follows:
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
,MROBE100_PAD,SANSA_FUZE_PAD} ,MROBE100_PAD,SANSA_FUZE_PAD}
{\ButtonSelect} {\ButtonSelect}
\opt{PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonPlay} \opt{PBELL_VIBE500_PAD,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Pause the time (press again to continue) \\ & Pause the time (press again to continue) \\
% %
\opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight} ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonRight}
\opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonUp} {\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
@ -103,7 +104,7 @@ Keys are as follows:
% %
\opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD% \opt{PLAYER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD%
,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonLeft} ,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonLeft}
\opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD} \opt{RECORDER_PAD,ONDIO_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonDown} {\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
\opt{MPIO_HD200_PAD}{\ButtonVolDown} \opt{MPIO_HD200_PAD}{\ButtonVolDown}
@ -116,6 +117,7 @@ Keys are as follows:
\opt{RECORDER_PAD}{\ButtonFOne} \opt{RECORDER_PAD}{\ButtonFOne}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
\opt{IAUDIO_X5_PAD}{\ButtonSelect} \opt{IAUDIO_X5_PAD}{\ButtonSelect}
\opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonUp} \opt{SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_FUZE_PAD}{\ButtonUp}
\opt{MPIO_HD200_PAD}{Long \ButtonFunc} \opt{MPIO_HD200_PAD}{Long \ButtonFunc}
@ -125,7 +127,7 @@ Keys are as follows:
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{(\ButtonOn\ to select.)}% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{(\ButtonOn\ to select.)}%
\opt{ONDIO_PAD}{(\ButtonRight\ to select.)}% \opt{ONDIO_PAD}{(\ButtonRight\ to select.)}%
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD} ,GIGABEAT_S_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
{(\ButtonSelect\ to select.)}% {(\ButtonSelect\ to select.)}%
\opt{IAUDIO_X5_PAD}{(press again to select.)}\\ \opt{IAUDIO_X5_PAD}{(press again to select.)}\\
\end{btnmap} \end{btnmap}

View file

@ -40,7 +40,7 @@ The default keymappings are:
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu} \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD% \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD} ,GIGABEAT_PAD,MROBE100_PAD,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonPower} {\ButtonPower}
\opt{GIGABEAT_S_PAD}{\ButtonBack} \opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec} \opt{PBELL_VIBE500_PAD}{\ButtonRec}
@ -49,22 +49,26 @@ The default keymappings are:
\end{sideways} \end{sideways}
& &
% Key "0" % Key "0"
\begin{sideways}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown}
\end{sideways}
& &
% "Key "1" % "Key "1"
\begin{sideways} \begin{sideways}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
\opt{RECORDER_PAD}{\ButtonFOne} \opt{RECORDER_PAD}{\ButtonFOne}
\opt{ONDIO_PAD}{\ButtonUp} \opt{ONDIO_PAD,SANSA_FUZEPLUS_PAD}{\ButtonUp}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonMenu}
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew} \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonRew}
\end{sideways} \end{sideways}
& &
% Key "2" % Key "2"
\begin{sideways} \begin{sideways}
\opt{RECORDER_PAD,ONDIO_PAD}{\ButtonUp}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonScrollBack} {\ButtonScrollBack}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp} ,RECORDER_PAD,ONDIO_PAD,SANSA_FUZEPLUS_PAD,GIGABEAT_S_PAD%
,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp} \opt{IRIVER_H10_PAD}{\ButtonScrollUp}
\opt{SANSA_C200_PAD}{\ButtonVolUp} \opt{SANSA_C200_PAD}{\ButtonVolUp}
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF} \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF}
@ -73,7 +77,7 @@ The default keymappings are:
% Key "3" % Key "3"
\begin{sideways} \begin{sideways}
\opt{RECORDER_PAD}{\ButtonFThree} \opt{RECORDER_PAD}{\ButtonFThree}
\opt{MROBE100_PAD}{\ButtonPlay} \opt{MROBE100_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{MPIO_HD200_PAD}{\ButtonFunc} \opt{MPIO_HD200_PAD}{\ButtonFunc}
\opt{MPIO_HD300_PAD}{\ButtonMenu} \opt{MPIO_HD300_PAD}{\ButtonMenu}
@ -84,7 +88,7 @@ The default keymappings are:
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonLeft} {\ButtonLeft}
\opt{MPIO_HD200_PAD}{\ButtonRec} \opt{MPIO_HD200_PAD}{\ButtonRec}
\opt{MPIO_HD300_PAD}{\ButtonEnter} \opt{MPIO_HD300_PAD}{\ButtonEnter}
@ -96,7 +100,7 @@ The default keymappings are:
\opt{ONDIO_PAD}{\ButtonMenu} \opt{ONDIO_PAD}{\ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD} ,SANSA_FUZE_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonSelect} {\ButtonSelect}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{IPOD_4G_PAD,IPOD_3G_PAD,IRIVER_H10_PAD}{\ButtonPlay}
\opt{PBELL_VIBE500_PAD}{\ButtonOK} \opt{PBELL_VIBE500_PAD}{\ButtonOK}
@ -109,7 +113,7 @@ The default keymappings are:
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD%
,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD% ,IPOD_3G_PAD,IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD%
,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD%
,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonRight} {\ButtonRight}
\opt{MPIO_HD200_PAD}{\ButtonVolDown} \opt{MPIO_HD200_PAD}{\ButtonVolDown}
\opt{MPIO_HD300_PAD}{\ButtonPlay} \opt{MPIO_HD300_PAD}{\ButtonPlay}
@ -122,6 +126,7 @@ The default keymappings are:
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{MPIO_HD200_PAD}{\ButtonVolUp} \opt{MPIO_HD200_PAD}{\ButtonVolUp}
\opt{MPIO_HD300_PAD}{\ButtonScrollUp} \opt{MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft}
\end{sideways} \end{sideways}
& &
% Key "8" % Key "8"
@ -130,7 +135,7 @@ The default keymappings are:
,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonDown} ,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonDown}
\opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}
{\ButtonScrollFwd} {\ButtonScrollFwd}
\opt{IAUDIO_X5_PAD}{\ButtonDown} \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonDown}
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown} \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{SANSA_C200_PAD}{\ButtonVolDown} \opt{SANSA_C200_PAD}{\ButtonVolDown}
\end{sideways} \end{sideways}
@ -140,9 +145,13 @@ The default keymappings are:
\opt{RECORDER_PAD}{\ButtonOn} \opt{RECORDER_PAD}{\ButtonOn}
\opt{GIGABEAT_PAD}{\ButtonA} \opt{GIGABEAT_PAD}{\ButtonA}
\opt{GIGABEAT_S_PAD}{\ButtonPlay} \opt{GIGABEAT_S_PAD}{\ButtonPlay}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomRight}
\end{sideways} \end{sideways}
& &
% Key "A" % Key "A"
\begin{sideways}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolUp}
\end{sideways}
& &
% Key "B" % Key "B"
& &

View file

@ -16,7 +16,7 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
\begin{btnmap} \begin{btnmap}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,IAUDIO_X5_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}{\ButtonUp/ \ButtonDown} ,IAUDIO_X5_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{\ButtonUp/ \ButtonDown}
\opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack} \opt{IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd/ \ButtonScrollBack}
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/ \ButtonScrollDown} \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp/ \ButtonScrollDown}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD}{\ButtonVolUp/ \ButtonVolDown} \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD}{\ButtonVolUp/ \ButtonVolDown}
@ -26,7 +26,8 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD% ,IAUDIO_X5_PAD,MROBE100_PAD,IPOD_3G_PAD,IPOD_4G_PAD,SANSA_E200_PAD%
,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD} ,SANSA_FUZE_PAD,IRIVER_H10_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,PBELL_VIBE500_PAD%
,SANSA_FUZEPLUS_PAD}
{\ButtonRight/ \ButtonLeft} {\ButtonRight/ \ButtonLeft}
\opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew} \opt{MPIO_HD200_PAD,MPIO_HD300_PAD}{\ButtonFF / \ButtonRew}
\opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft} \opt{COWON_D2_PAD}{\TouchMidRight{} / \TouchMidLeft}
@ -35,7 +36,7 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
% %
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \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} ,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonPlay} {\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonUp}
\opt{GIGABEAT_PAD}{\ButtonA} \opt{GIGABEAT_PAD}{\ButtonA}
@ -47,7 +48,7 @@ might experience ``Buffer miss!'' with many files, except simple ones.}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu} \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IAUDIO_X5_PAD% \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,IAUDIO_X5_PAD%
,IRIVER_H10_PAD,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} ,IRIVER_H10_PAD,MROBE100_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome} \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{PBELL_VIBE500_PAD}{\ButtonRec} \opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}

View file

@ -13,14 +13,14 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\begin{btnmap} \begin{btnmap}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,SANSA_CLIP_PAD}{\ButtonUp{} / \ButtonDown} ,GIGABEAT_S_PAD,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD}{\ButtonUp{} / \ButtonDown}
\opt{IPOD_4G_PAD}{Tap \ButtonPlay{} / \ButtonMenu} \opt{IPOD_4G_PAD}{Tap \ButtonPlay{} / \ButtonMenu}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown} \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown}
\opt{PBELL_VIBE500_PAD}{\ButtonOK{} / \ButtonCancel} \opt{PBELL_VIBE500_PAD}{\ButtonOK{} / \ButtonCancel}
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD%
,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD% ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
,GIGABEAT_S_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD% ,GIGABEAT_S_PAD,IPOD_4G_PAD,IRIVER_H10_PAD,PBELL_VIBE500_PAD%
,SANSA_CLIP_PAD} ,SANSA_CLIP_PAD,SANSA_FUZEPLUS_PAD}
{\ButtonLeft{} / \ButtonRight} {\ButtonLeft{} / \ButtonRight}
\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown} \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight} \opt{COWON_D2_PAD}{\TouchTopMiddle{} / \TouchBottomMiddle{} / \TouchMidLeft{} / \TouchMidRight}
@ -31,12 +31,12 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{IRIVER_H100_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD}{\ButtonOn}
\opt{IRIVER_H300_PAD}{\ButtonRec} \opt{IRIVER_H300_PAD}{\ButtonRec}
\opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Right}} \opt{IPOD_4G_PAD}{Tap \btnfnt{Top-Right}}
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay} \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolUp}
\opt{COWON_D2_PAD}{\ButtonPlus} \opt{COWON_D2_PAD}{\ButtonPlus}
\opt{PBELL_VIBE500_PAD}{\ButtonPower} \opt{PBELL_VIBE500_PAD}{\ButtonPower}
\opt{MPIO_HD300_PAD}{\ButtonPlay} \opt{SANSA_FUZEPLUS_PAD}{\ButtonVolUp}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& A button\\ & A button\\
% %
@ -50,6 +50,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown} \opt{GIGABEAT_PAD,GIGABEAT_S_PAD}{\ButtonVolDown}
\opt{COWON_D2_PAD}{\ButtonMinus} \opt{COWON_D2_PAD}{\ButtonMinus}
\opt{MPIO_HD300_PAD}{\ButtonRec} \opt{MPIO_HD300_PAD}{\ButtonRec}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolDown}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& B button\\ & B button\\
% %
@ -57,7 +58,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
\opt{IRIVER_H100_PAD}{\ButtonRec} \opt{IRIVER_H100_PAD}{\ButtonRec}
\opt{IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H300_PAD}{\ButtonOn}
\opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Right} /~Press \ButtonSelect} \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Right} /~Press \ButtonSelect}
\opt{IAUDIO_X5_PAD}{\ButtonSelect} \opt{IAUDIO_X5_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolDown} \opt{SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonVolDown}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
@ -69,7 +70,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
& Start\\ & Start\\
% %
\nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{ \nopt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect}
\opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Left}} \opt{IPOD_4G_PAD}{Tap \btnfnt{Bottom-Left}}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd} \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
@ -96,6 +97,7 @@ the gnuboy emulator. To start a game, open a ROM file saved as \fname{.gb} or
,IRIVER_H10_PAD,SANSA_CLIP_PAD}{\ButtonPower} ,IRIVER_H10_PAD,SANSA_CLIP_PAD}{\ButtonPower}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD% \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD%
,MPIO_HD300_PAD}{\ButtonMenu} ,MPIO_HD300_PAD}{\ButtonMenu}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Open Rockboy menu\\ & Open Rockboy menu\\
\end{btnmap} \end{btnmap}

View file

@ -143,15 +143,17 @@ if you select Exit, so any unsaved changes will be lost.}
\opt{GIGABEAT_PAD}{\ButtonA} \opt{GIGABEAT_PAD}{\ButtonA}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{GIGABEAT_S_PAD}{\ButtonPlay} \opt{GIGABEAT_S_PAD}{\ButtonPlay}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBottomLeft{} or \ButtonBottomRight}
\opt{touchscreen}{\TouchBottomLeft} \opt{touchscreen}{\TouchBottomLeft}
\opt{PBELL_VIBE500_PAD}{\ButtonOK} \opt{PBELL_VIBE500_PAD}{\ButtonOK}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Displays the toolbar.\\ & Displays the toolbar.\\
\nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD}{\ButtonSelect}% \nopt{IRIVER_H10_PAD,touchscreen,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{\ButtonSelect}%
\opt{IRIVER_H10_PAD}{\ButtonFF}% \opt{IRIVER_H10_PAD}{\ButtonFF}%
\opt{touchscreen}{\TouchCenter} \opt{touchscreen}{\TouchCenter}
\opt{PBELL_VIBE500_PAD}{\ButtonPlay} \opt{PBELL_VIBE500_PAD}{\ButtonPlay}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonVolUp}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Toggles the brush and selects objects.\\ & Toggles the brush and selects objects.\\

View file

@ -27,4 +27,7 @@ end when the snake touches either the borders of the screen or itself.
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Toggle Play/Pause\\ & Toggle Play/Pause\\
% %
\opt{SANSA_FUZEPLUS_PAD}{\ButtonPower}
\opt{HAVEREMOTEKEYMAP}{& }
& Go to the plugin's menu\\
\end{btnmap} \end{btnmap}

View file

@ -15,7 +15,7 @@ and the meter scale can be changed.
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD% \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,GIGABEAT_PAD%
,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower} ,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome} \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{GIGABEAT_S_PAD}{\ButtonBack} \opt{GIGABEAT_S_PAD,SANSA_FUZEPLUS_PAD}{\ButtonBack}
\opt{PBELL_VIBE500_PAD}{\ButtonRec} \opt{PBELL_VIBE500_PAD}{\ButtonRec}
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
\opt{MPIO_HD300_PAD}{Long \ButtonMenu} \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
@ -26,7 +26,7 @@ and the meter scale can be changed.
\opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{RECORDER_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu} \opt{ONDIO_PAD}{\ButtonMenu}
\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} ,MPIO_HD200_PAD,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
\opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec} \opt{SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
\opt{SANSA_CLIP_PAD}{\ButtonHome} \opt{SANSA_CLIP_PAD}{\ButtonHome}
\opt{SANSA_FUZE_PAD}{Long \ButtonSelect} \opt{SANSA_FUZE_PAD}{Long \ButtonSelect}
@ -40,6 +40,7 @@ and the meter scale can be changed.
\opt{ONDIO_PAD}{Long \ButtonMenu} \opt{ONDIO_PAD}{Long \ButtonMenu}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD% \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,SANSA_CLIP_PAD}{\ButtonSelect} ,SANSA_E200_PAD,SANSA_FUZE_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD}{\ButtonSelect}
\opt{SANSA_FUZEPLUS_PAD}{Long \ButtonSelect}
\opt{IRIVER_H10_PAD}{\ButtonRew} \opt{IRIVER_H10_PAD}{\ButtonRew}
\opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD% \opt{GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,COWON_D2_PAD,PBELL_VIBE500_PAD%
,MPIO_HD300_PAD}{\ButtonMenu} ,MPIO_HD300_PAD}{\ButtonMenu}
@ -49,7 +50,7 @@ and the meter scale can be changed.
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% \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} ,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{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollFwd}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD}{\ButtonVolUp} \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD,SANSA_FUZEPLUS_PAD}{\ButtonVolUp}
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp} \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollUp}
\opt{COWON_D2_PAD}{\TouchTopMiddle} \opt{COWON_D2_PAD}{\TouchTopMiddle}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
@ -57,7 +58,7 @@ and the meter scale can be changed.
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% \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} ,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{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonScrollBack}
\opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD}{\ButtonVolDown} \opt{SANSA_C200_PAD,SANSA_CLIP_PAD,MPIO_HD200_PAD,SANSA_FUZEPLUS_PAD}{\ButtonVolDown}
\opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown} \opt{IRIVER_H10_PAD,MPIO_HD300_PAD}{\ButtonScrollDown}
\opt{COWON_D2_PAD}{\TouchBottomMiddle} \opt{COWON_D2_PAD}{\TouchBottomMiddle}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }

View file

@ -15,13 +15,14 @@ including an additional but fixed menu button, are assigned as follows:
\begin{btnmap} \begin{btnmap}
\opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay/} \opt{IPOD_3G_PAD,IPOD_4G_PAD}{\ButtonMenu/\ButtonPlay/}
\opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD% \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD%
,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD,PBELL_VIBE500_PAD}% ,IAUDIO_X5_PAD,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD%
,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}%
{\ButtonUp/\ButtonDown/} {\ButtonUp/\ButtonDown/}
\opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/} \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown/}
\opt{IPOD_3G_PAD,IPOD_4G_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD% \opt{IPOD_3G_PAD,IPOD_4G_PAD,RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD%
,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD% ,IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD%
,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD% ,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD%
,IRIVER_H10_PAD,PBELL_VIBE500_PAD}{\ButtonLeft/\ButtonRight} ,IRIVER_H10_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD}{\ButtonLeft/\ButtonRight}
\opt{COWON_D2_PAD}{\TouchTopMiddle{}/\TouchBottomMiddle{}/\TouchMidLeft{}/\TouchMidRight} \opt{COWON_D2_PAD}{\TouchTopMiddle{}/\TouchBottomMiddle{}/\TouchMidLeft{}/\TouchMidRight}
\opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp / \ButtonRew / \ButtonFF} \opt{MPIO_HD200_PAD}{\ButtonVolDown / \ButtonVolUp / \ButtonRew / \ButtonFF}
\opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown} \opt{MPIO_HD300_PAD}{\ButtonRew / \ButtonFF / \ButtonScrollUp / \ButtonScrollDown}
@ -29,7 +30,8 @@ including an additional but fixed menu button, are assigned as follows:
& Directional movement\\ & Directional movement\\
% %
\opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD% \opt{IPOD_3G_PAD,IPOD_4G_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,IAUDIO_X5_PAD%
,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD}{\ButtonSelect} ,SANSA_C200_PAD,SANSA_CLIP_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD,MROBE100_PAD
,SANSA_FUZEPLUS_PAD}{\ButtonSelect}
\opt{RECORDER_PAD}{\ButtonPlay} \opt{RECORDER_PAD}{\ButtonPlay}
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn} \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn}
\opt{ONDIO_PAD}{\ButtonMenu} \opt{ONDIO_PAD}{\ButtonMenu}
@ -53,6 +55,7 @@ including an additional but fixed menu button, are assigned as follows:
\opt{PBELL_VIBE500_PAD}{\ButtonCancel} \opt{PBELL_VIBE500_PAD}{\ButtonCancel}
\opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay} \opt{MPIO_HD200_PAD}{\ButtonRec + \ButtonPlay}
\opt{MPIO_HD300_PAD}{Long \ButtonMenu} \opt{MPIO_HD300_PAD}{Long \ButtonMenu}
\opt{SANSA_FUZEPLUS_PAD}{\ButtonBack}
\opt{HAVEREMOTEKEYMAP}{& } \opt{HAVEREMOTEKEYMAP}{& }
& Open ZXBox menu\\ & Open ZXBox menu\\
\end{btnmap} \end{btnmap}