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: Sat, 04 Aug 2007 12:25:42 +0200
On 2 Aug 2007, at 12:15 PM, Kuon wrote:
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:
I also tried to forward the keyDown event to the NSTextView, but it
does not mark text either.
What event should I forward to the NSTextView for it to handdle
marked text correctly?
Regards
--
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