I have an NSTextField using autocompletion. It's working well, but I want to trigger the text field's action method immediately when typing return, both when selecting an autocompletion item, and when no item is selected in the autocompletion list (I currently need to type return twice: to select/close the autocompletion, then to trigger the action). The first case is answered here, but I can't find any delegate or subclass method to implement for the second case.
Thanks