aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/es_ES/symbols.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/es_ES/symbols.qml')
-rw-r--r--src/layouts/es_ES/symbols.qml20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/layouts/es_ES/symbols.qml b/src/layouts/es_ES/symbols.qml
index e0504866..3c89d487 100644
--- a/src/layouts/es_ES/symbols.qml
+++ b/src/layouts/es_ES/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
@@ -316,13 +324,17 @@ KeyboardLayoutLoader {
Layout.fillWidth: false
displayText: InputContext.inputEngine.inputMode === InputEngine.InputMode.Cyrillic ? "АБВ" : "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 {
@@ -334,6 +346,10 @@ KeyboardLayoutLoader {
text: "\u2026"
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false