On Jul 22, 2010, at 4:47 AM, Motti Shneor wrote: > My Question: How can I Persuade the FieldEditor to end an Editing Session > when these specific key-combinations occur? Should I override something? Is > there a specific Delegate for that?
You might try subclassing the field editor and override insertTab: and insertBackTab:. Test for the option key with [NSEvent modifierFlags]. _______________________________________________ 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