mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
fixed the bookmark screen keys
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10714 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
eed923ec83
commit
2e3cfafa0b
6 changed files with 35 additions and 6 deletions
|
|
@ -183,7 +183,8 @@ const struct button_mapping button_context_eq[] = {
|
|||
|
||||
const struct button_mapping button_context_bmark[] = {
|
||||
{ ACTION_BMS_DELETE, BUTTON_REC, BUTTON_NONE },
|
||||
{ ACTION_STD_OK, BUTTON_SELECT, BUTTON_NONE },
|
||||
{ ACTION_BMS_SELECT, BUTTON_SELECT, BUTTON_NONE },
|
||||
{ ACTION_BMS_EXIT, BUTTON_OFF, BUTTON_NONE },
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_CUSTOM|CONTEXT_SETTINGS),
|
||||
}; /* button_context_settings_bmark */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue