1
0
Fork 0
forked from len0rd/rockbox

D2: Add a key combination (PLUS+MENU) to go to the WPS while in menus.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23616 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rob Purchase 2009-11-11 23:18:47 +00:00
parent 9e75a3911c
commit 6dae8ee20a

View file

@ -71,6 +71,8 @@ static const struct button_mapping button_context_list[] = {
}; /* button_context_list */
static const struct button_mapping button_context_tree[] = {
{ ACTION_TREE_WPS, BUTTON_PLUS|BUTTON_MENU, BUTTON_PLUS },
{ ACTION_TREE_WPS, BUTTON_PLUS|BUTTON_MENU, BUTTON_PLUS|BUTTON_REPEAT },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST)
}; /* button_context_tree */