ahk
ahk copied to clipboard
Get the cursor type
Checked the documentation
- [x] I have checked the documentation for the feature I am requesting
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, "*"
""")
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.