Re: Knowing how a Text Editing Session ended
Re: Knowing how a Text Editing Session ended
- Subject: Re: Knowing how a Text Editing Session ended
- From: Ross Carter <email@hidden>
- Date: Thu, 22 Jul 2010 11:49:35 -0400
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 (email@hidden)
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:
This email sent to email@hidden