mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
rocker: Correct a bad keymap in the bookmark screen
Bascially made it impossible to back out of the screen. Change-Id: Ied8a956d8be8c987d3695e1163bc44a0866a0bd9
This commit is contained in:
parent
0a6cad736f
commit
ee2ab046da
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue