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.