Skip to content

Commit

Permalink
Fix .com.ba & .com.hr domains
Browse files Browse the repository at this point in the history
  • Loading branch information
mvngr committed Sep 17, 2024
1 parent cbb0bbf commit a2779db
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion plugins/bs/qml/Keyboard_bs_email.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/bs/qml/Keyboard_bs_url.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/bs/qml/Keyboard_bs_url_search.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/hr/qml/Keyboard_hr_email.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/hr/qml/Keyboard_hr_url.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/hr/qml/Keyboard_hr_url_search.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
}
Expand Down

0 comments on commit a2779db

Please sign in to comment.