summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorPaul Louden <paulthenerd@gmail.com>2007-08-31 14:09:47 +0000
committerPaul Louden <paulthenerd@gmail.com>2007-08-31 14:09:47 +0000
commit9931d5699c113247f8a3eb7fbf2aa8bfcad3b1c5 (patch)
tree06983e8c6edc02fb6656c1dc13af6960689852dd /apps
parent7db65ab5a7465ff58bfd2e787507983f0de84573 (diff)
downloadrockbox-9931d5699c113247f8a3eb7fbf2aa8bfcad3b1c5.tar.gz
rockbox-9931d5699c113247f8a3eb7fbf2aa8bfcad3b1c5.zip
Accept FS#6920, swap the 'A' and 'Select' button functions while in the
WPS. This allows a wider range of available functionality when just using the cross with a thumb, and brings controls more parallel to devices with similar input options in Rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14554 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/keymaps/keymap-gigabeat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/keymaps/keymap-gigabeat.c b/apps/keymaps/keymap-gigabeat.c
index eee005eed2..446f27cd4c 100644
--- a/apps/keymaps/keymap-gigabeat.c
+++ b/apps/keymaps/keymap-gigabeat.c
@@ -66,7 +66,7 @@ static const struct button_mapping button_context_standard[] = {
66 66
67 67
68static const struct button_mapping button_context_wps[] = { 68static const struct button_mapping button_context_wps[] = {
69 { ACTION_WPS_PLAY, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT }, 69 { ACTION_WPS_PLAY, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
70 { ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER }, 70 { ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
71 71
72 { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT }, 72 { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
@@ -98,7 +98,7 @@ static const struct button_mapping button_context_wps[] = {
98 { ACTION_WPS_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT }, 98 { ACTION_WPS_CONTEXT, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
99 99
100 { ACTION_WPS_ID3SCREEN, BUTTON_A|BUTTON_MENU, BUTTON_NONE }, 100 { ACTION_WPS_ID3SCREEN, BUTTON_A|BUTTON_MENU, BUTTON_NONE },
101 { ACTION_WPS_BROWSE, BUTTON_A|BUTTON_REL, BUTTON_A }, 101 { ACTION_WPS_BROWSE, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT },
102 102
103 LAST_ITEM_IN_LIST 103 LAST_ITEM_IN_LIST
104}; /* button_context_wps */ 104}; /* button_context_wps */