blob: 2b8ed6eecd0e80321dae4c8fc58a24046087f5de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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. 
  |