Jump to content

Recommended Posts

Posted

I would like something nice and simple, I just want a part of my script to push and hold the down arrow key for a few seconds. Could someone show me how to do this? I used search but some of the results are a little complicated.

Posted

Send("{a down}") ;Holds the A key down

Sleep(1000); holds down the key for one sec

Send("{a up}") ;Releases the A key

Posted

Yeah I got that bit now, but what do I type to refer to the downward pointing arrow key? I can't figure out what to type to press it.

Posted

Yeah I got that bit now, but what do I type to refer to the downward pointing arrow key? I can't figure out what to type to press it.

Nevermind i got it, DOWN for down.

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