<feed xmlns='http://www.w3.org/2005/Atom'>
<title>MASShortcut/Framework, branch 2.0.0</title>
<subtitle>Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/'/>
<entry>
<title>MASShortcutMonitor will silently skip nil shortcuts passed to unregisterShortcut:.</title>
<updated>2015-01-08T11:58:56+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-08T11:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=45921ff6f88ad0c76a9afb0547e321b46e10e418'/>
<id>45921ff6f88ad0c76a9afb0547e321b46e10e418</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore disabled system shortcuts.</title>
<updated>2015-01-08T09:50:08+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-08T09:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=ea69d5939511f61a7082ba1e8ff46d247862a3fa'/>
<id>ea69d5939511f61a7082ba1e8ff46d247862a3fa</id>
<content type='text'>
This was implemented before in 0633545a, but lost during the rebase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was implemented before in 0633545a, but lost during the rebase.
</pre>
</div>
</content>
</entry>
<entry>
<title>Documented the recording control behaviour and implemented Cmd-W/Q.</title>
<updated>2015-01-08T09:47:25+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-08T09:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=d2a371c92e7570042f52cced866c383ebe6e4268'/>
<id>d2a371c92e7570042f52cced866c383ebe6e4268</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated copyright &amp; versioning info in the framework’s Info.plist.</title>
<updated>2015-01-07T16:41:51+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-07T16:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=4a32eca2e6717e778294d492e66c484392cfc2ec'/>
<id>4a32eca2e6717e778294d492e66c484392cfc2ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the alert that pops up when the shortcut is already used.</title>
<updated>2015-01-07T15:26:49+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-07T14:59:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=595d3c55bce3c2d2e594c274e53953b2526820c6'/>
<id>595d3c55bce3c2d2e594c274e53953b2526820c6</id>
<content type='text'>
The longer message text was used as the alert title.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The longer message text was used as the alert title.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed MASShortcutView initialization errors after rebase.</title>
<updated>2015-01-07T15:26:49+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-07T14:58:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=9a223134d0b2f5dabf5dcd00f07c0a252c73e516'/>
<id>9a223134d0b2f5dabf5dcd00f07c0a252c73e516</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept Backspace and Delete keys with modifiers as valid shortcuts.</title>
<updated>2015-01-07T15:26:49+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2015-01-05T10:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=d4ba2e7a36a06880553d2ad95c1d295f706a2c7f'/>
<id>d4ba2e7a36a06880553d2ad95c1d295f706a2c7f</id>
<content type='text'>
When recording a new shortcut using the MASShortcutView control,
the user may press Delete or Backspace to clear the current shortcut.
In the previous versions the corresponding code branch didn’t test
the modifier flags, making it impossible to record shortcuts such
as Cmd-Alt-Delete. Now the control should behave as expected, only
using “naked” Delete and Backspace keys to clear the shortcut.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When recording a new shortcut using the MASShortcutView control,
the user may press Delete or Backspace to clear the current shortcut.
In the previous versions the corresponding code branch didn’t test
the modifier flags, making it impossible to record shortcuts such
as Cmd-Alt-Delete. Now the control should behave as expected, only
using “naked” Delete and Backspace keys to clear the shortcut.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed wrong archiver used for MASShortcutView bindings.</title>
<updated>2015-01-07T14:43:26+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2014-08-07T16:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=2fd007895dd1911ac23c82532a3436eef1682b73'/>
<id>2fd007895dd1911ac23c82532a3436eef1682b73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added header documentation.</title>
<updated>2015-01-07T14:43:26+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2014-08-07T16:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=1094fd9a612a3d02109b04346ee17da75c701449'/>
<id>1094fd9a612a3d02109b04346ee17da75c701449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduced a MASDictionaryTransformerName constant.</title>
<updated>2015-01-07T14:42:22+00:00</updated>
<author>
<name>Tomáš Znamenáček</name>
</author>
<published>2014-08-07T14:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/MASShortcut/commit/?id=4df3b54b3886f086bdeeae67f7824d548778905a'/>
<id>4df3b54b3886f086bdeeae67f7824d548778905a</id>
<content type='text'>
This makes it easier to set view bindings from within the Interface Builder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to set view bindings from within the Interface Builder.
</pre>
</div>
</content>
</entry>
</feed>
