Skip to content

Commit

Permalink
rdp-backend: Fix incorrect keyboard variant for Canadian French (#147)
Browse files Browse the repository at this point in the history
* Fix incorrect keyboard variant for Canadian French

* Revert "Fix incorrect keyboard variant for Canadian French"

This reverts commit 6c70afd.

* Fixes the correct entry
  • Loading branch information
raphaelboudreault committed Jun 23, 2023
1 parent 3525068 commit 00104c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libweston/backend-rdp/rdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ struct rdp_to_xkb_keyboard_layout rdp_keyboards[] = {
{KBD_INUKTITUT_LATIN, "ca", "ike"},
{KBD_CANADIAN_FRENCH_LEGACY, "ca", "fr-legacy"},
{KBD_SERBIAN_CYRILLIC, "rs", 0},
{KBD_CANADIAN_FRENCH, "ca", "fr-legacy"},
{KBD_CANADIAN_FRENCH, "ca", 0},
{KBD_SWISS_FRENCH, "ch", "fr"},
{KBD_BOSNIAN, "ba", 0},
{KBD_IRISH, 0, 0},
Expand Down

0 comments on commit 00104c4

Please sign in to comment.