key presses in tableview delegate?
key presses in tableview delegate?
- Subject: key presses in tableview delegate?
- From: email@hidden
- Date: Fri, 28 Dec 2001 21:51:27 -0800
i saw several questions like this in the archive, but no answers that
didn't involve subclassing NSTableView. i know how to get keys in a
subclass, but i was hoping there was some magic to get them without
going that far?
i notice that when you select a tableview row and press the delete key
for example, it beeps... meaning that a method was dispatched that no
one in the view hierarchy handled... is there any way to handle that
message in the delegate?
(i'm just trying to have the delete key delete rows in my table...
should be easy?)