I wrote a AutoHotKey script to print out these four lines:
==quote
web
12
but I want the cursor to be blinking between the line "web" and the line "12", I would think I could include the word "Cursor" like this:
::qqu::==quote{Enter}{Cursor}{Enter}web{Enter}12
but it just leaves the cursor at the end of the "12".
How can I define the ending cursor position?