Anyone know how to use AutoHotKey?

Soldato
Joined
23 May 2011
Posts
10,462
I'm trying to make a simple script to close an application using AutoHotKey but I can't get it to work. When I run the script the program opens but it doesn't close and I get the "Ping" sound you get when you try to type but have clicked off of the browser.

What I have now is this:

Run, FF8.exe, C:\Program Files (x86)\Eidos Interactive\Square Soft, Inc\FINAL FANTASY VIII, max,
Send, {!F4},

Anyone know how to sort this out?

Thanks.
 
Last edited:
Back
Top Bottom