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.
The text was updated successfully, but these errors were encountered:
Currently, neither
Key.init(rawValue:)
norKey.init(character:virtualKeyCode:)
produce.return
when passing in"\r"
. That's what you get when you bind aNSMenuItem
to the return key:Maybe an extension on
NSMenuItem
that exposeskey
would be useful.The text was updated successfully, but these errors were encountered: