Skip to content

Commit

Permalink
Bind 'Toggle Fullscreen' hotkey to F11 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenSauce04 committed Jul 12, 2024
1 parent a812a43 commit 1652640
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/qt_sdl/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ toml::value RootTable;
DefaultList<int> DefaultInts =
{
{"Instance*.Keyboard", -1},
{"Instance*.Keyboard.HK_FullscreenToggle", 16777274}, // F11 key
{"Instance*.Joystick", -1},
{"Instance*.Window*.Width", 256},
{"Instance*.Window*.Height", 384},
Expand Down

0 comments on commit 1652640

Please sign in to comment.