Jump to content

Using Up And Down Arrow Keys?


Recommended Posts

Most likely you are doing it in some game that captures the keyboard or something.

Does this work in notepad?

run("notepad")
winwaitactive("Unti")
for $i= 1 to 5
send("blah blah blah{enter}")
next
for $i=1 to 3
send("{up 5}")
sleep(1000)
send("{down}")
sleep(1000)
send("{down}")
sleep(1000)
send("{down}")
next

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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