Return and Enter keys in NSTextView
Return and Enter keys in NSTextView
- Subject: Return and Enter keys in NSTextView
- From: Richard Schreyer <email@hidden>
- Date: Wed, 29 Aug 2001 15:45:59 -0700
I've overridden keyDown: in NSTextView, and need to find out when the
user has pressed either the Enter or Return keys.
I've looked through the docs of NSEvent, but I don't see any constants
for these keys like there are for the Modifiers.
Richard Schreyer