summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2019-01-31 11:48:37 -0500
committerSolomon Peachy <pizza@shaftnet.org>2019-02-03 19:40:06 -0500
commitee2ab046da49185e756a079f831d48153b6137cd (patch)
treec1b79c5e6426bf584869fa95a4303299d6b74d2f
parent0a6cad736f6b4afe32df3eeb82c87e7108315983 (diff)
downloadrockbox-ee2ab046da49185e756a079f831d48153b6137cd.tar.gz
rockbox-ee2ab046da49185e756a079f831d48153b6137cd.zip
rocker: Correct a bad keymap in the bookmark screen
Bascially made it impossible to back out of the screen. Change-Id: Ied8a956d8be8c987d3695e1163bc44a0866a0bd9
-rw-r--r--apps/keymaps/keymap-agptekrocker.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
206}; /* button_context_keyboard */ 206}; /* button_context_keyboard */
207 207
208static const struct button_mapping button_context_bmark[] = { 208static const struct button_mapping button_context_bmark[] = {
209 { ACTION_BMS_DELETE, BUTTON_LEFT, BUTTON_NONE }, 209 { ACTION_BMS_DELETE, BUTTON_SELECT|BUTTON_REPEAT, BUTTON_SELECT },
210 210
211 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST), 211 LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
212}; /* button_context_bmark */ 212}; /* button_context_bmark */