<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Blog%3A_2023-02-21</id>
	<title>Blog: 2023-02-21 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.abuissa.net/index.php?action=history&amp;feed=atom&amp;title=Blog%3A_2023-02-21"/>
	<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Blog:_2023-02-21&amp;action=history"/>
	<updated>2026-04-06T23:15:22Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.13</generator>
	<entry>
		<id>https://wiki.abuissa.net/index.php?title=Blog:_2023-02-21&amp;diff=472&amp;oldid=prev</id>
		<title>Razzi: Created page with &quot;I opened up a file in vim to play around with an assembler, and tried to hit alt to send escape. It didn&#039;t work. I don&#039;t know how to do this in autohotkey 2, but I wrote a scr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.abuissa.net/index.php?title=Blog:_2023-02-21&amp;diff=472&amp;oldid=prev"/>
		<updated>2023-02-21T20:42:37Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;I opened up a file in vim to play around with an assembler, and tried to hit alt to send escape. It didn&amp;#039;t work. I don&amp;#039;t know how to do this in autohotkey 2, but I wrote a scr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;I opened up a file in vim to play around with an assembler, and tried to hit alt to send escape. It didn&amp;#039;t work. I don&amp;#039;t know how to do this in autohotkey 2, but I wrote a script for it in ahk 1 somewhere.&lt;br /&gt;
&lt;br /&gt;
Found it in my documents. Here it is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
; Author: fwompner gmail com&lt;br /&gt;
#InstallKeybdHook&lt;br /&gt;
LAlt::&lt;br /&gt;
Send {LAlt Down}&lt;br /&gt;
KeyWait, LAlt&lt;br /&gt;
Send {LAlt Up}&lt;br /&gt;
if ( A_PriorKey = &amp;quot;LAlt&amp;quot; )&lt;br /&gt;
{&lt;br /&gt;
    Send {Esc}&lt;br /&gt;
}&lt;br /&gt;
return&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Razzi</name></author>
	</entry>
</feed>