-
Notifications
You must be signed in to change notification settings - Fork 19
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: Onboarding - Detect german language keyboard layouts #200
base: main
Are you sure you want to change the base?
Conversation
Hello and thank you for the PR! |
That's why I'm doing the pull request - i have win11 with English language but german keyboard layout and it didn't notify me 🙃 |
I did some tests and looks like it won't be that easy :D |
Even better, if I take a POL-PLP input culture info object and compare it to POL-DE object, they are "equal" :) |
dotnet/winforms#8439 |
I just had a nice head first dive into keyboard layouts on windows and oh boi, that's gonna be a nice adventure. |
Would you be so kind to test this branch - https://github.com/amadeo-alex/HASS.Agent/tree/fix-german-keyboard2 ? |
my
so this check summary: |
InputLanguageCheckDiffers()
only checks agains intput language, but the input language might be non-german and the keyboard layout still is.fixed with info from: https://stackoverflow.com/a/27747405