Skip to content

Commit

Permalink
support Lithuanian input layout (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: Hideyuki Nagase <[email protected]>
  • Loading branch information
hideyukn88 and Hideyuki Nagase authored Jun 12, 2023
1 parent 75aea1a commit 3525068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libweston/backend-rdp/rdp.c
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ struct rdp_to_xkb_keyboard_layout rdp_keyboards[] = {
{KBD_SLOVENIAN, "si", 0},
{KBD_ESTONIAN, "ee", 0},
{KBD_LATVIAN, "lv", 0},
{KBD_LITHUANIAN, "lt", 0},
{KBD_LITHUANIAN_IBM, "lt", "ibm"},
// 0x429 (KBD_FARSI) is for Persian(Iran)
// TODO: define exact match with Windows layout in Xkb.
Expand Down

0 comments on commit 3525068

Please sign in to comment.