https://www.hillelwayne.com/post/ahk-scripts-project/ Skip to Content * Blog * Projects * Talks * Consulting * About * Tipjar * Newsletter * Patreon New: I now have a Patreon! Hillel Wayne Learn AutoHotKey by stealing my scripts * Contact via Email * Open Github account in new tab Posted on Aug 21, 2023 tl;dr annotated AHK scripts here. Anybody who's spent time with me knows how much I love AutoHotKey, the flat-out best Windows automation tool in the world. Anybody's who's tried to use AutoHotKey knows how intimidating it can be. So to help with that, I'm sharing (almost) all of my scripts along with extensive explanations. There's fourteen files in total, covering (among other things): 1. Fast open specific folders on your computer 2. Fast insertion of the current date, em-dashes, and -\_(tsu)_/-s 3. How to extend any program with new hotkeys 4. A modal hotkey system if you're a vim fan like me 5. A simple GUI demo 6. A script to convert any timestamp into UTC and your local time: This is also an example of an educational codebase, a codebase designed specifically from people to learn from. So everything is heavily commented with "what" it's doing and sometimes why I'm doing it that specific way. I wrote a bit about the theory of educational codebases over at my newsletter. Feel free to file an issue if you'd like to see something explained better! Categories: Programming Tags: Autohotkey, Projects Previous Previous post: My Problem With the Four-Document Model * Contact via Email * Open Github account in new tab Newsletter (Article updates & weekly+ essays) [ ] [Subscribe] Powered by Buttondown. (c) 2023 Hillel Wayne