This about does it. I want to do a couple more things, especially multiple screen...
[ITKit.git] / ITHotKeyCenter.h
index e984bc5..3c8bb4c 100755 (executable)
@@ -1,14 +1,23 @@
-//
-//  ITHotKeyCenter.h
-//
-//  Created by Quentin Carnicelli on Sat Aug 02 2003.
-//  Copyright (c) 2003 iThink Software. All rights reserved.
-//
+/*
+ *     ITKit
+ *  ITHotKeyCenter
+ *
+ *  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>
 
+
 @class ITHotKey;
 
+
 @interface ITHotKeyCenter : NSObject
 {
        NSMutableDictionary*    mHotKeys; //Keys are NSValue of EventHotKeyRef
@@ -24,4 +33,5 @@
 
 - (void)sendEvent: (NSEvent*)event;
 
+
 @end