Spencer Phillip Young

Results 210 comments of Spencer Phillip Young

Hi @ZepherusFF this feature is not implemented yet, hence you get this error. Right now, `run_script` only supports a string containing a script :) Right now you have to do...

Thanks for this! I agree ability to compile to standalone executables is a key feature that users are looking for. After we get to a 1.0 release I'll work to...

> Another thing to consider for the 1.0 release is asking the Nuitka devs about adding ahk include files to Nuitka directly, they already do this for common libraries like...

Sorry for the long wait on a response here. I think one of the difficulties you may have here is that the sending will usually cause the key to be...

As an extended goal, something nice would be methods for [remapping keys](https://www.autohotkey.com/docs/misc/Remap.htm)

Implemented with #10 is basic functionality for hotkeys that just setup a running script with the hotkey. Can only execute AHK code, no Python callbacks just yet, but I'd like...

> Since we already have the python keyboard project for creating powerful hotkeys from scratch, maybe a useful goal for this project is to incorporate hotkey functionality in a way...

@dequation in the current implementation, you can run #Persistent scripts nonblocking. Though, the concurrency is achieved by creating separate processes, not threads. Hotkeys currently also run in the background and...

There is a counterpart `mouse` module with similar capabilities. Both projects are mentioned towards the end of the README for this project.

I'm not sure yet if we'll want to use either in the project or not. It's up for discussion at this point. Personally, I think I want to limit the...