Re: customizing TextView keyboard responses
Re: customizing TextView keyboard responses
- Subject: Re: customizing TextView keyboard responses
- From: Jim Correia <email@hidden>
- Date: Tue, 18 Dec 2001 11:24:40 -0500
At 8:07 AM -0800 12/18/01, Matt Neuburg wrote:
How do I customize a TextView so that when the user types a Tab key into
it, it tabs to the next key view (like a TextField) rather than entering
the tab into the text? Thx - m.
<
http://developer.apple.com/techpubs/macosx/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSText.html#//apple_ref/occ/instm/NSText/setFieldEditor:>
should do the trick.