From ee2ab046da49185e756a079f831d48153b6137cd Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 31 Jan 2019 11:48:37 -0500 Subject: rocker: Correct a bad keymap in the bookmark screen Bascially made it impossible to back out of the screen. Change-Id: Ied8a956d8be8c987d3695e1163bc44a0866a0bd9 --- apps/keymaps/keymap-agptekrocker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/keymaps/keymap-agptekrocker.c b/apps/keymaps/keymap-agptekrocker.c index d1fa0170e6..aa7c687ce4 100644 --- a/apps/keymaps/keymap-agptekrocker.c +++ b/apps/keymaps/keymap-agptekrocker.c @@ -206,7 +206,7 @@ static const struct button_mapping button_context_keyboard[] = { }; /* button_context_keyboard */ static const struct button_mapping button_context_bmark[] = { - { ACTION_BMS_DELETE, BUTTON_LEFT, BUTTON_NONE }, + { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT }, LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST), }; /* button_context_bmark */ -- cgit v1.2.3