mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-27 22:42:57 +00:00
Added menu option to control fullscreen toggle shortcut on OS X
This commit is contained in:
parent
5317a92d11
commit
bb00c9b588
1 changed files with 4 additions and 0 deletions
|
@ -894,6 +894,10 @@ OptionMenu "MiscOptions"
|
||||||
Option "Merge left+right Alt/Ctrl/Shift", "k_mergekeys", "OnOff"
|
Option "Merge left+right Alt/Ctrl/Shift", "k_mergekeys", "OnOff"
|
||||||
Option "Alt-Enter toggles fullscreen", "k_allowfullscreentoggle", "OnOff"
|
Option "Alt-Enter toggles fullscreen", "k_allowfullscreentoggle", "OnOff"
|
||||||
}
|
}
|
||||||
|
IfOption(Mac)
|
||||||
|
{
|
||||||
|
Option "Command-F toggles fullscreen", "k_allowfullscreentoggle", "OnOff"
|
||||||
|
}
|
||||||
Option "Show IWAD selection dialog", "queryiwad", "OnOff"
|
Option "Show IWAD selection dialog", "queryiwad", "OnOff"
|
||||||
StaticText " "
|
StaticText " "
|
||||||
Option "Enable cheats from all games", "allcheats", "OnOff"
|
Option "Enable cheats from all games", "allcheats", "OnOff"
|
||||||
|
|
Loading…
Reference in a new issue