Re: Tab and Enter in NSTextView
Re: Tab and Enter in NSTextView
- Subject: Re: Tab and Enter in NSTextView
- From: "I. Savant" <email@hidden>
- Date: Tue, 5 Sep 2006 15:18:17 -0400
On Sep 5, 2006, at 3:11 PM, Douglas Davidson wrote:
I devoted a section of my talk at the recent WWDC to discussing
exactly why you don't want to override keyDown: for this sort of
thing. The gist of it is that keyDown: receives unprocessed key
events, and that handling them at this point is likely to break
things like input methods.
This is good stuff to know - I admit I tuned out when it was
discussed previously. It makes perfect sense, though. Thanks for this
correction / clarification!
--
I.S.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden