Thanks Ross. I have done some more research and found that the complete mapping dictionary is stored in /System/Library/Frameworks/AppKit.framework/Resources/StandardKeyBinding.dict, and that it defines a whole lot of other key mappings that are mapped to the noop: selector, for instance Command+Shift+Return and Command+Return both send a noop: selector.
I also found in the documentation that there is no way of changing this at runtime. At least I now understand what is going on and why, even if I find the system somewhat inflexible. Gideon > IIRC, command-option-return is not in the standard key bindings, so there is > no selector assigned to it. > > There's a chart of key bindings and selectors at > http://www.hcs.harvard.edu/~jrus/Site/System%20Bindings.html > > -Ross _______________________________________________ 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 arch...@mail-archive.com