summaryrefslogtreecommitdiff
path: root/apps/keymaps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-03-04 07:45:12 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-03-04 07:45:12 +0000
commitca701bf62e192ad8cbaea38653e1e44874fede50 (patch)
treec5232585bfabf3601a19f9aa73a165aed67c2d84 /apps/keymaps
parent598629c3bf4bf683812c374af7791f06777873f7 (diff)
downloadrockbox-ca701bf62e192ad8cbaea38653e1e44874fede50.tar.gz
rockbox-ca701bf62e192ad8cbaea38653e1e44874fede50.zip
Add a function to get the actual button that was pressed (and some
status codes) instead of the action. Use this to figure out which screen to do prev/next page on in the lists git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12580 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/keymaps')
-rw-r--r--apps/keymaps/keymap-h1x0_h3x0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-h1x0_h3x0.c b/apps/keymaps/keymap-h1x0_h3x0.c
index 7997270a3b..413406d8e7 100644
--- a/apps/keymaps/keymap-h1x0_h3x0.c
+++ b/apps/keymaps/keymap-h1x0_h3x0.c
@@ -725,7 +725,7 @@ static const struct button_mapping button_context_menu_remote[] = {
725 { ACTION_MENU_STOP, BUTTON_RC_STOP, BUTTON_NONE }, 725 { ACTION_MENU_STOP, BUTTON_RC_STOP, BUTTON_NONE },
726 { ACTION_MENU_WPS, BUTTON_RC_ON, BUTTON_NONE }, 726 { ACTION_MENU_WPS, BUTTON_RC_ON, BUTTON_NONE },
727 727
728 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) 728 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST|CONTEXT_REMOTE)
729}; 729};
730 730
731/* the actual used tables */ 731/* the actual used tables */