Answer to question:
Looks like my script didnt work after all. And I was trying to make a too complicated example without reference to what I was aiming at.
Check Autohotkey manual that comes with the program. I love to use it since it has a search function (I use the offline manual since it faster than online manual). Just search for Getkeystate and you will find out what it means.
In my case it would execute the If statement only if the shift key was being pressed. Atleast that was my aim.
Back to topic. Is it working at the moment or not? If it's not working then you might wanna try this:
Code:
+2::
ControlSend,, {@}, ahk_id %wowid1%
ControlSend,, {@}, ahk_id %wowid2%
Return
Connect With Us