By default, double-clicking triggers renaming in NSTableView.
How can I let double-clicking instead trigger my own custom code (such as opening the double-clicked file)?
And also: How can I let the renaming be like in Finder, where you first single click, and then click again and quickly move the mouse pointer away? That is how renaming gets triggered in the Finder. I want it like that in NSTableView.