X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/4c758a62c732e4639da1ccda0deef37ca7d43912..2decf87be669b9e65e76abff193b2013ee41b86f:/ITKeyCombo.h diff --git a/ITKeyCombo.h b/ITKeyCombo.h index e6d1be0..5bda4c5 100755 --- a/ITKeyCombo.h +++ b/ITKeyCombo.h @@ -16,6 +16,7 @@ + (id)clearKeyCombo; + (id)keyComboWithKeyCode: (int)keyCode modifiers: (int)modifiers; ++ (id)keyComboWithPlistRepresentation: (id)plist; - (id)initWithKeyCode: (int)keyCode modifiers: (int)modifiers; - (id)initWithPlistRepresentation: (id)plist;