f4::
{
MouseGetPos (&MouseX, &MouseY)
pos:= &MouseX , &MouseY
;I want to add tooltip showing the pos, but don’t know how to
A_Clipboard := “”
A_Clipboard := pos
Send “^c”
ClipWait 2, 1
MsgBox “Copied position”
}
I feel like the answer is very simple, but I’ve searched around and found nothing.
New contributor
macroman is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.