Jump to content

Recommended Posts

Posted

Hi , I am trying to create an autoit script so that every time I left-click with the mouse, I send "enter" to the keyboard. This is my script:

CODE
if MouseClick("left")=1 then send ("{ENTER}")

However , this ends very fast. I would like this script to keep going on so that every time I click with the mouse, the "enter" is sent to the keyboard. Is there a way to do this? (Please excuse my poor English)

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
  • Recently Browsing   0 members

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