diff options
Diffstat (limited to 'MASShortcut.h')
| -rw-r--r-- | MASShortcut.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MASShortcut.h b/MASShortcut.h index 3c6c109..4fe3ce2 100644 --- a/MASShortcut.h +++ b/MASShortcut.h @@ -30,7 +30,10 @@ enum { kMASShortcutGlyphSoutheastArrow = 0x2198, } MASShortcutGlyph; -@interface MASShortcut : NSObject <NSCoding> +@interface MASShortcut : NSObject <NSCoding> { + NSUInteger _keyCode; // NSNotFound if empty + NSUInteger _modifierFlags; // 0 if empty +} @property (nonatomic) NSUInteger keyCode; @property (nonatomic) NSUInteger modifierFlags; |
