diff options
author | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2016-08-22 00:13:54 +0200 |
---|---|---|
committer | Sebastian Leonhardt <sebastian.leonhardt@web.de> | 2016-08-22 00:13:54 +0200 |
commit | afcdf0006748428000ff912e9efbf54d507cc046 (patch) | |
tree | f503cd630c11144ac8b35c8f4b246b77bcbb05fc /apps | |
parent | d938411a945174122a4a38d0f3b403155f27555d (diff) |
Fuze+: fix CONTEXT_SETTINGS keymap (unable to cancel)
Change-Id: Ia1f13f54de77c65ba07d2aeb3f77122ee09e5275
Diffstat (limited to 'apps')
-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 */ |