forked from len0rd/rockbox
99.999999% sure this fixes FS#7733 - on+left/right in the WPS on the AJBR
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
808568983d
commit
c249f53010
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ static const struct button_mapping button_context_standard[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct button_mapping button_context_wps[] = {
|
static const struct button_mapping button_context_wps[] = {
|
||||||
|
{ ACTION_NONE, BUTTON_ON, BUTTON_NONE },
|
||||||
{ ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
|
{ ACTION_WPS_PLAY, BUTTON_PLAY|BUTTON_REL, BUTTON_PLAY },
|
||||||
{ ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
|
{ ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
|
||||||
{ ACTION_WPS_SKIPPREV, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },
|
{ ACTION_WPS_SKIPPREV, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue