Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hint to remap option as alt/meta key #12007

Closed
williamhCode opened this issue Jan 17, 2025 · 0 comments
Closed

Add hint to remap option as alt/meta key #12007

williamhCode opened this issue Jan 17, 2025 · 0 comments
Assignees
Milestone

Comments

@williamhCode
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants