How can I make the Tab key move focus out of a NSTextView?

Posted by Steve McLeod on Stack Overflow See other posts from Stack Overflow or by Steve McLeod
Published on 2010-03-20T17:47:35Z Indexed on 2010/03/20 17:51 UTC
Read the original article Hit count: 123

Filed under:
|
|

I'm using an NSTextView to allow multi-line input. However, due to the nature of my app, users will be more comfortable moving to the next input element when they press TAB.

How can I make TAB exit the NSTextView, while keeping the newline behaviour of the Enter key?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about objective-c