diff options
| author | Paulo F. Andrade | 2014-09-17 16:47:37 +0100 |
|---|---|---|
| committer | Paulo F. Andrade | 2014-09-17 16:47:37 +0100 |
| commit | 724376092de61df8cb90b5b5d81ae0c30bcd1b24 (patch) | |
| tree | 7f62cd0891ef21504407f01b91b5e0877b9ae00e /MASShortcutView.m | |
| parent | da2773633059df112bd3c25fc8ae633f73c9f42b (diff) | |
| parent | a5c2e159354c8474579d96971a9103f3f11c1e39 (diff) | |
| download | MASShortcut-724376092de61df8cb90b5b5d81ae0c30bcd1b24.tar.bz2 | |
Updated MASShortcut
Diffstat (limited to 'MASShortcutView.m')
| -rw-r--r-- | MASShortcutView.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MASShortcutView.m b/MASShortcutView.m index 17ad0f1..f4eb8ff 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -359,7 +359,7 @@ void *kUserDataHint = &kUserDataHint; weakSelf.recording = NO; event = nil; } - else if (shortcut.keyCode == kVK_Escape) { + else if (shortcut.keyCode == kVK_Escape && !shortcut.modifierFlags) { // Cancel recording weakSelf.recording = NO; event = nil; |
