aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/sr_SP/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/sr_SP/main.qml')
-rw-r--r--src/layouts/sr_SP/main.qml20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/layouts/sr_SP/main.qml b/src/layouts/sr_SP/main.qml
index 73595911..51ce560f 100644
--- a/src/layouts/sr_SP/main.qml
+++ b/src/layouts/sr_SP/main.qml
@@ -124,13 +124,17 @@ KeyboardLayoutLoader {
weight: functionKeyWidth
Layout.fillWidth: false
}
+ 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
}
InputModeKey {
@@ -150,6 +154,10 @@ KeyboardLayoutLoader {
smallTextVisible: true
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false
@@ -318,13 +326,17 @@ KeyboardLayoutLoader {
weight: functionKeyWidth
Layout.fillWidth: false
}
+ 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
}
InputModeKey {
@@ -345,6 +357,10 @@ KeyboardLayoutLoader {
smallTextVisible: true
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false