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
I was looking at how Neovide (neovim gui written in rust) handled this specific case, and winit has a macos specific function called set_option_as_alt. Winit directly modifies the event NSEvent received to do this here
Perhaps this should be a separate issue, specifically to treat option as alt/meta key on macOS. It makes more sense to implement this specific case rather than passing the key events through since it boils down to this one case.
#10486 (comment)
I'll be taking on this issue.
#10486 (comment)
The text was updated successfully, but these errors were encountered: