aboutsummaryrefslogtreecommitdiffstats
path: root/src/layouts/pt_PT/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/pt_PT/main.qml')
-rw-r--r--src/layouts/pt_PT/main.qml10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/layouts/pt_PT/main.qml b/src/layouts/pt_PT/main.qml
index 5e42560b..3864a500 100644
--- a/src/layouts/pt_PT/main.qml
+++ b/src/layouts/pt_PT/main.qml
@@ -145,13 +145,17 @@ KeyboardLayout {
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
}
SpaceKey {
@@ -166,6 +170,10 @@ KeyboardLayout {
smallTextVisible: true
highlighted: true
}
+ HideKeyboardKey {
+ weight: normalKeyWidth
+ Layout.fillWidth: false
+ }
EnterKey {
weight: functionKeyWidth
Layout.fillWidth: false