Added menu option to control fullscreen toggle shortcut on OS X

This commit is contained in:
alexey.lysiuk 2016-01-31 10:34:17 +02:00
parent 5317a92d11
commit bb00c9b588

View file

@ -894,6 +894,10 @@ OptionMenu "MiscOptions"
Option "Merge left+right Alt/Ctrl/Shift", "k_mergekeys", "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"
StaticText " "
Option "Enable cheats from all games", "allcheats", "OnOff"