Jump to content

Click mouse and press keys


 Share

Recommended Posts

Hello, I'm new in this forum and I don't know anything about programming.

I would like to know how can I make an script to just left click mouse and then press some keys (Enter for instance). I would also like to know if I can make it so that it repeats the combination several times. Can you write an example of how should this script be?

Thank you and I'm sorry for my English.

Link to comment
Share on other sites

Hi,

Lookup MouseClick in the help. It describes everything you need to know about clicking the mouse button.

Lookup Send in the help. It describes everything you need to know about sending key presses.

Repeating code can be acheived in many ways. All depends on what you're trying to acheive. Look up Loops in the help.

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