mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT for the scrollstrip.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26268 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f7253e322f
commit
06601e5fba
3 changed files with 44 additions and 12 deletions
|
@ -186,8 +186,8 @@ const struct button_mapping pla_main_ctx[] =
|
|||
{ PLA_DOWN, BUTTON_DOWN, BUTTON_NONE},
|
||||
{ PLA_LEFT, BUTTON_PREV, BUTTON_NONE},
|
||||
{ PLA_RIGHT, BUTTON_NEXT, BUTTON_NONE},
|
||||
{ PLA_UP_REPEAT, BUTTON_UP, BUTTON_NONE},
|
||||
{ PLA_DOWN_REPEAT, BUTTON_DOWN, BUTTON_NONE},
|
||||
{ PLA_UP_REPEAT, BUTTON_UP|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{ PLA_DOWN_REPEAT, BUTTON_DOWN|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{ PLA_LEFT_REPEAT, BUTTON_PREV|BUTTON_REPEAT, BUTTON_NONE},
|
||||
{ PLA_RIGHT_REPEAT, BUTTON_NEXT|BUTTON_REPEAT, BUTTON_NONE},
|
||||
#elif (CONFIG_KEYPAD == MPIO_HD200_PAD)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue