diff options
| author | Vadim Shpakovski | 2012-09-19 08:57:26 +0300 |
|---|---|---|
| committer | Vadim Shpakovski | 2012-09-19 08:57:26 +0300 |
| commit | 723eeb43460c219310c77b3ba369efb0326137aa (patch) | |
| tree | 0b0434472df074de97f4196f8496fdd409145035 | |
| parent | b1f90fa096dcaad2a2c27023b4865aba37331876 (diff) | |
| download | MASShortcut-723eeb43460c219310c77b3ba369efb0326137aa.tar.bz2 | |
Improves API.
| -rw-r--r-- | MASShortcut.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MASShortcut.h b/MASShortcut.h index 02b3fb6..3c6c109 100644 --- a/MASShortcut.h +++ b/MASShortcut.h @@ -37,6 +37,7 @@ enum { @property (nonatomic, readonly) UInt32 carbonKeyCode; @property (nonatomic, readonly) UInt32 carbonFlags; @property (nonatomic, readonly) NSString *keyCodeString; +@property (nonatomic, readonly) NSString *keyCodeStringForKeyEquivalent; @property (nonatomic, readonly) NSString *modifierFlagsString; @property (nonatomic, readonly) NSData *data; @property (nonatomic, readonly) BOOL shouldBypass; |
