将鼠标指针移动到光标

Moving the mouse pointer to the cursor

是否有自动热键功能可以将鼠标指针指向活动光标?

(假设活动 window 有一个活动光标,例如,在记事本等中)

MouseMove, A_CaretX, A_CaretY, 0

A_CaretXA_CaretY的当前X和Y坐标caret(文本插入点)。坐标是相对于活动 window 的,除非使用 CoordMode 使它们相对于整个屏幕。如果没有活动的 window 或无法确定插入位置,则这些变量为空白。

https://www.autohotkey.com/docs/Variables.htm#misc