diff options
Diffstat (limited to 'apps/keymaps/keymap-fuzeplus.c')
-rw-r--r-- | apps/keymaps/keymap-fuzeplus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-fuzeplus.c b/apps/keymaps/keymap-fuzeplus.c index 9ac57d7d9d..8e71da08c4 100644 --- a/apps/keymaps/keymap-fuzeplus.c +++ b/apps/keymaps/keymap-fuzeplus.c @@ -227,6 +227,8 @@ static const struct button_mapping button_context_settings[] = { { ACTION_STD_OK, BUTTON_SELECT|BUTTON_REL, BUTTON_SELECT }, { ACTION_SETTINGS_RESET, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_NONE }, + { ACTION_STD_CANCEL, BUTTON_BACK, BUTTON_NONE }, + LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) }; /* button_context_settings */ |