I have a custom NSTableView subclass filled with several custom NSTextFieldCell subclasses. I would like to be able to change the edited cell by using
NSTableView
NSTextFieldCell
The easiest way to accomplish what you need is to implement control:textView:doCommandBySelector: in the table view's delegate.
control:textView:doCommandBySelector:
See also my answer to a similar question here: Arrow keys with NSTableView