Adding HotKeys to ITKit... This is the new HotKey code by Quentin of
[ITKit.git] / ITKeyBroadcaster.h
diff --git a/ITKeyBroadcaster.h b/ITKeyBroadcaster.h
new file mode 100755 (executable)
index 0000000..9e30ed4
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  ITKeyBroadcaster.h
+//
+//  Created by Quentin Carnicelli on Sun Aug 03 2003.
+//  Copyright (c) 2003 iThink Software. All rights reserved.
+//
+
+#import <AppKit/AppKit.h>
+
+
+@interface ITKeyBroadcaster : NSButton
+{
+}
+
++ (long)cocoaModifiersAsCarbonModifiers: (long)cocoaModifiers;
+
+@end
+
+__private_extern__ NSString* ITKeyBroadcasterKeyEvent; //keys: keyCombo as ITKeyCombo
\ No newline at end of file