Bind 'Toggle Fullscreen' hotkey to F11 by default
This commit is contained in:
parent
0c5dd28b1c
commit
7a11770399
|
@ -49,6 +49,7 @@ toml::value RootTable;
|
||||||
DefaultList<int> DefaultInts =
|
DefaultList<int> DefaultInts =
|
||||||
{
|
{
|
||||||
{"Instance*.Keyboard", -1},
|
{"Instance*.Keyboard", -1},
|
||||||
|
{"Instance*.Keyboard.HK_FullscreenToggle", Qt::Key_F11},
|
||||||
{"Instance*.Joystick", -1},
|
{"Instance*.Joystick", -1},
|
||||||
{"Instance*.Window*.Width", 256},
|
{"Instance*.Window*.Width", 256},
|
||||||
{"Instance*.Window*.Height", 384},
|
{"Instance*.Window*.Height", 384},
|
||||||
|
|
Loading…
Reference in New Issue