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

WindowsDriver doesn't process characters with accents. #3807

Open
BDisp opened this issue Nov 3, 2024 · 3 comments
Open

WindowsDriver doesn't process characters with accents. #3807

BDisp opened this issue Nov 3, 2024 · 3 comments
Labels
Milestone

Comments

@BDisp
Copy link
Collaborator

BDisp commented Nov 3, 2024

For those who have a Portuguese keyboard the characters with accents aren't processed. In the Editor scenario try to write the below characters and they only will being processed as normal characters without accentuation.

áéíóú
ÁÉÍÓÚ
àèìòù
ÀÈÌÒÙ
ãõ
ÃÕ
âêîôû
ÂÊÎÔÛ
BDisp added a commit to BDisp/Terminal.Gui that referenced this issue Nov 4, 2024
@tig tig added the bug label Nov 5, 2024
@tig tig added this to the V2 Alpha milestone Nov 5, 2024
@tig
Copy link
Collaborator

tig commented Nov 5, 2024

Darn. I wonder when this stopped working?

@tig
Copy link
Collaborator

tig commented Nov 5, 2024

I think I broke this when I fixed a hotkey thing.

I think the fix is this:

image

Seems to work.

If KeyInfo.Key is A...Z and KeyInfo.KeyChar is not a...z then we have an accent.

@BDisp
Copy link
Collaborator Author

BDisp commented Nov 5, 2024

I add a lot of changes that fixed this and others similares in the PR #3768, please take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

2 participants