forked from len0rd/rockbox
Sansa E200 keymap: In the bookmark selection screen, move the delete command from play to rec.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15601 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f4c5c6aa62
commit
a703930d84
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ static const struct button_mapping button_context_keyboard[] = {
|
||||||
}; /* button_context_keyboard */
|
}; /* button_context_keyboard */
|
||||||
|
|
||||||
static const struct button_mapping button_context_bmark[] = {
|
static const struct button_mapping button_context_bmark[] = {
|
||||||
{ ACTION_BMS_DELETE, BUTTON_UP, BUTTON_NONE },
|
{ ACTION_BMS_DELETE, BUTTON_REC, BUTTON_NONE },
|
||||||
|
|
||||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
|
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST),
|
||||||
}; /* button_context_bmark */
|
}; /* button_context_bmark */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue