From e0490991652ee8573841293df9f283b7374cd818 Mon Sep 17 00:00:00 2001 From: Dana Conrad Date: Tue, 16 Mar 2021 21:06:15 -0500 Subject: erosq: Move ACTION_TREE_WPS to list context for use in Files and Database The ACTION_TREE_WPS (held back button) was a part of the mainmenu context, moved to list context so it would work in Files and Database as well for consistency. Change-Id: I3749d7b4fd041db80e81c1a79d30c2c7bdd64829 --- apps/keymaps/keymap-erosq.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/keymaps/keymap-erosq.c b/apps/keymaps/keymap-erosq.c index 3a841faf82..2dbb285de5 100644 --- a/apps/keymaps/keymap-erosq.c +++ b/apps/keymaps/keymap-erosq.c @@ -54,9 +54,6 @@ static const struct button_mapping button_context_standard[] = { }; /* button_context_standard */ static const struct button_mapping button_context_mainmenu[] = { - { ACTION_TREE_WPS, BUTTON_BACK|BUTTON_REPEAT, BUTTON_BACK }, // settings menu is mainmenu context, - // so if we don't use repeat it will - // jump back to main menu root LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_TREE), }; /* button_context_mainmenu as with sansa clip mapping - "back" button returns you to WPS */ @@ -105,6 +102,7 @@ static const struct button_mapping button_context_list[] = { /* ACTION_LISTTREE_PGUP, optional * ACTION_LISTTREE_PGDOWN, optional */ + { ACTION_TREE_WPS, BUTTON_BACK|BUTTON_REPEAT, BUTTON_BACK }, // back returns to WPS from many contexts #ifdef HAVE_VOLUME_IN_LIST { ACTION_LIST_VOLUP, BUTTON_VOL_UP, BUTTON_NONE }, -- cgit v1.2.3