From fca5f11481c030d6d8f55d5a7388b888e1b6c391 Mon Sep 17 00:00:00 2001 From: misteraddons <51079966+misteraddons@users.noreply.github.com> Date: Fri, 8 May 2026 00:54:44 -0600 Subject: [PATCH] F7 = Keyboard Map (#1187) --- menu.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/menu.cpp b/menu.cpp index 83ae981..89a6af7 100644 --- a/menu.cpp +++ b/menu.cpp @@ -1323,6 +1323,13 @@ void HandleUI(void) } break; + case KEY_F7: // added: F7 activates joystick map if OSD is visible, or in menu core + if (menustate != MENU_SCRIPTS1 || script_finished) + { + menustate = MENU_JOYDIGMAP; + } + break; + // Within the menu the esc key acts as the menu key. problem: // if the menu is left with a press of ESC, then the follwing // break code for the ESC key when the key is released will