mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-09 05:58:22 +02:00
rdp: Fix Farsi keyboard map
Co-authored-by: Steve Pronovost <spronovo@microsoft.com> Co-authored-by: Brenton DeGeer <brdegeer@microsoft.com> Signed-off-by: Hideyuki Nagase <hideyukn@microsoft.com> Signed-off-by: Steve Pronovost <spronovo@microsoft.com> Signed-off-by: Brenton DeGeer <brdegeer@microsoft.com>
This commit is contained in:
parent
08f5edfe78
commit
e3a4552ecc
1 changed files with 1 additions and 1 deletions
|
|
@ -758,7 +758,7 @@ struct rdp_to_xkb_keyboard_layout rdp_keyboards[] = {
|
|||
{KBD_ESTONIAN, "ee", 0},
|
||||
{KBD_LATVIAN, "lv", 0},
|
||||
{KBD_LITHUANIAN_IBM, "lt", "ibm"},
|
||||
{KBD_FARSI, "af", 0},
|
||||
{KBD_FARSI, "ir", "pes"},
|
||||
{KBD_PERSIAN, "af", "basic"},
|
||||
{KBD_VIETNAMESE, "vn", 0},
|
||||
{KBD_ARMENIAN_EASTERN, "am", 0},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue