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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -