<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DDHotKey, branch swift5</title>
<subtitle>Simple Cocoa global hotkeys</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/'/>
<entry>
<title>Translating DDHotKeyTextField</title>
<updated>2019-12-08T20:13:14+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2019-12-08T20:13:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=d017d33504269ad5a16796b92649e3d34624a2c0'/>
<id>d017d33504269ad5a16796b92649e3d34624a2c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>committing WIP</title>
<updated>2019-12-08T19:42:40+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2019-12-08T19:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=b2204faa788929fe8ba9918e213e8d437f541d9a'/>
<id>b2204faa788929fe8ba9918e213e8d437f541d9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Starting to convert to Swift</title>
<updated>2019-08-30T01:28:24+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2019-08-30T01:28:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=605ad85dca9803c36364380a3b8c8cae0866f349'/>
<id>605ad85dca9803c36364380a3b8c8cae0866f349</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9 from michaldudek/sendaction</title>
<updated>2015-04-14T15:54:40+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2015-04-14T15:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=e0481f648e0bc7e55d183622b00510b6721152d8'/>
<id>e0481f648e0bc7e55d183622b00510b6721152d8</id>
<content type='text'>
Added sendAction call on hotkey event</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added sendAction call on hotkey event</pre>
</div>
</content>
</entry>
<entry>
<title>Added sendAction call on hotkey event so that selector can be specified in the IB and respont to changes in the field.</title>
<updated>2015-04-14T13:43:37+00:00</updated>
<author>
<name>Michał Dudek</name>
</author>
<published>2015-04-14T13:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=3beba90312d513672bb0eadda71d29a7736e9754'/>
<id>3beba90312d513672bb0eadda71d29a7736e9754</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7 from nilennoct/Fix-crash-using-non-unicode-layouts</title>
<updated>2015-02-06T17:46:34+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2015-02-06T17:46:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=80a9663506c3ed9b861b6ae6fd88a1e13d31ee55'/>
<id>80a9663506c3ed9b861b6ae6fd88a1e13d31ee55</id>
<content type='text'>
Fix crash using non-unicode layouts</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix crash using non-unicode layouts</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash using non-unicode layouts</title>
<updated>2015-02-06T17:43:16+00:00</updated>
<author>
<name>nilennoct</name>
</author>
<published>2015-02-06T17:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=d5e6ab5bad050d21d93781a5e4e8c6e60ca449e6'/>
<id>d5e6ab5bad050d21d93781a5e4e8c6e60ca449e6</id>
<content type='text'>
Fix crash using non-unicode layouts, such as Chinese or Japanese.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix crash using non-unicode layouts, such as Chinese or Japanese.</pre>
</div>
</content>
</entry>
<entry>
<title>DDHotKey now requires ARC.</title>
<updated>2013-10-26T17:42:28+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2013-10-26T17:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=6e52b1f4753d8363c4ced6dd779ac92716e49fb0'/>
<id>6e52b1f4753d8363c4ced6dd779ac92716e49fb0</id>
<content type='text'>
It also has a basic "HotKeyTextField" for creating user-defined hotkeys.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It also has a basic "HotKeyTextField" for creating user-defined hotkeys.
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually, you know, install the event handler.</title>
<updated>2012-12-29T21:30:00+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2012-12-29T21:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=bc90e5a3f070877f00e8f7e6fe99880555450284'/>
<id>bc90e5a3f070877f00e8f7e6fe99880555450284</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates</title>
<updated>2012-12-25T18:16:27+00:00</updated>
<author>
<name>Dave DeLong</name>
</author>
<published>2012-12-25T18:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/DDHotKey/commit/?id=4ed465f39afdd215a21e2c7b651c4599dccd693a'/>
<id>4ed465f39afdd215a21e2c7b651c4599dccd693a</id>
<content type='text'>
Made DDHotKeyCenter a true singleton, updated for ARC
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Made DDHotKeyCenter a true singleton, updated for ARC
</pre>
</div>
</content>
</entry>
</feed>
