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

Fix input handling of M-* keybindings #3547

Open
aadcg opened this issue Dec 19, 2024 · 0 comments · May be fixed by #3549
Open

Fix input handling of M-* keybindings #3547

aadcg opened this issue Dec 19, 2024 · 0 comments · May be fixed by #3549
Assignees
Labels
4-series Related to releases whose major version is 4. macos

Comments

@aadcg
Copy link
Member

aadcg commented Dec 19, 2024

On macOS M-o is registered as M-ø since holding the Option key enables other key codes.

This is possible to fix by re-implementing Electron's on-signal-key-press-event method specialization.

@aadcg aadcg added macos 4-series Related to releases whose major version is 4. labels Dec 19, 2024
@aadcg aadcg self-assigned this Dec 19, 2024
@aadcg aadcg linked a pull request Dec 20, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4-series Related to releases whose major version is 4. macos
Development

Successfully merging a pull request may close this issue.

1 participant