mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
HOTKEYS: changed quit from CTRL+ESC to CTRL+Q in CITRA, DOLPHIN, PRIMEHACK, YUZU, RETROARCH
This commit is contained in:
parent
b4c2ba75a9
commit
e3b890ea91
|
@ -231,7 +231,7 @@ input_enable_hotkey = "ctrl"
|
|||
input_enable_hotkey_axis = "nul"
|
||||
input_enable_hotkey_btn = "nul"
|
||||
input_enable_hotkey_mbtn = "nul"
|
||||
input_exit_emulator = "escape"
|
||||
input_exit_emulator = "q"
|
||||
input_exit_emulator_axis = "nul"
|
||||
input_exit_emulator_btn = "nul"
|
||||
input_exit_emulator_mbtn = "nul"
|
||||
|
|
Loading…
Reference in a new issue