I’m working on a complex app with lots of commands. I’m considering eventually 
allowing users to customize the keyboard shortcuts they use. I don’t want to 
build all that UI now, but I thought it might make sense to build in the 
underpinnings now.

What techniques do people use to implement this capability? I’ll have both menu 
shortcuts, which I presume are modified by getting at the NSMenu instances and 
changing them, and shortcuts for other operations that don’t appear in the 
menus (some of my main views and controllers will handle keystrokes). For those 
I can build my own mapping system, but I was curious what others had done, or 
if there’s some nice framework out there already. Googling didn’t turn up much.

-- 
Rick



Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to