I would like to disable Xim commander via a script in AHK.
I'm trying to toggle the commander on and off after certain events in my script. (i'm not looking to rebind the key).
I've tried the following with no success
Send {Printscreen}
Send Printscreen
Send {Printscreen Down}
Sleep, 25
Send {Printscreen Up}
ControlSend, XIMCommander, {PrintScreen}, XIM4 Commander
Nothing works. Help a guy out? (I'm controlling my live stream overlays with the same keyboard and mouse and need to be able to turn the commander off and on via a script action)