How can I define the cursor position in a AutoHotKey script?
Just a note:
Send {Left}{Left}{Left}
is the equivalent of...
Send {Left 3}
Try adding {Left}{Left}{Left}
after everything. This should move cursor back to proper location.
Just a note:
Send {Left}{Left}{Left}
is the equivalent of...
Send {Left 3}
Try adding {Left}{Left}{Left}
after everything. This should move cursor back to proper location.