dassksnz Posted December 20, 2010 Posted December 20, 2010 How can u use send and hold down the keys for an amount of time?
C45Y Posted December 20, 2010 Posted December 20, 2010 How can u use send and hold down the keys for an amount of time?Really? you missed the 100000000000 other threads asking the same question?hmmm... http://twentylinesofcode.blogspot.comLittle apps n crap. can be fun
DK12000 Posted December 20, 2010 Posted December 20, 2010 How can u use send and hold down the keys for an amount of time?Check out the Send Function in the Autoit Help file :To hold a key down (generally only useful for games) Send("{a down}") ;Holds the A key down Send("{a up}") ;Releases the A keyAlways remember to send Up again or it stays down after the script has finished.
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