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: Kuon <email@hidden>
- Date: Thu, 02 Aug 2007 12:15:48 +0200
On 1 Aug 2007, at 12:23 AM, Martin Wierschin wrote:
[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:
But, as I send the keyDown event to the NSTextView, with
interpretKeyEvents, shouldn't that give it the opportunity to inspect
it?
Regards
Kuon
--
Kuon
"Don't press that button."
http://goyman.com/
Blog: http://kuon.goyman.com/
_______________________________________________
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