Dragonfly I hate clicking!

  "click [<n>][<t>]":
    Mouse("left:up")+
    Pause("10")+
    (
      Mouse("left")+
      (
        Pause("20")
      )*Repeat(extra="t")
    )*Repeat(extra="n"),

That allows, for example, saying "click 5 10" in order to click the mouse five times with a two second interval between each click. Would be nice if Pause() allowed using a variable, but that format is better than nothing. You do have to know what you are doing before opening your mouth to issue the command, to avoid too many clicks with too much pause in between, since there is no way to abort playback.

Good luck and have fun.


Syndicate content