Greenyoda Posted September 2, 2006 Posted September 2, 2006 Hey guys, Im trying to send a key to a game. I have a few questions: I already Know im going to use the Send() comand. How do I get that to hold fo X amount of seconds? And how to I get the ACSII values for keys like W. Thanks:)
Moderators SmOke_N Posted September 2, 2006 Moderators Posted September 2, 2006 * Opt(SendKeyDownDelay, [N]) in the help file. * Look at Chr() + the ACSII chart in the help file. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Greenyoda Posted September 2, 2006 Author Posted September 2, 2006 * Opt(SendKeyDownDelay, [N]) in the help file. * Look at Chr() + the ACSII chart in the help file.so Opt("SendKeyDownDelay", 1) send( "87" ) would send w with a one second delay?
Thatsgreat2345 Posted September 2, 2006 Posted September 2, 2006 try it out and tell us or read the help file
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