Reputation: 921
In my cocoa OSX app I have defined a main menu with key equivalents using interface builder. Occasionally I get user requests for being able to customize these key equivalents. I know users can (re-)define shortcuts for an app via Mac OSX System Preferences | Keyboard | Shortcuts, but this is rather cumbersome if you'd want to redefine many shortcuts. What is the common way of showing all available actions (menu items) and letting a user customize the associated key equivalents? I could brew my own, but would like to know if there are solutions ready available. Thanks in advance,
Upvotes: 0
Views: 58
Reputation: 5698
I use SRRecorder, and it works very well, and sounds like it'll do what you are looking for.
https://github.com/Kentzo/ShortcutRecorder
Upvotes: 1