diff options
| author | Tomáš Znamenáček | 2015-01-19 15:27:36 +0100 |
|---|---|---|
| committer | Tomáš Znamenáček | 2015-01-19 15:27:36 +0100 |
| commit | 15dda682e4887e31db4179679b30126c2e0f04d1 (patch) | |
| tree | ac2f12d0ea7aeb3a139ef75ab555f063fba5649f | |
| parent | 04987a7bd512ef55425e552233fa5440531ee80f (diff) | |
| download | MASShortcut-15dda682e4887e31db4179679b30126c2e0f04d1.tar.bz2 | |
Added a list of features and a screenshot of the demo project.
| -rw-r--r-- | Demo/screenshot.png | bin | 0 -> 89585 bytes | |||
| -rw-r--r-- | README.md | 21 |
2 files changed, 20 insertions, 1 deletions
diff --git a/Demo/screenshot.png b/Demo/screenshot.png Binary files differnew file mode 100644 index 0000000..96172e4 --- /dev/null +++ b/Demo/screenshot.png @@ -4,7 +4,26 @@ Some time ago Cocoa developers used a brilliant framework [ShortcutRecorder](http://wafflesoftware.net/shortcut/) for managing keyboard shortcuts in application preferences. However, it became incompatible with the new plugin architecture of Xcode 4. -The MASShortcut project introduces a modern API and user interface for recording, storing and using system-wide keyboard shortcuts. All code is compatible with recent Xcode & OS X versions and the sandboxed environment. +The MASShortcut project introduces a modern API and user interface for recording, storing and using system-wide keyboard shortcuts. + + + +Features: + +* Record and display keyboard shortcuts +* Watch for shortcuts and execute actions, system-wide +* Can be configured to be compatible with Shortcut Recorder +* Can be installed both through CocoaPods and as a Git submodule +* Mac App Store friendly +* Works on OS X 10.6 and up +* Hacking-friendly codebase covered with tests + +Important features currently missing: + +* Localisation +* Accessibility + +Pull requests welcome :) # Installation |
