mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Bind 'Toggle Fullscreen' hotkey to F11 by default
This commit is contained in:
parent
a812a43bda
commit
1652640bd7
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user