Re: NSTextView Custom Class "Not Applicable"
Re: NSTextView Custom Class "Not Applicable"
- Subject: Re: NSTextView Custom Class "Not Applicable"
- From: Manfred Lippert <email@hidden>
- Date: Mon, 15 Apr 2002 23:03:28 +0200
>
If you set yourself up as the delagate, you can implement the following
>
selector, and then control what happens with different keystrokes:
>
>
- (BOOL)textView:(NSTextView *)aTextView
>
doCommandBySelector:(SEL)aSelector
I tried doCommandBySelector, but it is called only when the TAB key is
pressed without modifiers. :-(
But now I found a solution that works for Alt+TAB. I override keyDown.
Mani
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.