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

kVK_ANSI_KeypadMinus value adjustment. #110

Closed exevil closed 7 years ago

exevil commented 7 years ago

kVK_ANSI_KeypadMinus should return regular HYPHEN-MINUS (45) symbol instead of provided EN DASH (8211).

shpakovski commented 7 years ago

Thanks a lot!

exevil commented 7 years ago

My pleasure.