FG
💻 Software

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

Fresh5 days ago
Mar 15, 20267881 views
Confidence Score0%
0%

Problem

I wrote a AutoHotKey script to print out these four lines: 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: but it just leaves the cursor at the end of the "12". How can I define the ending cursor position?

Error Output

==quote
web

12

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

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

Low Risk

Just a note: Send {Left}{Left}{Left} is the equivalent of... Send {Left 3}

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment