<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AutoHotKey on MarkJacobsen.net</title><link>https://test.markjacobsen.net/categories/autohotkey/</link><description>Recent content in AutoHotKey on MarkJacobsen.net</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Tue, 11 Nov 2014 12:03:00 +0000</lastBuildDate><atom:link href="https://test.markjacobsen.net/categories/autohotkey/index.xml" rel="self" type="application/rss+xml"/><item><title>Google App Launcher Keyboard Shortcut</title><link>https://test.markjacobsen.net/2014/11/google-app-launcher-keyboard-shortcut/</link><pubDate>Tue, 11 Nov 2014 12:03:00 +0000</pubDate><guid>https://test.markjacobsen.net/2014/11/google-app-launcher-keyboard-shortcut/</guid><description>&lt;p&gt;If you’re using &lt;a href="http://www.autohotkey.com/" target="_blank"&gt;AutoHotKey&lt;/a&gt; (and I would recommend that you do), here’s a handy script for remapping the caps lock to show the app launcher (which is convenient if you’ve gotten used to a Chromebook)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;SetCapsLockState, AlwaysOff
Capslock::Run, chrome.exe --show-app-list
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>