cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Make MASShortcutView an accessibility element. #152 #153

Closed michaeljtsai closed 3 years ago

michaeljtsai commented 3 years ago

This makes it possible to select it using VoiceOver and prevents the system from ignoring the accessibility notification that's posted when the shortcut is changed.

shpakovski commented 3 years ago

Thanks a lot!