Re: Using -interpretKeyEvents in NSTextView to interpret key events
Re: Using -interpretKeyEvents in NSTextView to interpret key events
- Subject: Re: Using -interpretKeyEvents in NSTextView to interpret key events
- From: Martin Wierschin <email@hidden>
- Date: Tue, 31 Jul 2007 15:23:12 -0700
[fieldEdit hasMarkedText] is always FALSE, whenever I press ยด or ^
or any other composition key.
The problem is that the NSTextView hasn't had a chance to inspect the
event and hasn't decided there is any marked text. In general you do
not want to use "keyDown:" as a way to capture text input, see:
http://www.cocoabuilder.com/archive/message/cocoa/2005/12/20/152916
~Martin_______________________________________________
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