aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.m
diff options
context:
space:
mode:
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 063f249..a6862fa 100644
--- a/MASShortcutView.m
+++ b/MASShortcutView.m
@@ -320,7 +320,7 @@ void *kUserDataHint = &kUserDataHint;
else {
// Verify possible shortcut
if (shortcut.keyCodeString.length > 0) {
- if (shortcut.hasRequiredModifierFlags) {
+ if (shortcut.valid) {
// Verify that shortcut is not used
NSError *error = nil;
if ([shortcut isTakenError:&error]) {