diff options
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;  | 
