1
0
Fork 0
forked from len0rd/rockbox

zenxfi2: use sensible keymap and simulator keys

Change-Id: Icd718b34924e1d228bbd6662617152646ef0c3a5
This commit is contained in:
Amaury Pouly 2013-08-28 12:55:27 +02:00
parent a2a2e14e0d
commit 74761b70ac
2 changed files with 13 additions and 7 deletions

View file

@ -128,8 +128,8 @@ static const struct button_mapping button_context_keyboard[] = {
}; /* button_context_keyboard */
static const struct button_mapping button_context_radio[] = {
{ ACTION_FM_MENU, BUTTON_MENU|BUTTON_REL, BUTTON_NONE },
{ ACTION_FM_PRESET, BUTTON_MENU|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_FM_EXIT, BUTTON_MENU|BUTTON_REL, BUTTON_NONE },
{ ACTION_FM_MENU, BUTTON_MENU|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_STD_KEYLOCK, BUTTON_POWER, BUTTON_NONE },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_SETTINGS)