NSTableView action called on clciking return key.

Is there any straightforward way of calling doubleClickAction on clicking return key?


What I am doing now is, I have subclassed NSTableView, overwritten performKeyEquivalent method and calling the delegate’s doubleClickAction method if entered key code is 13.

NSTableView action called on clciking return key.
 
 
Q