zen/zenxfi: map menu button to pitch screen toggle mode

The toggle action was unmapped for some reason

Change-Id: I061d790801215a99f56771993169341e46e54a77
This commit is contained in:
Amaury Pouly 2017-06-29 13:26:56 +02:00
parent d6452729e3
commit f9198ba35c

View file

@ -281,6 +281,8 @@ static const struct button_mapping button_context_pitchscreen[] = {
{ ACTION_PS_NUDGE_RIGHT, BUTTON_RIGHT, BUTTON_NONE },
{ ACTION_PS_NUDGE_RIGHT, BUTTON_RIGHT|BUTTON_REPEAT, BUTTON_NONE },
{ ACTION_PS_TOGGLE_MODE, BUTTON_MENU, BUTTON_NONE },
{ ACTION_PS_RESET, BUTTON_SELECT, BUTTON_NONE },
{ ACTION_PS_EXIT, BUTTON_BACK, BUTTON_NONE },
{ ACTION_PS_EXIT, BUTTON_PLAYPAUSE, BUTTON_NONE },