We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://www.autohotkey.com/docs/v2/Variables.htm#Cursor It would be nice to be able to do this without run_script.
run_script
cursor_type = ahk.run_script(""" FileAppend A_Cursor, "*" """)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
.The text was updated successfully, but these errors were encountered: