| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-03 | Documented 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-07 | Introduced 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. | |||
