<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Augmentation on Hillel Wayne</title>
    <link>https://www.hillelwayne.com/tags/augmentation/</link>
    <description>Recent content in Augmentation on Hillel Wayne</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 03 May 2023 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.hillelwayne.com/tags/augmentation/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Somehow AutoHotKey is kinda good now</title>
      <link>https://www.hillelwayne.com/post/ahk-v2/</link>
      <pubDate>Wed, 03 May 2023 00:00:00 +0000</pubDate>
      
      <guid>https://www.hillelwayne.com/post/ahk-v2/</guid>
      <description>img {border-style: groove; border-width: 1px;} I love Autohotkey so much that it keeps me on Windows. It&amp;rsquo;s the best GUI automation tool out there. Here&amp;rsquo;s a shortcut that opens my current browser tab in the Wayback Machine:
#HotIf WinActive(&amp;quot;ahk_exe firefox.exe&amp;quot;) &amp;gt;!^s:: { Keywait(&amp;quot;RControl&amp;quot;) Keywait(&amp;quot;RAlt&amp;quot;) SendEvent(&amp;quot;^l&amp;quot;) SendInput(&amp;quot;{left}https://web.archive.org/web/*/{enter}&amp;quot;) } #HotIf  By comparison, the official extension takes four files to do the same thing. Four files!1
But I come here to bury AHK, not to praise it.</description>
    </item>
    
    <item>
      <title>In Praise of AutoHotKey</title>
      <link>https://www.hillelwayne.com/post/ahk/</link>
      <pubDate>Tue, 12 May 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.hillelwayne.com/post/ahk/</guid>
      <description>People think it&amp;rsquo;s weird that I do all my development on a Windows machine. It&amp;rsquo;s definitely a second-class citizen experience in the wider development world, and Windows has a lot of really frustrating issues, but it&amp;rsquo;s still my favorite operating system. This is for exactly one reason: AutoHotKey.
AHK is an engine for mapping keystrokes to scripts. I wouldn&amp;rsquo;t call it particularly elegant, and it&amp;rsquo;s filled with tons of redundancy and quirks.</description>
    </item>
    
  </channel>
</rss>