aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.m
diff options
context:
space:
mode:
authorPaulo F. Andrade2014-09-17 16:47:37 +0100
committerPaulo F. Andrade2014-09-17 16:47:37 +0100
commit724376092de61df8cb90b5b5d81ae0c30bcd1b24 (patch)
tree7f62cd0891ef21504407f01b91b5e0877b9ae00e /MASShortcutView.m
parentda2773633059df112bd3c25fc8ae633f73c9f42b (diff)
parenta5c2e159354c8474579d96971a9103f3f11c1e39 (diff)
downloadMASShortcut-724376092de61df8cb90b5b5d81ae0c30bcd1b24.tar.bz2
Updated MASShortcut
Diffstat (limited to 'MASShortcutView.m')
-rw-r--r--MASShortcutView.m2
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;