honwahp Posted May 12, 2009 Posted May 12, 2009 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: CODEif 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)
Developers Jos Posted May 12, 2009 Developers Posted May 12, 2009 Have you opened the helpfile and checked what that line of code does? It will also have info on your loop question. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now