Skip to content

Commit 1652640

Browse files
committed
Bind 'Toggle Fullscreen' hotkey to F11 by default
1 parent a812a43 commit 1652640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/qt_sdl/Config.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ toml::value RootTable;
4848
DefaultList<int> DefaultInts =
4949
{
5050
{"Instance*.Keyboard", -1},
51+
{"Instance*.Keyboard.HK_FullscreenToggle", 16777274}, // F11 key
5152
{"Instance*.Joystick", -1},
5253
{"Instance*.Window*.Width", 256},
5354
{"Instance*.Window*.Height", 384},

0 commit comments

Comments
 (0)