cocoa - Capturing undo/redo key events on NSTableView -
i need capture undo/redo key commands in nstableview , forward down managed object context's undo manager. have tried overriding -keydown, that's hard navigate. need internationalized solution problem doesn't revolve around checking "z" key command key modifier mask.
is there way can set tableview standard "undo" key binding? ideas?
implement windowwillreturnundomanager in delegate of window containing nstableview. return object context's undo manager there. table view able receive events.
[nswindowdelegate windowwillreturnundomanager:]
Comments
Post a Comment