Jump to content

Liens

Members
  • Posts

    5
  • Joined

  • Last visited

Liens's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks, works perfect!
  2. This is what it changes to: MouseMove(248,227), $delay) I looked for the regular expression syntax but I can't find how to do -1 character from what is copied.
  3. Hmm I tried your search expression but it did not find anything.. I don't know the syntax of regular expressions, so I don't know what the problem is. I tried (MouseMove\(.*, .*\)) and MouseMove\(.*, .*\) and (MouseMove\(.*, .*)\) and MouseMove(.*, .*) None of them worked
  4. Oh yeah I have Notepad++, didn't know it could do that, thanks! I find it a strange thing for them to leave out though (setting the default value for something).
  5. Hello, Is there a way to change the default mouse move speed? Similar to Opt("SendKeyDelay", 0)? I'm using AU3Record and I want the finished script to run as fast as possible. I also don't want to go through and put ",0)" on the end of every MouseMove() because there are a quite a lot of them.. It's strange that I wasn't able to find an Opt() for it, it seems just as important as (also the mouse equivalent of) SendKeyDelay.
×
×
  • Create New...