From 05a5a2181cec23e7200ce1ca72b1577f4c5527d1 Mon Sep 17 00:00:00 2001 From: Mike Date: Wed, 4 Sep 2024 00:17:07 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20.=D1=83=D0=BA=D1=80=20domain=20on=20ru=20?= =?UTF-8?q?keypad=20(#221)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/ru/qml/Keyboard_ru_url.qml | 2 +- plugins/ru/qml/Keyboard_ru_url_search.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ru/qml/Keyboard_ru_url.qml b/plugins/ru/qml/Keyboard_ru_url.qml index c54b9969..84b61478 100644 --- a/plugins/ru/qml/Keyboard_ru_url.qml +++ b/plugins/ru/qml/Keyboard_ru_url.qml @@ -91,7 +91,7 @@ KeyPad { SymbolShiftKey { id: symShiftKey; anchors.left: parent.left; height: parent.height; } LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; } CharKey { id: slashKey; label: "/"; shifted: "/"; anchors.left: languageMenuButton.right; height: parent.height; } - UrlKey { id: urlKey; label: ".ru"; extended: [".com", ".ua",".su",".kg",".рф","укр",".by",".tj"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".ru"; extended: [".com", ".ua",".su",".kg",".рф",".укр",".by",".tj"]; anchors.right: dotKey.left; height: parent.height; } CharKey { id: dotKey; label: "."; shifted: "."; extended: ["?", "-", "_", "!", "+", "%","#","/"]; extendedShifted: ["?", "-", "_", "!", "+", "%","#","/"]; anchors.right: enterKey.left; height: parent.height; } ReturnKey { id: enterKey; anchors.right: parent.right; height: parent.height; } } diff --git a/plugins/ru/qml/Keyboard_ru_url_search.qml b/plugins/ru/qml/Keyboard_ru_url_search.qml index 9318b706..63d994b5 100644 --- a/plugins/ru/qml/Keyboard_ru_url_search.qml +++ b/plugins/ru/qml/Keyboard_ru_url_search.qml @@ -92,7 +92,7 @@ KeyPad { LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; } CharKey { id: slashKey; label: "/"; shifted: "/"; anchors.left: languageMenuButton.right; height: parent.height; } SpaceKey { id: spaceKey; anchors.left: slashKey.right; anchors.right: urlKey.left; noMagnifier: true; height: parent.height; } - UrlKey { id: urlKey; label: ".ru"; extended: [".com", ".ua",".su",".kg",".рф","укр",".by",".tj"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".ru"; extended: [".com", ".ua",".su",".kg",".рф",".укр",".by",".tj"]; anchors.right: dotKey.left; height: parent.height; } CharKey { id: dotKey; label: "."; shifted: "."; extended: ["?", "-", "_", "!", "+", "%","#","/"]; extendedShifted: ["?", "-", "_", "!", "+", "%","#","/"]; anchors.right: enterKey.left; height: parent.height; } ReturnKey { id: enterKey; anchors.right: parent.right; height: parent.height; } }