<feed xmlns='http://www.w3.org/2005/Atom'>
<title>AutoHotkey-Scripts, branch master</title>
<subtitle>Personal AutoHotkey scripts</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/'/>
<entry>
<title>Update copyright year to include 2020</title>
<updated>2020-07-13T17:57:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-13T17:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=763b6e61812b6a567c051b69dd6f34b6bc69d67a'/>
<id>763b6e61812b6a567c051b69dd6f34b6bc69d67a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>^#c: Change Chrome toolbar icon click position</title>
<updated>2020-07-13T17:54:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-13T17:54:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=b3fa75caa77169b285b535c8ec866b067c92c807'/>
<id>b3fa75caa77169b285b535c8ec866b067c92c807</id>
<content type='text'>
Since the addition of the Chrome "Extensions" toolbar icon, the UFO
toolbar item moved. Adjust the click x-position accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the addition of the Chrome "Extensions" toolbar icon, the UFO
toolbar item moved. Adjust the click x-position accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ^#c command to remove the second UFO cached file</title>
<updated>2020-07-13T17:54:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-13T17:52:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=7e9ccee612f2708f3507a791a59246197e5bcaf7'/>
<id>7e9ccee612f2708f3507a791a59246197e5bcaf7</id>
<content type='text'>
To facilitate tests opening an uncached file.

This shortcut clicks on the UFO Chrome toolbar icon, then clicks on the
"Delete" button of the second cached file in the list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To facilitate tests opening an uncached file.

This shortcut clicks on the UFO Chrome toolbar icon, then clicks on the
"Delete" button of the second cached file in the list.
</pre>
</div>
</content>
</entry>
<entry>
<title>^#n: Delay before focusing current application</title>
<updated>2019-07-29T18:10:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-07-29T18:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=7c8a68d0b1a4aaa7f1dcfe2d507bf8d52c498045'/>
<id>7c8a68d0b1a4aaa7f1dcfe2d507bf8d52c498045</id>
<content type='text'>
Otherwise it seems too quick, and can fail to focus the current
application.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise it seems too quick, and can fail to focus the current
application.
</pre>
</div>
</content>
</entry>
<entry>
<title>^#n: Reactivate the current application after quitting Notepad</title>
<updated>2019-07-29T18:09:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-07-29T18:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=3ce13105be08ff4ec3bea2afb6518cdbc4da1fc4'/>
<id>3ce13105be08ff4ec3bea2afb6518cdbc4da1fc4</id>
<content type='text'>
The current application would lose focus after pressing the shortcut.
Reactivate it with Alt-Tab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current application would lose focus after pressing the shortcut.
Reactivate it with Alt-Tab.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hotkey to reload the AutoHotkey.ahk script</title>
<updated>2019-07-29T18:09:34+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-07-29T18:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=713fd1b35298d3b4df883285efc99cb604ac1569'/>
<id>713fd1b35298d3b4df883285efc99cb604ac1569</id>
<content type='text'>
So I don't have to use the menus in the Taskbar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So I don't have to use the menus in the Taskbar.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `return` to the end of hotkey mappings</title>
<updated>2019-07-29T17:54:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-07-29T17:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=ceb12724c0d50d97eb2416c3f8fcd4dd65ab0e57'/>
<id>ceb12724c0d50d97eb2416c3f8fcd4dd65ab0e57</id>
<content type='text'>
Turns out this is required, otherwise statements in the following hotkey
definition get executed too.

See: https://www.autohotkey.com/docs/Hotkeys.htm#Intro
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out this is required, otherwise statements in the following hotkey
definition get executed too.

See: https://www.autohotkey.com/docs/Hotkeys.htm#Intro
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hotkey to exit Notepad when it's inactive</title>
<updated>2019-07-29T17:53:59+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-07-29T17:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=650d9b4a3ce33f93ccfd26b0dd251033d65bf08c'/>
<id>650d9b4a3ce33f93ccfd26b0dd251033d65bf08c</id>
<content type='text'>
Used for testing UFO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used for testing UFO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add README</title>
<updated>2019-07-27T00:24:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-07-27T00:24:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=677598c63a1ade2d01b0fa4f5c2797e67214794a'/>
<id>677598c63a1ade2d01b0fa4f5c2797e67214794a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2019-07-27T00:07:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2019-07-27T00:07:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/AutoHotkey-Scripts/commit/?id=d25cce98ac8e7f6b65516af45553df47b0dcdfe6'/>
<id>d25cce98ac8e7f6b65516af45553df47b0dcdfe6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
