mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-18 06:25:37 +00:00
CommonHost: Default fullscreen hotkey to F11
This commit is contained in:
parent
3019aa320d
commit
de21ff250c
|
@ -286,8 +286,8 @@ void CommonHost::SetDefaultHotkeyBindings(SettingsInterface& si)
|
||||||
#ifndef __ANDROID__
|
#ifndef __ANDROID__
|
||||||
si.SetStringValue("Hotkeys", "FastForward", "Keyboard/Tab");
|
si.SetStringValue("Hotkeys", "FastForward", "Keyboard/Tab");
|
||||||
si.SetStringValue("Hotkeys", "TogglePause", "Keyboard/Space");
|
si.SetStringValue("Hotkeys", "TogglePause", "Keyboard/Space");
|
||||||
si.SetStringValue("Hotkeys", "ToggleFullscreen", "Keyboard/Alt & Keyboard/Return");
|
|
||||||
si.SetStringValue("Hotkeys", "Screenshot", "Keyboard/F10");
|
si.SetStringValue("Hotkeys", "Screenshot", "Keyboard/F10");
|
||||||
|
si.SetStringValue("Hotkeys", "ToggleFullscreen", "Keyboard/F11");
|
||||||
|
|
||||||
si.SetStringValue("Hotkeys", "OpenPauseMenu", "Keyboard/Escape");
|
si.SetStringValue("Hotkeys", "OpenPauseMenu", "Keyboard/Escape");
|
||||||
si.SetStringValue("Hotkeys", "LoadSelectedSaveState", "Keyboard/F1");
|
si.SetStringValue("Hotkeys", "LoadSelectedSaveState", "Keyboard/F1");
|
||||||
|
|
Loading…
Reference in a new issue