zutto Posted February 11, 2009 Posted February 11, 2009 yeah :] i am not trying to send ctrl + ?? i am trying to send 2 different keys at same time so far i've tried: opt("SendKeyDelay",0) opt("SendKeyDownDelay",0) send("{left down}{right down}") send("{right up}{left up}") send("{left down}{right down}") send("{left up}{right up}") send("{left}{right}") without too good succes.. actually with those send("{left down}{right down}") send("{left up}{right up}") it could work but it doesnt release em exact same time :<
Spiff59 Posted February 11, 2009 Posted February 11, 2009 (edited) Nothing is ever going to happen "at the same time" in a single process. Edit: Or: A queue for everything, and everything in it's queue. Edited February 11, 2009 by Spiff59
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