Are you guys getting the following msg after run?
You have to push atl+tab to get back to game when run. Not too pretty in machine integration. I'm using the following ahk:
Run, Shooter.exe
Esc::
Sendinput, !{f4}
Process,Close,Shooter.exe
Run,taskkill /im "Shooter.exe" /F
ExitApp
return
Since the "Esc" key during the game is in use, may cause issues