aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/vi_VN/symbols.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/vi_VN/symbols.qml')
-rw-r--r--src/layouts/vi_VN/symbols.qml20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/layouts/vi_VN/symbols.qml b/src/layouts/vi_VN/symbols.qml
index 08929ba9..d297d624 100644
--- a/src/layouts/vi_VN/symbols.qml
+++ b/src/layouts/vi_VN/symbols.qml
@@ -149,13 +149,17 @@ KeyboardLayoutLoader {
Layout.fillWidth: false
displayText: "ABC"
}
+ ChangeLanguageKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
Key {
key: Qt.Key_Comma
weight: normalKeyWidth
Layout.fillWidth: false
text: ","
smallText: "\u2699"
- smallTextVisible: true
+ smallTextVisible: keyboard.isFunctionPopupListAvailable()
highlighted: true
}
SpaceKey {
@@ -167,6 +171,10 @@ KeyboardLayoutLoader {
text: "."
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false
@@ -314,13 +322,17 @@ KeyboardLayoutLoader {
Layout.fillWidth: false
displayText: "ABC"
}
+ ChangeLanguageKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
Key {
key: Qt.Key_Comma
weight: normalKeyWidth
Layout.fillWidth: false
text: ","
smallText: "\u2699"
- smallTextVisible: true
+ smallTextVisible: keyboard.isFunctionPopupListAvailable()
highlighted: true
}
SpaceKey {
@@ -332,6 +344,10 @@ KeyboardLayoutLoader {
text: "\u2026"
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false