I'm developing an ap for MacOSX with Xcode5
my initial window is NSObjectController based, and I'm trying to capture keyboard events by using the common method I used on NSWindowControllers called
-(void)keyDown:(NSEvent *)theEvent{}
but this doesn't captures anything... is there any other method for such task????
thanks in advance for the support