Popeye1 Posted December 7, 2008 Posted December 7, 2008 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.
toonboon Posted December 7, 2008 Posted December 7, 2008 Try looking at Send() in the help file, that should get you started. [right]~What can I say, I'm a Simplistic person[/right]
Pain Posted December 7, 2008 Posted December 7, 2008 Send("{a down}") ;Holds the A key down Sleep(1000); holds down the key for one sec Send("{a up}") ;Releases the A key
Popeye1 Posted December 7, 2008 Author Posted December 7, 2008 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.
Popeye1 Posted December 7, 2008 Author Posted December 7, 2008 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.
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