summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2017-06-29 13:26:56 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2017-06-29 13:27:36 +0200
commitf9198ba35c55bf8765e54c271f1598a181f5c268 (patch)
tree7585c0b6aacaca8315d85090e8929cdceebd43bc
parentd6452729e3b8a4f7d111916af8eaad5a5a60b3c9 (diff)
downloadrockbox-f9198ba.tar.gz
rockbox-f9198ba.zip
zen/zenxfi: map menu button to pitch screen toggle mode
The toggle action was unmapped for some reason Change-Id: I061d790801215a99f56771993169341e46e54a77
-rw-r--r--apps/keymaps/keymap-zen.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/keymaps/keymap-zen.c b/apps/keymaps/keymap-zen.c
index d2eeca8d6d..acc9f2649f 100644
--- a/apps/keymaps/keymap-zen.c
+++ b/apps/keymaps/keymap-zen.c
@@ -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 },