How do I capture the enter key in a NSComboBox?
- by Ronaldo Nascimento
I have an NSComboBox embedded in the toolbar. I would like to "capture" the enter key as an event to trigger an action. I tried NSControlTextDidChangeNotification but you cant get the key that was pressed. Any help is appreciated...