Home and end keys and NSTableView, not handled automatically?
Home and end keys and NSTableView, not handled automatically?
- Subject: Home and end keys and NSTableView, not handled automatically?
- From: "Sean McBride" <email@hidden>
- Date: Mon, 13 Sep 2004 22:46:49 -0400
Through no action of my own, my NSTableView (in an NSScrollView) seems to
automatically handle the following keys: up arrow, down arrow, page up,
page down. Great! But the home and end keys are not handled.
Firstly, since page up and page down are handled automatically surely
home and end could be too. Is this omission a bug?
Regardless, how should I implement this? I did some research and my best
idea is to subclass NSTableView and override - (void)keyDown:(NSEvent
*)event. Is this the best way?
Thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden