Earlier quoted context omitted.
AutoHotkey is an ugly language to write in, but oh boy is it useful for gluing disparate Windows actions together. Theoretically you can do the same thing that AHK does in a .net language or even Powershell but AHK is just easier to whip up something very quickly. Still I wish there were better Python wrappers for Windows automation.
> Theoretically you can do the same thing that AHK does in a .net language or even Powershell but AHK is just easier to whip up something very quickly. This is exactly how I see it too. 10+ years ago I would have written a C# app to do something that I can now do in AHK. Of course there's limitations (I wouldn't write a super intensive native app in AHK) but for little workflow optimizations it's so good. For example…
It's been added to my growing toolbox(which I lovingly call i3_emulator.exe), thanks!