aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Znamenáček2015-01-19 15:27:36 +0100
committerTomáš Znamenáček2015-01-19 15:27:36 +0100
commit15dda682e4887e31db4179679b30126c2e0f04d1 (patch)
treeac2f12d0ea7aeb3a139ef75ab555f063fba5649f
parent04987a7bd512ef55425e552233fa5440531ee80f (diff)
downloadMASShortcut-15dda682e4887e31db4179679b30126c2e0f04d1.tar.bz2
Added a list of features and a screenshot of the demo project.
-rw-r--r--Demo/screenshot.pngbin0 -> 89585 bytes
-rw-r--r--README.md21
2 files changed, 20 insertions, 1 deletions
diff --git a/Demo/screenshot.png b/Demo/screenshot.png
new file mode 100644
index 0000000..96172e4
--- /dev/null
+++ b/Demo/screenshot.png
Binary files differ
diff --git a/README.md b/README.md
index c79dbee..48b991d 100644
--- a/README.md
+++ b/README.md
@@ -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.
+
+![Screenshot of the demo project](/Demo/screenshot.png?raw=true "This is how the demo looks like")
+
+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