|
|
|
|
|
by pydave
1025 days ago
|
|
Autohotkey is amazing, but I wish it used a saner language. I struggled to write a reliable golden ratio version of aero snap [1]. Dealing with different monitors, sizes, etc doesn't seem like it should be so hard, but I always get tripped up by the bizarre Loop syntax or silent failures from some simple mistake that suck the fun out and I give up. I found ahk python module [2] but combining it with the keyboard module doesn't work as well as autohotkey as a hotkey listener. [1]: https://github.com/idbrii/daveconfig/blob/main/win/autohotke...
[2]: https://pypi.org/project/ahk/ |
|