Close
Showing results 1 to 10 of 10

Threaded View

  1. #5

    Default

    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
    Last edited by aasi888 : 09-17-2012 at 05:03 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •