Fix remote stop from tree in the M3 keymap.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16665 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fc2a757e33
commit
45ba583a84
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ static const struct button_mapping button_context_tree[] = {
|
|||
static const struct button_mapping remote_button_context_tree[] = {
|
||||
{ ACTION_NONE, BUTTON_RC_PLAY, BUTTON_NONE },
|
||||
{ ACTION_TREE_WPS, BUTTON_RC_PLAY|BUTTON_REL, BUTTON_RC_PLAY },
|
||||
{ ACTION_TREE_WPS, BUTTON_RC_PLAY|BUTTON_REPEAT, BUTTON_RC_PLAY },
|
||||
{ ACTION_TREE_STOP, BUTTON_RC_PLAY|BUTTON_REPEAT, BUTTON_RC_PLAY },
|
||||
|
||||
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_STD)
|
||||
}; /* remote_button_context_tree */
|
||||
|
|
Loading…
Reference in a new issue