diff options
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 | 
