Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to associate an action to a keyboard shortcut?

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?

like image 878
ruipacheco Avatar asked Nov 21 '25 14:11

ruipacheco


1 Answers

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.

like image 199
Thomas Zoechling Avatar answered Nov 24 '25 04:11

Thomas Zoechling