1
0
Fork 0
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:
Jonathan Gordon 2008-05-15 14:33:58 +00:00
parent 808568983d
commit c249f53010

View file

@ -57,6 +57,7 @@ static const struct button_mapping button_context_standard[] = {
};
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_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },
{ ACTION_WPS_SKIPPREV, BUTTON_LEFT|BUTTON_REL, BUTTON_LEFT },