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 Jan 10, 2025
1 parent 0c5dd28 commit 7a11770
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 @@ -49,6 +49,7 @@ toml::value RootTable;
DefaultList<int> DefaultInts =
{
{"Instance*.Keyboard", -1},
{"Instance*.Keyboard.HK_FullscreenToggle", Qt::Key_F11},
{"Instance*.Joystick", -1},
{"Instance*.Window*.Width", 256},
{"Instance*.Window*.Height", 384},
Expand Down

0 comments on commit 7a11770

Please sign in to comment.