autohotkey - Is there an alternate way to hold down a mouse button with AHK? -


for holding down mouse button, i've tried:

click down 

and

send {lbutton down} 

but both of these methods cause game i'm making macro log me out "too many actions". there alternative methods?

mouseclick

mouseclick, left, x, y, d


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -