CommonHost: Default fullscreen hotkey to F11

This commit is contained in:
Connor McLaughlin 2022-08-19 00:07:10 +10:00
parent 3019aa320d
commit de21ff250c

View file

@ -286,8 +286,8 @@ void CommonHost::SetDefaultHotkeyBindings(SettingsInterface& si)
#ifndef __ANDROID__
si.SetStringValue("Hotkeys", "FastForward", "Keyboard/Tab");
si.SetStringValue("Hotkeys", "TogglePause", "Keyboard/Space");
si.SetStringValue("Hotkeys", "ToggleFullscreen", "Keyboard/Alt & Keyboard/Return");
si.SetStringValue("Hotkeys", "Screenshot", "Keyboard/F10");
si.SetStringValue("Hotkeys", "ToggleFullscreen", "Keyboard/F11");
si.SetStringValue("Hotkeys", "OpenPauseMenu", "Keyboard/Escape");
si.SetStringValue("Hotkeys", "LoadSelectedSaveState", "Keyboard/F1");