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

rdp-backend: Fix incorrect keyboard variant for Canadian French #147

Merged
merged 3 commits into from
Jun 23, 2023
Merged

rdp-backend: Fix incorrect keyboard variant for Canadian French #147

merged 3 commits into from
Jun 23, 2023

Conversation

raphaelboudreault
Copy link

The Canadian French RDP keyboard mapping to XKB is currently incorrect in WSLg. While it should resolve to layout 'ca' without any variant (Canadian French, https://learn.microsoft.com/en-us/globalization/keyboards/kbdca), it instead resolves as layout 'ca' variant 'fr-legacy' (Canadian French (Legacy), https://learn.microsoft.com/en-us/globalization/keyboards/kbdfc), which is already defined in the mapping for KBD_CANADIAN_FRENCH_LEGACY. This PR makes the correction.

Note that I didn't run nor test the code. I believe the correction is OK, but it should be validated. Thanks!

@hideyukn88 hideyukn88 self-requested a review June 22, 2023 22:52
@hideyukn88 hideyukn88 changed the title Fix incorrect keyboard variant for Canadian French rdp-backend: Fix incorrect keyboard variant for Canadian French Jun 23, 2023
@hideyukn88
Copy link
Member

@raphaelboudreault, thank you very much for submitting PR. In order to accept your PR, you will need to accept Microsoft Contributor agreement, please see https://github.com/microsoft/ContributorLicenseAgreement, once agreed. you will need to post specific keyword comment in this PR described as https://github.com/microsoft/ContributorLicenseAgreement#accepting, thanks!

@raphaelboudreault
Copy link
Author

@hideyukn88 I believe I already signed the CLA since the cla-bot check passes

@hideyukn88 hideyukn88 merged commit 00104c4 into microsoft:working Jun 23, 2023
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.

2 participants