You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, neither Key.init(rawValue:) nor Key.init(character:virtualKeyCode:) produce .return when passing in "\r". That's what you get when you bind a NSMenuItem to the return key:
Maybe an extension on NSMenuItem that exposes key would be useful.