Re: Changing key behaviors for NSTableView

2008-12-08 Thread Corbin Dunn
Le Dec 5, 2008 à 10:12 PM, Steven W Riggins a écrit : I have written a simple application with a table view. I want the table to edit a cell when I press return. I could not find a way to do this other than subclassing and overriding keyDown. Did I miss a more elegant solution? This sho

Changing key behaviors for NSTableView

2008-12-05 Thread Steven W Riggins
I have written a simple application with a table view. I want the table to edit a cell when I press return. I could not find a way to do this other than subclassing and overriding keyDown. Did I miss a more elegant solution? Steve ___ Cocoa-dev m