forked from len0rd/rockbox
Fixed bug in Fiio M3K port where up button didnt work in some menus
Change-Id: Ie90230cb841837b10e839e0fb2e80b5fc4401c42
This commit is contained in:
parent
a6eafc86f8
commit
22cc4e4fcf
2 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,8 @@ static const struct button_mapping button_context_keyboard[] = {
|
|||
{ ACTION_KBD_LEFT, BUTTON_PREV|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_KBD_RIGHT, BUTTON_NEXT, BUTTON_NONE },
|
||||
{ ACTION_KBD_RIGHT, BUTTON_NEXT|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_KBD_UP, BUTTON_UP, BUTTON_NONE },
|
||||
{ ACTION_KBD_UP, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_KBD_DOWN, BUTTON_DOWN, BUTTON_NONE },
|
||||
{ ACTION_KBD_DOWN, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE },
|
||||
{ ACTION_KBD_CURSOR_LEFT, BUTTON_VOL_UP, BUTTON_NONE },
|
||||
|
|
|
@ -742,3 +742,4 @@ The Pocket Quake team (Dan East and others)
|
|||
The bzip2 team
|
||||
The bsdiff team
|
||||
The libtomcrypt team
|
||||
Spencer Brennessel
|
Loading…
Add table
Add a link
Reference in a new issue