LABB

Results 22 comments of LABB

> This comes up fairly often on the subreddit and I typically tell users to add the hotkey assignments to their autoconfig profile via a text editor, which works well,...

@odditude42 I managed to fix it by doing the following: Changing all related hotkey variables to `"nul"` in the global `retroarch.cfg`. Example: ```plain input_enable_hotkey_btn = "nul" input_exit_emulator_btn = "nul" input_load_state_btn...