From 3375b230d5a4d7d23626ff7ef286e9b6fc2f79e3 Mon Sep 17 00:00:00 2001 From: "vadim_gurko@rntgroup.com" Date: Sat, 28 Dec 2024 09:26:28 +0400 Subject: [PATCH 1/3] Added Russian keyboard layout --- .../src/main/resources/org/apache/guacamole/protocols/rdp.json | 1 + guacamole/src/main/frontend/src/translations/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json index 9e453fc00b..3ac18affa9 100644 --- a/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json +++ b/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json @@ -123,6 +123,7 @@ "pt-br-qwerty", "pt-pt-qwerty", "ro-ro-qwerty", + "ru-ru-qwerty", "sv-se-qwerty", "da-dk-qwerty", "tr-tr-qwerty" diff --git a/guacamole/src/main/frontend/src/translations/en.json b/guacamole/src/main/frontend/src/translations/en.json index d029687871..c7a5310c84 100644 --- a/guacamole/src/main/frontend/src/translations/en.json +++ b/guacamole/src/main/frontend/src/translations/en.json @@ -704,6 +704,7 @@ "FIELD_OPTION_SERVER_LAYOUT_PT_BR_QWERTY" : "Portuguese Brazilian (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_PT_PT_QWERTY" : "Portuguese (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_RO_RO_QWERTY" : "Romanian (Qwerty)", + "FIELD_OPTION_SERVER_LAYOUT_RU_RU_QWERTY" : "Russian (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_SV_SE_QWERTY" : "Swedish (Qwerty)", "FIELD_OPTION_SERVER_LAYOUT_TR_TR_QWERTY" : "Turkish-Q (Qwerty)", From f8d967ad275cb090aa6b168f370847400d9a4881 Mon Sep 17 00:00:00 2001 From: "vadim_gurko@rntgroup.com" Date: Sat, 28 Dec 2024 09:29:29 +0400 Subject: [PATCH 2/3] Added Russian keyboard layout --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bcc52fede8..eda3071f71 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *~ target/ +.gigaide/ +.idea/ From 50c26ee68385bc5e043deb9cf0f68ded620464ab Mon Sep 17 00:00:00 2001 From: "vadim_gurko@rntgroup.com" Date: Sat, 28 Dec 2024 09:32:41 +0400 Subject: [PATCH 3/3] Added Russian keyboard layout --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index eda3071f71..5cee036b68 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ target/ .gigaide/ .idea/ +guacamole-client.iml