I have a small problem right now. I want to execute a method when the Enter key is pressed in a NSTextField. The user should be able to enter his data and a calculation meth
NSTextFieldDelegate's – control:textView:doCommandBySelector: is your friend.
NSTextFieldDelegate
control:textView:doCommandBySelector:
Look for the insertNewline: command.
insertNewline: