diff options
author | Christian Soffke <christian.soffke@gmail.com> | 2022-12-29 08:10:01 +0100 |
---|---|---|
committer | Christian Soffke <christian.soffke@gmail.com> | 2022-12-29 08:10:01 +0100 |
commit | 66bed14f1764455f45836aa641bcbfbe47cbd742 (patch) | |
tree | d685f91bba0f7a40719c3f8e2c4575ff66e29b67 | |
parent | faa2cb99429214de745bbc3e64e48a7432db51ae (diff) | |
download | rockbox-66bed14f17.tar.gz rockbox-66bed14f17.zip |
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
-rw-r--r-- | apps/plugins/spacerocks.c | 8 | ||||
-rw-r--r-- | manual/plugins/spacerocks.tex | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/plugins/spacerocks.c b/apps/plugins/spacerocks.c index 85beccb1c2..36729f8453 100644 --- a/apps/plugins/spacerocks.c +++ b/apps/plugins/spacerocks.c @@ -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 diff --git a/manual/plugins/spacerocks.tex b/manual/plugins/spacerocks.tex index bba380a7ff..05c3b2b23c 100644 --- a/manual/plugins/spacerocks.tex +++ b/manual/plugins/spacerocks.tex @@ -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} |