1
0
Fork 0
forked from len0rd/rockbox

Oops, applied the 'clean' patch instead of the one modified to meet the

second goal of committing it. Fixed so that you can actually stop now, 
and so 'A' has a use again.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14556 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Paul Louden 2007-08-31 14:24:16 +00:00
parent e8f07bc7bc
commit 30573a3604

View file

@ -66,7 +66,7 @@ static const struct button_mapping button_context_standard[] = {
static const struct button_mapping button_context_wps[] = {
{ ACTION_WPS_PLAY, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
{ ACTION_WPS_PLAY, BUTTON_A|BUTTON_REL, BUTTON_A },
{ ACTION_WPS_STOP, BUTTON_POWER|BUTTON_REL, BUTTON_POWER },
{ ACTION_WPS_SKIPNEXT, BUTTON_RIGHT|BUTTON_REL, BUTTON_RIGHT },