mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +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 "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"
|
||||
|
|
Loading…
Reference in a new issue