Tagged Questions
2
votes
1answer
163 views
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 ...
1
vote
1answer
82 views
Mac OS X: How to rebuild menu dependences
I have a weird problem. I submitted my app to be published on the app store, but they said me that I have to provide an open recent menu.
I know how to do it programmatically, but it doesn't work in ...