From ca701bf62e192ad8cbaea38653e1e44874fede50 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 4 Mar 2007 07:45:12 +0000 Subject: 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 --- apps/keymaps/keymap-h1x0_h3x0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/keymaps') 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[] = { { ACTION_MENU_STOP, BUTTON_RC_STOP, BUTTON_NONE }, { ACTION_MENU_WPS, BUTTON_RC_ON, BUTTON_NONE }, - LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) + LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST|CONTEXT_REMOTE) }; /* the actual used tables */ -- cgit v1.2.3