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:
parent
9e75a3911c
commit
6dae8ee20a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue