Re: NSSearchField and Key detection

2008-05-27 Thread Aki Inoue
You can do the same with any NSControl subclasses. See - control:textView:doCommandBySelector:. Aki On 2008/05/27, at 12:00, Chris & Dawn Kunicki wrote: I have a NSSearchField and I am trying to detect when the user presses the down arrow key to perform a specific action. This is no proble

NSSearchField and Key detection

2008-05-27 Thread Chris & Dawn Kunicki
I have a NSSearchField and I am trying to detect when the user presses the down arrow key to perform a specific action. This is no problem in NSTextView with doCommandBySelector. Is there a similiar way with NSSearchField? Thanks for your help. ___