aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/el_GR/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/el_GR/main.qml')
-rw-r--r--src/layouts/el_GR/main.qml20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/layouts/el_GR/main.qml b/src/layouts/el_GR/main.qml
index cc52bed0..fce6d15a 100644
--- a/src/layouts/el_GR/main.qml
+++ b/src/layouts/el_GR/main.qml
@@ -136,13 +136,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 {
@@ -162,6 +166,10 @@ KeyboardLayoutLoader {
smallTextVisible: true
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false
@@ -331,13 +339,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 {
@@ -357,6 +369,10 @@ KeyboardLayoutLoader {
smallTextVisible: true
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false