Action When Enter-key is Pressed on NSTextField Posted on 2016-04-17 | In CocoaAdd Action in NSTextField’s Delegate123@IBAction func textFieldAction(sender: NSTextField) { print(sender.stringValue)}Connect NSTextField’s Action to Delegate’s OneSet NSTextField’s Action Type