Hello,
I have been trying to get a (non-emulated) game to both start up in Fullscreen (F11) and close the menu bar (F1) on startup automatically with an additional script - so far what I have been using is
#NoEnv
Sleep, 3000
SetKeyDelay, -1, 110
Send {F11}{F1}
Return
However this only ever seems to input F11 for fullscreen while leaving the menu bar up. Is there something I am missing in order to get both key presses to register?