great script for ppl with disabilities
Hey,
I only want to thank you for this tool. i have massive problems with typing on a keyboard and this tool helps me alot to code in unreal editor! If you have some time, maybe you can implement multi key hotkeys and combinations like "hold key, press mouse, release key" like autohotkey has. This would be great features for me, bauce e.g. in unreal you can create code stuff with "hold key and left click". Unfortunately, you cant remap this in the unreal editor. I actually use your tool in combination with python to generate strings and the "press, click, release" functionality. but.. it would be much more comfortable to have it in one tool :)
greets
This is so cool! Heck yeah I'm happy this is working for you!
We recently talked about adding a simple macro builder in this, considering pretty much every piece of macro software does with varying quality of execution, it makes sense to add it in this. I'm generally a bigger fan of scripting the more complex macros, but it seems whenever somebody wants a little more complexity, it ends up being like a mouse click, text string, or keystroke and any combination of those.
It would be good to keep a reasonable divide between building things in in an AHP macro and creating a script to run via AHP. Ideally I'm thinking I create a little AHK integration, where you can make an AHK script, but expose parameters in the AHP UI so a single script is more reusable from the UI.
I'm noticing more people using python scripts lately though, will look into that vs AHK, because we would like to be cross-platform ideally.
Thanks for checking out this project and I'm actually pumped you find this useful!