capturing special keys when focused in an NSTextField

2009-10-10 Thread aaron smith
Quick question - I have a window that I run as a sheet, which contains an NSTextField to enter a message. I have the window setup to close the sheet when the Escape key is pressed, however, when the text field is focused I can't figure out how to respond to these types of special keys. I've tried

Re: capturing special keys when focused in an NSTextField

2009-10-10 Thread Jens Alfke
On Oct 10, 2009, at 1:13 PM, aaron smith wrote: Quick question - I have a window that I run as a sheet, which contains an NSTextField to enter a message. I have the window setup to close the sheet when the Escape key is pressed, however, when the text field is focused I can't figure out how to