Jump to content

Recommended Posts

Posted

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 key

Always remember to send Up again or it stays down after the script has finished.

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
×
×
  • Create New...