mirror of
https://github.com/MiSTer-devel/Main_MiSTer.git
synced 2026-05-17 03:04:02 +00:00
F7 = Keyboard Map (#1187)
This commit is contained in:
7
menu.cpp
7
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
|
||||
|
||||
Reference in New Issue
Block a user