Bind 'Toggle Fullscreen' hotkey to F11 by default

This commit is contained in:
OpenSauce04 2024-07-12 18:11:55 +01:00
parent a812a43bda
commit 1652640bd7
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ toml::value RootTable;
DefaultList<int> DefaultInts = DefaultList<int> DefaultInts =
{ {
{"Instance*.Keyboard", -1}, {"Instance*.Keyboard", -1},
{"Instance*.Keyboard.HK_FullscreenToggle", 16777274}, // F11 key
{"Instance*.Joystick", -1}, {"Instance*.Joystick", -1},
{"Instance*.Window*.Width", 256}, {"Instance*.Window*.Width", 256},
{"Instance*.Window*.Height", 384}, {"Instance*.Window*.Height", 384},