X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4c758a62c732e4639da1ccda0deef37ca7d43912..2decf87be669b9e65e76abff193b2013ee41b86f:/ITKeyCombo.m diff --git a/ITKeyCombo.m b/ITKeyCombo.m index 1a70528..c0111a1 100755 --- a/ITKeyCombo.m +++ b/ITKeyCombo.m @@ -21,6 +21,11 @@ return [[[self alloc] initWithKeyCode: keyCode modifiers: modifiers] autorelease]; } ++ (id)keyComboWithPlistRepresentation: (id)plist +{ + return [[[self alloc] initWithPlistRepresentation: plist] autorelease]; +} + - (id)initWithKeyCode: (int)keyCode modifiers: (int)modifiers { self = [super init];