aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'MASShortcut.h')
-rw-r--r--MASShortcut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MASShortcut.h b/MASShortcut.h
index 828769d..02b3fb6 100644
--- a/MASShortcut.h
+++ b/MASShortcut.h
@@ -40,7 +40,7 @@ enum {
@property (nonatomic, readonly) NSString *modifierFlagsString;
@property (nonatomic, readonly) NSData *data;
@property (nonatomic, readonly) BOOL shouldBypass;
-@property (nonatomic, readonly) BOOL hasRequiredModifierFlags;
+@property (nonatomic, readonly, getter = isValid) BOOL valid;
- (id)initWithKeyCode:(NSUInteger)code modifierFlags:(NSUInteger)flags;