How can I define the cursor position in a AutoHotKey script?

Solution 1:

Try adding {Left}{Left}{Left} after everything. This should move cursor back to proper location.

Solution 2:

Just a note:

Send {Left}{Left}{Left}

is the equivalent of...

Send {Left 3}