I have a NSTextField in my MainMenu nib...
The selector for this text field is connected to the AppDelegate. I have also set the action to be sent upon the end of editing. Like so...
I have no idea why, but the action is only being sent when the user hits return. "Sent on end editing" has never behaved like this before. Any ideas why I'm having this odd behavior? Thank you so much for your help!