index
:
MASShortcut
32-bit
Low-Battery-Yup
maintenance-1.x
master
Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Framework
/
MASShortcut.h
Age
Commit message (
Expand
)
Author
2015-01-28
Documented that keyCodeString depends on active keyboard layout.
Tomáš Znamenáček
2015-01-16
Decrease headerdoc indenting to appease appledoc (see #55).
Tomáš Znamenáček
2015-01-13
Changed headerdoc markup to work better with CocoaDocs (closes #55).
Tomáš Znamenáček
2015-01-07
Added header documentation.
Tomáš Znamenáček
2015-01-07
Made the keyCode and modifierFlags properties read-only.
Tomáš Znamenáček
2015-01-07
Removed -data and shortcutWithData: from MASShortcut.
Tomáš Znamenáček
2015-01-07
Removed [MASShortcut shouldBypass].
Tomáš Znamenáček
2015-01-07
Introduced `instancetype` return type where appropriate.
Tomáš Znamenáček
2015-01-07
Introduced a standalone MASShortcutValidator class to validate shortcuts.
Tomáš Znamenáček
2015-01-07
Converted keycode macros to plain functions.
Tomáš Znamenáček
2015-01-07
Introduced a separate header file for keycode definitions.
Tomáš Znamenáček
2015-01-07
Repackaged the code as a framework and included the demo.
Tomáš Znamenáček