diff options
| author | Vadim Shpakovski | 2012-07-06 13:45:06 +0300 |
|---|---|---|
| committer | Vadim Shpakovski | 2012-07-06 13:45:06 +0300 |
| commit | 6e0d714bea4940a63ca6dae7043d6b558f20760c (patch) | |
| tree | a3bd606d6c28d7dcbbcbbaf3b8622578188903ae /README.md | |
| download | MASShortcut-6e0d714bea4940a63ca6dae7043d6b558f20760c.tar.bz2 | |
Initial commit with my sources from CodeBox.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b8ed6e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# MASShortcut + +This set of classes is a modern interface for recording and storing global keyboard shortcuts. + +Prior to Xcode 4 we used the framework [ShortcutRecorder](http://wafflesoftware.net/shortcut/). However, it is incompatible with a new plugin architecture. + +This repository has ARC-enabled Objective-C code compatible with OS X 10.8 and its sandboxed environment. Enjoy! + +# How to use + +You can find a Demo project at [MASShortcutDemo](https://github.com/shpakovski/MASShortcutDemo). + +# License + +MASShortcut is licensed under the BSD license.
\ No newline at end of file |
