diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-03-04 07:45:12 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-03-04 07:45:12 +0000 |
commit | ca701bf62e192ad8cbaea38653e1e44874fede50 (patch) | |
tree | c5232585bfabf3601a19f9aa73a165aed67c2d84 /apps/keymaps/keymap-h1x0_h3x0.c | |
parent | 598629c3bf4bf683812c374af7791f06777873f7 (diff) |
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/keymap-h1x0_h3x0.c')
-rw-r--r-- | apps/keymaps/keymap-h1x0_h3x0.c | 2 |
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[] = { { 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 */ |