blob: eca5cb0881154ed94b1da75f21670660ae0f3330 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# MASShortcut
Prior to Xcode 4 we used the framework [ShortcutRecorder](http://wafflesoftware.net/shortcut/). However, it is incompatible with a new plugin architecture.
This set of classes is a modern interface for recording and storing global keyboard shortcuts. The 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.
|