From c40a8219ac57112241b91db47c40f424bb4c70b8 Mon Sep 17 00:00:00 2001 From: Jean-Louis Biasini Date: Thu, 19 Sep 2013 23:21:51 +0200 Subject: fuze+/keymaps: Add action_std_cancel to bookmark and recording screen This fix FS#12902 and prevent same bug in bookmark screen. thanks to Julian67 for reporting Change-Id: Ifd2a383fd0f24aa3e242a8c72668de85526f0a70 Reviewed-on: http://gerrit.rockbox.org/622 Reviewed-by: Amaury Pouly --- apps/keymaps/keymap-fuzeplus.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/keymaps/keymap-fuzeplus.c') diff --git a/apps/keymaps/keymap-fuzeplus.c b/apps/keymaps/keymap-fuzeplus.c index 95c5fe447c..fa2b688af4 100644 --- a/apps/keymaps/keymap-fuzeplus.c +++ b/apps/keymaps/keymap-fuzeplus.c @@ -199,6 +199,7 @@ static const struct button_mapping button_context_recscreen[] = { { ACTION_SETTINGS_INCREPEAT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE }, { ACTION_SETTINGS_DEC, BUTTON_LEFT, BUTTON_NONE }, { ACTION_SETTINGS_DECREPEAT, BUTTON_LEFT|BUTTON_REPEAT, BUTTON_NONE }, + { ACTION_STD_CANCEL, BUTTON_BACK, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD) }; /* button_context_recscreen */ @@ -267,6 +268,7 @@ static const struct button_mapping button_context_eq[] = { /* Bookmark Screen */ static const struct button_mapping button_context_bmark[] = { { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT }, + { ACTION_STD_CANCEL, BUTTON_BACK, BUTTON_NONE }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST), }; /* button_context_bmark */ -- cgit v1.2.3