From 80876fdbb70e37ef038478b27cf53a1ed7a27afc Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 8 Oct 2006 18:47:32 +0000 Subject: Player: repair pause vs. context menu behaviour in WPS. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11152 a1c6a512-1295-4272-9138-f99709370657 --- apps/keymaps/keymap-player.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/keymaps/keymap-player.c b/apps/keymaps/keymap-player.c index 6d3b5c98b9..b4989d3a11 100644 --- a/apps/keymaps/keymap-player.c +++ b/apps/keymaps/keymap-player.c @@ -40,7 +40,7 @@ static const struct button_mapping button_context_standard[] = { }; static const struct button_mapping button_context_wps[] = { - { ACTION_WPS_PLAY, BUTTON_PLAY, BUTTON_NONE }, + { ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY }, { ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT }, { ACTION_WPS_SKIPPREV, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT }, { ACTION_WPS_SEEKBACK, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, @@ -58,7 +58,7 @@ static const struct button_mapping button_context_wps[] = { { ACTION_WPS_MENU, BUTTON_MENU|BUTTON_REL, BUTTON_MENU }, { ACTION_WPS_CONTEXT, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY }, { ACTION_WPS_ID3SCREEN, BUTTON_MENU|BUTTON_ON, BUTTON_NONE }, - { ACTION_STD_KEYLOCK, BUTTON_MENU|BUTTON_STOP, BUTTON_NONE }, + { ACTION_STD_KEYLOCK, BUTTON_MENU|BUTTON_STOP, BUTTON_NONE }, LAST_ITEM_IN_LIST }; -- cgit v1.2.3