ahk icon indicating copy to clipboard operation
ahk copied to clipboard

Get the cursor type

Open michaelmesser opened this issue 9 months ago • 1 comments

Checked the documentation

describe your feature request

https://www.autohotkey.com/docs/v2/Variables.htm#Cursor It would be nice to be able to do this without run_script.

cursor_type = ahk.run_script("""
FileAppend A_Cursor, "*"
""")

michaelmesser avatar Mar 18 '25 16:03 michaelmesser

Solid. I would like to get a feature in that lets you retrieve more of the builtin variables from AHK, including this one. I'll put it on my roadmap.

spyoungtech avatar Mar 18 '25 17:03 spyoungtech