summaryrefslogtreecommitdiffstats
path: root/apps
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 /apps
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
Diffstat (limited to 'apps')
-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[] = {
}; /* 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 */