Jump to content

Character listing for AutoIt


Recommended Posts

Hi, I'm new to writing scripts. So I'm wondering if there is anything that shows me how to make all characters and keyboard functions appear in text if I use the "Send" function.

For example, if I'm using AutoIt to write in several addresses on a database, how do I make the script Tab to the next field; and press Enter to drop to the next record?

They're the things I'm referring to, as well as Shift, Alt, Control; all those keys.

I think that shows how little experience I have of scripting!! :">

Cheers for the help

Link to comment
Share on other sites

...as well as Shift, Alt, Control; all those keys...

be sure to pay attention to the example at the bottom of the help file document that Larry pointed you to. Also take note of the Win... functions.

Send("#r")
WinWaitActive("Run")
Send("notepad.exe{Enter}")
WinWaitActive("Untitled -")
Send("Today's time/date is {F5}")

[size="1"][font="Arial"].[u].[/u][/font][/size]

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