F7 = Keyboard Map (#1187)

This commit is contained in:
misteraddons
2026-05-08 00:54:44 -06:00
committed by GitHub
parent 329281e281
commit fca5f11481

View File

@@ -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