I've run into this problem a few times now: I have an NSWindowController subclass that manages a window. I want to handle certain hot-keys in this window, for example Esc to exit full-screen mode, or maybe use letter keys to switch tools as in Photoshop. Where do I put the handler for this?

When this happened in the past I added a -performKeyEquivalent: method to a custom view in the window. However, this only makes sense architecturally if the action is related to that view; and if the view is a standard class (like NSTableView) then I have to subclass it just to add that one method. (AppKit doesn't send -performKeyEquivalent up the responder chain to the window's delegate, only to the views in the window.) This seems contrary to Cocoa's usual philosophy of delegation.

Am I missing something?

—Jens

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to