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

Add basic accessibility support #66

Closed starkos closed 9 years ago

starkos commented 9 years ago

Begins to address issue #47 Add Accessibility Support. I'm now able to use VoiceOver to find, activate, and set the shortcut control in the demo app. I'm sure there is room for improvement (I haven't been able to get it working when the control is in an NSTableView, for instance) but I'd like to get it merged so other people can find and hopefully continue improving it.

Thanks!

zoul commented 9 years ago

Thank you!