From 8a776be92502fa1ab178832c687d1a95b7a3d1ed Mon Sep 17 00:00:00 2001 From: Hideyuki Nagase Date: Mon, 9 May 2022 08:18:56 -0500 Subject: [PATCH] rdp: Add US international keyboard layout Co-authored-by: Steve Pronovost Co-authored-by: Brenton DeGeer Signed-off-by: Hideyuki Nagase Signed-off-by: Steve Pronovost Signed-off-by: Brenton DeGeer --- libweston/backend-rdp/rdp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libweston/backend-rdp/rdp.c b/libweston/backend-rdp/rdp.c index 4791d3db..f37aa6f8 100644 --- a/libweston/backend-rdp/rdp.c +++ b/libweston/backend-rdp/rdp.c @@ -723,6 +723,7 @@ struct rdp_to_xkb_keyboard_layout rdp_keyboards[] = { {KBD_GREEK_319, "gr", "extended"}, {KBD_GREEK_POLYTONIC, "gr", "polytonic"}, {KBD_US, "us", 0}, + {KBD_UNITED_STATES_INTERNATIONAL, "us", "intl"}, {KBD_US_ENGLISH_TABLE_FOR_IBM_ARABIC_238_L, "ara", "buckwalter"}, {KBD_SPANISH, "es", 0}, {KBD_SPANISH_VARIATION, "es", "nodeadkeys"},