I've an IBAction that calls up a panel. I want to invoke that action with a keyboard shortcut but I'm at a loss on how to do it.

I guess one way of doing it would be to create a menu item, associate the action to the item and then assign the shortcut to that item, but I haven't done my menus yet.

Any ideas or suggestions?

link|improve this question

Being of the short memory type I asked the question a second time: stackoverflow.com/questions/1876086/hotkeys-key-events – Cocoaster Dec 9 '09 at 19:24
feedback

1 Answer

up vote 1 down vote accepted

I guess one way of doing it would be to create a menu item, associate the action to the item and then assign the shortcut to that item, but I haven't done my menus yet.

I think you anwered the question yourself :)
Just create a UI Element in Interface Builder that's supposed to start your Action and assign an Key Equivalent.

link|improve this answer
I guess I should get going with those menus :) – Cocoaster Nov 6 '09 at 14:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.