DaProgrammer Posted February 8, 2008 Posted February 8, 2008 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 ?
SadBunny Posted February 8, 2008 Posted February 8, 2008 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now