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

allow [MODIFIER]+ESC shortcuts #43

Closed darwin closed 10 years ago

darwin commented 10 years ago

only naked ESC without modifiers should cancel editing

http://discuss.binaryage.com/t/cant-change-activation-key-to-control-esc

repro case:

  1. enter editing mode
  2. press CTRL+ESC
  3. editing gets canceled without shortcut change

expected behaviour: CTRL+ESC is set as new shortcut in step 3

tested with TotalTerminal codebase

shpakovski commented 10 years ago

This looks very useful, thanks a ton!

darwin commented 10 years ago

:+1:

Thank you for sharing great library, Vadim!