We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a812a43 commit 1652640Copy full SHA for 1652640
src/frontend/qt_sdl/Config.cpp
@@ -48,6 +48,7 @@ toml::value RootTable;
48
DefaultList<int> DefaultInts =
49
{
50
{"Instance*.Keyboard", -1},
51
+ {"Instance*.Keyboard.HK_FullscreenToggle", 16777274}, // F11 key
52
{"Instance*.Joystick", -1},
53
{"Instance*.Window*.Width", 256},
54
{"Instance*.Window*.Height", 384},
0 commit comments