X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d7b837d03d47a5ffa60975081a2a7598edc839e3..4f3da8543caacbaf1ce219e547e24a5490bee090:/ITKeyBroadcaster.h diff --git a/ITKeyBroadcaster.h b/ITKeyBroadcaster.h index 9e30ed4..1fed89f 100755 --- a/ITKeyBroadcaster.h +++ b/ITKeyBroadcaster.h @@ -1,9 +1,16 @@ -// -// ITKeyBroadcaster.h -// -// Created by Quentin Carnicelli on Sun Aug 03 2003. -// Copyright (c) 2003 iThink Software. All rights reserved. -// +/* + * ITKit + * ITHotKeyBroadcaster + * + * Original Author : Quentin Carnicelli <...> + * Responsibility : Kent Sutherland + * Responsibility : Matthew Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + #import @@ -14,6 +21,8 @@ + (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers; + @end + __private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo \ No newline at end of file