mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
plugins: SpaceRocks: iPod keymap, use Menu button for Menu
Missing from faa2cb9
- Thrust is now Right instead of Menu
- Teleport is Left instead of Play/Pause
- Pause is Play/Pause
Change-Id: Idd9758a68250bcfb2adec14589dffbe1a091511c
This commit is contained in:
parent
faa2cb9942
commit
66bed14f17
2 changed files with 8 additions and 8 deletions
|
@ -51,10 +51,10 @@
|
|||
|
||||
#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
|
||||
(CONFIG_KEYPAD == IPOD_1G2G_PAD)
|
||||
#define AST_PAUSE (BUTTON_SELECT | BUTTON_PLAY)
|
||||
#define AST_QUIT (BUTTON_SELECT | BUTTON_MENU)
|
||||
#define AST_THRUST BUTTON_MENU
|
||||
#define AST_HYPERSPACE BUTTON_PLAY
|
||||
#define AST_PAUSE BUTTON_PLAY
|
||||
#define AST_QUIT BUTTON_MENU
|
||||
#define AST_THRUST BUTTON_RIGHT
|
||||
#define AST_HYPERSPACE BUTTON_LEFT
|
||||
#define AST_LEFT BUTTON_SCROLL_BACK
|
||||
#define AST_RIGHT BUTTON_SCROLL_FWD
|
||||
#define AST_FIRE BUTTON_SELECT
|
||||
|
|
|
@ -23,7 +23,7 @@ UFO will appear -- shoot this for extra points.
|
|||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SANSA_FUZEPLUS_PAD%
|
||||
,SAMSUNG_YH92X_PAD,SAMSUNG_YH820_PAD}
|
||||
{\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonRight}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollUp}
|
||||
\opt{COWON_D2_PAD}{\TouchTopMiddle}
|
||||
\opt{MPIO_HD300_PAD}{\ButtonRec}
|
||||
|
@ -45,7 +45,7 @@ UFO will appear -- shoot this for extra points.
|
|||
,GIGABEAT_S_PAD,MROBE100_PAD,PBELL_VIBE500_PAD,SAMSUNG_YH92X_PAD%
|
||||
,SAMSUNG_YH820_PAD}
|
||||
{\ButtonDown}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft}
|
||||
\opt{IRIVER_H10_PAD}{\ButtonScrollDown}
|
||||
\opt{COWON_D2_PAD}{\TouchTopRight}
|
||||
\opt{MPIO_HD300_PAD}{Long \ButtonPlay}
|
||||
|
@ -56,7 +56,7 @@ UFO will appear -- shoot this for extra points.
|
|||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
|
||||
\opt{SANSA_CLIP_PAD}{\ButtonHome}
|
||||
\opt{SANSA_FUZE_PAD}{\ButtonSelect+\ButtonUp}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,GIGABEAT_S_PAD,PBELL_VIBE500_PAD%
|
||||
,MPIO_HD300_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPlay}
|
||||
\opt{GIGABEAT_PAD}{\ButtonA}
|
||||
|
@ -67,7 +67,7 @@ UFO will appear -- shoot this for extra points.
|
|||
& Pause game\\
|
||||
%
|
||||
\opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
|
||||
\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
|
||||
\opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD%
|
||||
,SANSA_C200_PAD,SANSA_CLIP_PAD,COWON_D2_PAD,SANSA_FUZEPLUS_PAD}{\ButtonPower}
|
||||
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue