Jump to content

controls


Recommended Posts

What are the basic mouse controls like the command line to make a mouse move and keyboard keys if someone could assist me in the this that would be great Thanks

Edited by Maxlvs
Link to comment
Share on other sites

What do you mean by "back mouse controls"?

You can move the mouse with the MouseMove command, click the buttons with the MouseClick command, and send keystrokes with the Send command. Read up on their helpfiles, all commands have at least one fully functional script as examples. If you run into trouble, show the code you have built and explain what you are doing and where it goes wrong so the forum can be of more specific help.

Roses are FF0000, violets are 0000FF... All my base are belong to you.

Link to comment
Share on other sites

The AutoIT Help file is Awesome, you will find everything you need to get started and then some.

The links below contain the same info that's in the Help file.

Mouse Move:

https://www.autoitscript.com/autoit3/docs/functions/MouseMove.htm

Send:

https://www.autoitscript.com/autoit3/docs/functions/Send.htm

[topic="21048"]New to AutoIt? Check out AutoIt 1-2-3![/topic] Need to make a GUI? You NEED KODA FormDesigner!
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...