NSTextField TAB-Behaviour Overwriting?
NSTextField TAB-Behaviour Overwriting?
- Subject: NSTextField TAB-Behaviour Overwriting?
- From: Manfred Lippert <email@hidden>
- Date: Mon, 17 Jun 2002 11:56:02 +0200
Hi,
how can I overwrite the TAB-behaviour of an NSTextField?
Currently Option+TAB inserts Tabulator characters and TAB moves the focus to
the next view.
I want to swap this behaviour, so Tabulator characters can be inserted with
raw TAB key strokes and Focus can be switched with Option+TAB.
I've done this already with an NSTextView. This was easy: I had to overwrite
keyDown. But this is not possible for an NSTextField.
Thanks,
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.