Loop autohotkey script moving mouse down each time -
i trying automate workflow using autohotkey.
i want move mouse position down 200px each iteration @ 2 positions marked below; , apologies formatting.
edit: answer below have learnt think of other ways make repeating action. ended using tinytask solve this.
you can use variable x coordinate , use += 200 add variables value. maybe simpler use keyboard
send, {down 3}{f2}
also autohotkey 1.1+ http://ahkscript.org has com built-in excel can controled vba
Comments
Post a Comment