-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fails to detect some Japanese keyboard #663
Comments
I can reproduce the issue. |
The issue is related #418 not only #516. proski:
The xrdp's key layout properly fallbacks to If fallback occurred, |
caused by 9c31bd5. This is not a complete fix but just a workwround because keylayout value of Japanese keyboard can be other than these 4 values. This workdaround still doesn't cover all JP keyboards. - 0x00000411 - 0xe0010411 - 0xe0200411 - 0xe0210411 Looking for `0411` in lower 16 bits is enough to detect JP keyboards.
caused by 9c31bd5. This is not a complete fix but just a workwround because keylayout value of Japanese keyboard can be other than these 4 values. This workaround still doesn't cover all JP keyboards. - 0x00000411 - 0xe0010411 - 0xe0200411 - 0xe0210411 Looking for `0411` in lower 16 bits is enough to detect JP keyboards.
caused by 9c31bd5. This is not a complete fix but just a workaround because keylayout value of Japanese keyboard can be other than these 4 values. This workaround still doesn't cover all JP keyboards. - 0x00000411 - 0xe0010411 - 0xe0200411 - 0xe0210411 Looking for `0411` in lower 16 bits is enough to detect JP keyboards.
caused by 9c31bd5. This is not a complete fix but just a workaround because keylayout value of Japanese keyboard can be other than these 4 values. This workaround still doesn't cover all JP keyboards. - 0x00000411 - 0xe0010411 - 0xe0200411 - 0xe0210411 Looking for `0411` in lower 16 bits is enough to detect JP keyboards.
Since commit 9c31bd5 my laptop's keyboard layout in xrdp is "us" not "jp". Reverting the commit gets back the "jp" layout.
xrdp.log looks like the same, but
setxkbmap -print
output is different.current:
xrdp.log.txt
setxkbmap.txt
after the revert:
xrdp.log.txt
setxkbmap.txt
The text was updated successfully, but these errors were encountered: