diff --git a/plugins/bs/qml/Keyboard_bs_email.qml b/plugins/bs/qml/Keyboard_bs_email.qml index 3ad76c1f..572fc09e 100644 --- a/plugins/bs/qml/Keyboard_bs_email.qml +++ b/plugins/bs/qml/Keyboard_bs_email.qml @@ -87,7 +87,7 @@ KeyPad { LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; } CharKey { id: atKey; label: "@"; shifted: "@"; anchors.left: languageMenuButton.right; height: parent.height; } SpaceKey { id: spaceKey; anchors.left: atKey.right; anchors.right: urlKey.left; noMagnifier: true; height: parent.height; } - UrlKey { id: urlKey; label: ".com"; extended: [".ba", "com.ba", ".net", ".org", ".edu.ba", ".gov.ba"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".com"; extended: [".ba", ".com.ba", ".net", ".org", ".edu.ba", ".gov.ba"]; 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/bs/qml/Keyboard_bs_url.qml b/plugins/bs/qml/Keyboard_bs_url.qml index 38c67e00..e70409df 100644 --- a/plugins/bs/qml/Keyboard_bs_url.qml +++ b/plugins/bs/qml/Keyboard_bs_url.qml @@ -86,7 +86,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: ".com"; extended: [".ba", "com.ba", ".net", ".org", ".edu.ba", ".gov.ba"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".com"; extended: [".ba", ".com.ba", ".net", ".org", ".edu.ba", ".gov.ba"]; 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/bs/qml/Keyboard_bs_url_search.qml b/plugins/bs/qml/Keyboard_bs_url_search.qml index c05963e9..eeb3ad92 100644 --- a/plugins/bs/qml/Keyboard_bs_url_search.qml +++ b/plugins/bs/qml/Keyboard_bs_url_search.qml @@ -88,7 +88,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: ".com"; extended: [".ba", "com.ba", ".net", ".org", ".edu.ba", ".gov.ba"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".com"; extended: [".ba", ".com.ba", ".net", ".org", ".edu.ba", ".gov.ba"]; 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/hr/qml/Keyboard_hr_email.qml b/plugins/hr/qml/Keyboard_hr_email.qml index 748f9c2e..78d4b7e4 100644 --- a/plugins/hr/qml/Keyboard_hr_email.qml +++ b/plugins/hr/qml/Keyboard_hr_email.qml @@ -87,7 +87,7 @@ KeyPad { LanguageKey { id: languageMenuButton; anchors.left: symShiftKey.right; height: parent.height; } CharKey { id: atKey; label: "@"; shifted: "@"; anchors.left: languageMenuButton.right; height: parent.height; } SpaceKey { id: spaceKey; anchors.left: atKey.right; anchors.right: urlKey.left; noMagnifier: true; height: parent.height; } - UrlKey { id: urlKey; label: ".com"; extended: [".hr", "com.hr", ".net", ".org", ".edu.hr", ".gov.hr"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".com"; extended: [".hr", ".com.hr", ".net", ".org", ".edu.hr", ".gov.hr"]; 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/hr/qml/Keyboard_hr_url.qml b/plugins/hr/qml/Keyboard_hr_url.qml index 64843975..1fbd7c1d 100644 --- a/plugins/hr/qml/Keyboard_hr_url.qml +++ b/plugins/hr/qml/Keyboard_hr_url.qml @@ -86,7 +86,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: ".com"; extended: [".hr", "com.hr", ".net", ".org", ".edu.hr", ".gov.hr"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".com"; extended: [".hr", ".com.hr", ".net", ".org", ".edu.hr", ".gov.hr"]; 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/hr/qml/Keyboard_hr_url_search.qml b/plugins/hr/qml/Keyboard_hr_url_search.qml index 6959df3f..78e9dd55 100644 --- a/plugins/hr/qml/Keyboard_hr_url_search.qml +++ b/plugins/hr/qml/Keyboard_hr_url_search.qml @@ -88,7 +88,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: ".com"; extended: [".hr", "com.hr", ".net", ".org", ".edu.hr", ".gov.hr"]; anchors.right: dotKey.left; height: parent.height; } + UrlKey { id: urlKey; label: ".com"; extended: [".hr", ".com.hr", ".net", ".org", ".edu.hr", ".gov.hr"]; 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; } }