Hotkeys in both keyboard and controller

Please correct me if I’m wrong but I configure my controller to use hotkeys with, for example:

input_enable_hotkey_btn = “8” input_menu_toggle_btn = “9” input_load_state_btn = “5” input_save_state_btn = “3”

Does the keys in my keyboard that serve the same function (F4, for load state, for example) stop working? Is that an intended behavior?

Thank you.

1 Like

When you have input_enable_hotkey_btn assigned to something, all hotkeys, including those bound to keyboard keys, will not work unless that button is held, currently. I’m unsure whether it’s an oversight that the gamepad button being held affects keyboard hotkeys or not, but that’s how it currently works. You could submit a github issue if you think it should be changed.

1 Like

Will do! Thanks for the explanation!