aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cerence/xt9/plugin/content/layouts/zh_HK/symbols.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cerence/xt9/plugin/content/layouts/zh_HK/symbols.qml')
-rw-r--r--src/plugins/cerence/xt9/plugin/content/layouts/zh_HK/symbols.qml30
1 files changed, 27 insertions, 3 deletions
diff --git a/src/plugins/cerence/xt9/plugin/content/layouts/zh_HK/symbols.qml b/src/plugins/cerence/xt9/plugin/content/layouts/zh_HK/symbols.qml
index 6d140828..3205ae53 100644
--- a/src/plugins/cerence/xt9/plugin/content/layouts/zh_HK/symbols.qml
+++ b/src/plugins/cerence/xt9/plugin/content/layouts/zh_HK/symbols.qml
@@ -151,13 +151,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 {
@@ -169,6 +173,10 @@ KeyboardLayoutLoader {
text: "—"
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false
@@ -288,13 +296,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 {
@@ -306,6 +318,10 @@ KeyboardLayoutLoader {
text: "。"
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false
@@ -424,13 +440,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 {
@@ -442,6 +462,10 @@ KeyboardLayoutLoader {
text: "…"
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false