Adding HotKeys to ITKit... This is the new HotKey code by Quentin of
[ITKit.git] / English.lproj / ITKeyComboPanel.nib / classes.nib
diff --git a/English.lproj/ITKeyComboPanel.nib/classes.nib b/English.lproj/ITKeyComboPanel.nib/classes.nib
new file mode 100755 (executable)
index 0000000..0ab0cc6
--- /dev/null
@@ -0,0 +1,18 @@
+{
+    IBClasses = (
+        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
+        {CLASS = ITKeyBroadcaster; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
+        {
+            ACTIONS = {cancel = id; clear = id; ok = id; }; 
+            CLASS = ITKeyComboPanel; 
+            LANGUAGE = ObjC; 
+            OUTLETS = {
+                mComboField = NSTextField; 
+                mKeyBcaster = ITKeyBroadcaster; 
+                mTitleField = NSTextField; 
+            }; 
+            SUPERCLASS = NSWindowController; 
+        }
+    ); 
+    IBVersion = 1; 
+}
\ No newline at end of file