This about does it. I want to do a couple more things, especially multiple screen...
[ITKit.git] / ITKeyBroadcaster.h
index 9e30ed4..1fed89f 100755 (executable)
@@ -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 <kent.sutherland@ithinksw.com>
+ *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
 
 #import <AppKit/AppKit.h>
 
@@ -14,6 +21,8 @@
 
 + (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers;
 
+
 @end
 
+
 __private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo
\ No newline at end of file