### Checked the documentation - [x] I have checked [the documentation](https://ahk.readthedocs.io/en/latest/api/methods.html) 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`. ```python cursor_type = ahk.run_script(""" FileAppend A_Cursor, "*" """) ```
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.