Combine two projects

I have two small projects, one I have written, and one I haven’t. One is a simple iTunes remote, and the other is a Objective-C with Applescript hot-key maker and catcher.

I would really like to be able to merge the two into one, so I can have a global hotkey to bring my iTunes remote to the front, but I cannot seem to merge the two projects.

I have taken all the elements from the hotkey catcher and put them on the remote, and I have given them back their names (names aren’t copied with copy and paste), and I have changed the window to have the same name, but now the hot key bit doesn’t work. I can post the code if necessary, but other than that, is there anything obvious I’ve missed in doing something like this?

Thanks

Okay problem solved, it was because I hadn’t selected click under nib in Interface Editor

Thanks