X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/676d1feebedb6b04b4da4bb58b3ca1282d7740f5..7a218424c6a92eb4979564a7260f862edd46052d:/ITKeyBroadcaster.h diff --git a/ITKeyBroadcaster.h b/ITKeyBroadcaster.h old mode 100755 new mode 100644 index 1fed89f..d94d75e --- a/ITKeyBroadcaster.h +++ b/ITKeyBroadcaster.h @@ -1,28 +1,22 @@ /* * ITKit - * ITHotKeyBroadcaster + * ITKeyBroadcaster.h * - * Original Author : Quentin Carnicelli <...> - * Responsibility : Kent Sutherland - * Responsibility : Matthew Judy + * Copyright (c) 2005 by iThink Software. + * All Rights Reserved. * - * Copyright (c) 2002 - 2003 iThink Software. - * All Rights Reserved + * $Id$ * */ +#import -#import +__private_extern__ NSString *ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo +@interface ITKeyBroadcaster : NSButton { -@interface ITKeyBroadcaster : NSButton -{ } -+ (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers; ++ (long)cocoaModifiersAsCarbonModifiers:(long)cocoaModifiers; - -@end - - -__private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo \ No newline at end of file +@end \ No newline at end of file