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

Support for an action on shortcut key up #114

Open dstd opened 6 years ago

dstd commented 6 years ago

Added method overloads to pass an action that will be called on shortcut key up.

dstd commented 6 years ago

A solution for #107, but with separate action for key-up to keep the compatibility with existing code, and to divide the reactions as well

rskvazh commented 6 years ago

👍 Would be nice to include this PR in release!