summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2008-05-15 14:33:58 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2008-05-15 14:33:58 +0000
commitc249f5301024da7c8e8f23c32b01fecf72b1d5dc (patch)
treea5d4f50b31e6aa62761f3dfc78f6c26ab822e780
parent808568983dfb570c4507c36260502e5bc332636b (diff)
downloadrockbox-c249f5301024da7c8e8f23c32b01fecf72b1d5dc.tar.gz
rockbox-c249f5301024da7c8e8f23c32b01fecf72b1d5dc.zip
99.999999% sure this fixes FS#7733 - on+left/right in the WPS on the AJBR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17524 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/keymaps/keymap-recorder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-recorder.c b/apps/keymaps/keymap-recorder.c
index 627b32280e..403ebbfd80 100644
--- a/apps/keymaps/keymap-recorder.c
+++ b/apps/keymaps/keymap-recorder.c
@@ -57,6 +57,7 @@ static const struct button_mapping button_context_standard[] = {
57}; 57};
58 58
59static const struct button_mapping button_context_wps[] = { 59static const struct button_mapping button_context_wps[] = {
60 { ACTION_NONE, BUTTON_ON, BUTTON_NONE },
60 { ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY }, 61 { ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
61 { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT }, 62 { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
62 { ACTION_WPS_SKIPPREV, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT }, 63 { ACTION_WPS_SKIPPREV, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },