aboutsummaryrefslogtreecommitdiffstats
path: root/Framework/MASShortcutValidator.h
AgeCommit message (Collapse)Author
2015-12-03Documented that we don’t accept Option-Shift shortcuts by default.Tomáš Znamenáček
The reason is that Option-Shift shortcuts are often already used by system to insert some special characters. See `MASShortcutValidator` for details, including how to enable support for these shortcuts. Fixes #79.
2015-01-07Introduced a standalone MASShortcutValidator class to validate shortcuts.Tomáš Znamenáček
It’s a natural simplification of the MASShortcut class. All MASShortcutView objects use a shared validator by default, but can be reconfigured to use a different validator if needed through the shortcutValidator property.