Jump to content

Recommended Posts

Posted

HotKeySet("^h", "auto1")
While 1
    Sleep(1000)
WEnd

Func auto1()
    Send("{SHIFTDOWN}")
    MouseDown("left")
EndFunc   ;==>auto1

it works the first time but when i press Ctrl+h again it only presses the mouse and not the shift :/ why is that ?

Try sending {SHIFTUP} after shift isn't necessary anymore.

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...