diff options
| author | Vadim Shpakovski | 2012-08-25 23:42:19 +0300 |
|---|---|---|
| committer | Vadim Shpakovski | 2012-08-25 23:42:19 +0300 |
| commit | 11dd71d546a15a8418176f0c0f245833be8d1fa2 (patch) | |
| tree | a7c9db444b3c5f66a8bb44aa12a6df7c062795dc /MASShortcut.h | |
| parent | e5a490c0fc0c6dd85a8254d8418384eef5a54cc7 (diff) | |
| download | MASShortcut-11dd71d546a15a8418176f0c0f245833be8d1fa2.tar.bz2 | |
Allows support for Function keys in shortcuts.
Diffstat (limited to 'MASShortcut.h')
| -rw-r--r-- | MASShortcut.h | 2 |
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; |
