Search found 2 matches

by paulslocum
Tue Dec 12, 2023 6:10 pm
Forum: Development for MiSTer
Topic: Where is KEY_MENU defined?
Replies: 1
Views: 2352

Where is KEY_MENU defined?

Sorry if I'm missing something obvious, but I can't find where the constant KEY_MENU is defined. It appears in user_io.cpp.

Code: Select all

if (!osd_is_visible && !is_menu() && key == KEY_MENU && press == 3) open_joystick_setup();
by paulslocum
Mon Dec 11, 2023 3:46 pm
Forum: Linux
Topic: How Do I Change the Hotkeys?
Replies: 0
Views: 2632

How Do I Change the Hotkeys?

For example, if I wanted PageUp to activate the menu instead of Alt-F12? To be clear, I don't want to remap the keyboard, I just want to change the hotkeys.