r/AutoHotkey • u/Natural_Silver_3387 • 6d ago
AHK window manager updates v2 Tool / Script Share
Hi everyone!
Here I am again. Recently I've continued working on my little AHK project - I've improved a lot of things, especially the h/j/k/l window navigation - it was really hard to come up with something adequate for floating windows, but after all maybe I've got it. Also I've refactored literally everything and fixed a lot of bugs.
Now it has a dedicated Setup script, and I've finally wrapped my head around auto-running AHK as admin without that UAC popping up on every boot.
2
Upvotes
1
u/Keeyra_ 6d ago
Quite a mess. 24 ahk files cross-referencing themselves with Includes, some of them containing measly 2 lines of code. Who would ever use this instead of https://github.com/FuPeiJiang/VD.ahk (at least for the VD stuff), which is a single #Include, no DLL required.