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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -