Home » Questions » Computers [ Ask a new question ]

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

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

I wrote a AutoHotKey script to print out these four lines:

Asked by: Guest | Views: 371
Total answers/comments: 1
Guest [Entry]

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