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: Ignoring Characters with ALT Key #5352

Closed
wants to merge 1 commit into from

Conversation

rustbasic
Copy link
Contributor

@rustbasic rustbasic commented Nov 4, 2024

Fix: Ignoring Characters with ALT Key

When you press the ALT key and a character at the same time, the character is ignored.

On Windows, this is correct for ALT.
If you don't want to handle ALT on Windows, you might want to close this.

Copy link

github-actions bot commented Nov 4, 2024

Preview available at https://egui-pr-preview.github.io/pr/5352-patch148
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

@emilk
Copy link
Owner

emilk commented Nov 4, 2024

I think this will incorrectly trigger for characters that require AltGr to be inputted

@rustbasic
Copy link
Contributor Author

I think this will incorrectly trigger for characters that require AltGr to be inputted

In the Korean version of Windows, AltGr is used to convert between Korean and English, so this is correct, but I'm not sure about other versions of Windows.

@sevonj
Copy link

sevonj commented Nov 6, 2024

It's used for extra symbols in every keyboard layout that I know, regardless of OS.

@rustbasic
Copy link
Contributor Author

Then I guess we need to make it possible to distinguish Left ALT or Right ALT next time.

@rustbasic rustbasic closed this Nov 7, 2024
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

Successfully merging this pull request may close these issues.

3 participants