X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d9649564199a7220e70716aa0999c6fddb0efadc..3b008a2426d0ca9619ee5409e831e570d8397963:/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];