Skip to content

Get the cursor type #374

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
michaelmesser opened this issue Mar 18, 2025 · 1 comment
Open
1 task done

Get the cursor type #374

michaelmesser opened this issue Mar 18, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@michaelmesser
Copy link

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, "*"
""")
@spyoungtech spyoungtech added the enhancement New feature or request label Mar 18, 2025
@spyoungtech
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants