Jump to content

Recommended Posts

Posted

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
Posted

* 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.

Posted

* 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?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...