I created a little script with AutoHotKey to be able to quit Raiden IV using the Esc key. and I took the opportunity to modify the z and x keys:
#SingleInstance, Off
Esc :: F2
LCtrl :: z
Alt :: x
return
Everything works, but the script remains open after closing Raiden IV. How to close the script at the same time as the game (Raiden IV: Overkill). Small precision, the script is compiled in .exe
thank you ?