Return key in NSTextView
Return key in NSTextView
- Subject: Return key in NSTextView
- From: Dustin Mierau <email@hidden>
- Date: Thu, 27 Sep 2001 17:08:45 -0700
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