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.m
Age
Commit message (
Expand
)
Author
2015-09-10
Changed MASLocalization.h to explicit import, trying to appease CocopaPods.
Tomáš Znamenáček
2015-08-18
Added Czech localization.
Tomáš Znamenáček
2015-01-28
Better key equivalent handling on non-ASCII keyboard layouts.
Dmitry Obukhov
2015-01-07
Removed one forgotten modifierFlags setter.
Tomáš Znamenáček
2015-01-07
Implemented equality for shortcut objects.
Tomáš Znamenáček
2015-01-07
Made the keyCode and modifierFlags properties read-only.
Tomáš Znamenáček
2015-01-07
Implemented NSCopying for MASShortcut.
Tomáš Znamenáček
2015-01-07
Removed -data and shortcutWithData: from MASShortcut.
Tomáš Znamenáček
2015-01-07
Trivial refactoring.
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
Repackaged the code as a framework and included the demo.
Tomáš Znamenáček