Re: Return key in NSTextView
Re: Return key in NSTextView
- Subject: Re: Return key in NSTextView
- From: Stefan Jung <email@hidden>
- Date: Fri, 28 Sep 2001 10:33:00 +0200
Hi Dustin,
how about the NSTextViewDidChangeSelectionNotification
notification? Or use a formatter. That is a bit more complicated. For
this one have a look at the Vermont Recipes 5.
Stefan
>
Hello again.
>
>
What is the best way to be informed when a key has been pressed in an
>
NSTextView? I obviously want to intercept a key and do some other
>
action when it is hit, and let all other keys go to the NSTextView
>
object.
>
>
-dustin
>
_______________________________________________
>
cocoa-dev mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev