summaryrefslogtreecommitdiff
path: root/apps/keymaps/keymap-touchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/keymaps/keymap-touchscreen.c')
-rw-r--r--apps/keymaps/keymap-touchscreen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-touchscreen.c b/apps/keymaps/keymap-touchscreen.c
index eda92373d9..bb915b071b 100644
--- a/apps/keymaps/keymap-touchscreen.c
+++ b/apps/keymaps/keymap-touchscreen.c
@@ -182,6 +182,8 @@ static const struct button_mapping button_context_time[] = {
182}; /* button_context_time */ 182}; /* button_context_time */
183 183
184static const struct button_mapping button_context_quickscreen[] = { 184static const struct button_mapping button_context_quickscreen[] = {
185 /* override ACTION_STD_CANCEL from standard context */
186 { ACTION_NONE, BUTTON_MIDLEFT, BUTTON_NONE },
185 187
186 { ACTION_STD_CANCEL, BUTTON_CENTER|BUTTON_REL, BUTTON_NONE }, 188 { ACTION_STD_CANCEL, BUTTON_CENTER|BUTTON_REL, BUTTON_NONE },
187 { ACTION_QS_TOP, BUTTON_TOPMIDDLE|BUTTON_REL, BUTTON_NONE }, 189 { ACTION_QS_TOP, BUTTON_TOPMIDDLE|BUTTON_REL, BUTTON_NONE },