summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-nwza860.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-nwza860.c')
-rw-r--r--apps/keymaps/keymap-nwza860.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/keymaps/keymap-nwza860.c b/apps/keymaps/keymap-nwza860.c
index d455e23b62..899796552e 100644
--- a/apps/keymaps/keymap-nwza860.c
+++ b/apps/keymaps/keymap-nwza860.c
@@ -74,7 +74,8 @@ static const struct button_mapping button_context_keyboard[] = {
74}; /* button_context_keyboard */ 74}; /* button_context_keyboard */
75 75
76static const struct button_mapping button_context_quickscreen[] = { 76static const struct button_mapping button_context_quickscreen[] = {
77 { ACTION_STD_CANCEL, BUTTON_PLAY, BUTTON_NONE }, 77 { ACTION_STD_CONTEXT, BUTTON_PLAY|BUTTON_REPEAT, BUTTON_PLAY },
78 { ACTION_STD_CANCEL, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
78 { ACTION_STD_CANCEL, BUTTON_BACK, BUTTON_NONE }, 79 { ACTION_STD_CANCEL, BUTTON_BACK, BUTTON_NONE },
79 80
80 LAST_ITEM_IN_LIST 81 LAST_ITEM_IN_LIST