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

Fix typo from replacement of deprecated constants #160

Closed sfsam closed 3 years ago

sfsam commented 3 years ago

A small typo was introduced recently when deprecated constants were replaced with their new names. An instance of NSOnState was accidentally converted to NSControlStateValueOff instead of NSControlStateValueOn.

shpakovski commented 3 years ago

Thanks!