Index: sources/gui/qml/Keyboard.qml =================================================================== diff -u -rac23b968f565c2beeb153ca2d554b8f868634512 -r931992b93e865cfd8f550e4a22d5aade9c8f1e82 --- sources/gui/qml/Keyboard.qml (.../Keyboard.qml) (revision ac23b968f565c2beeb153ca2d554b8f868634512) +++ sources/gui/qml/Keyboard.qml (.../Keyboard.qml) (revision 931992b93e865cfd8f550e4a22d5aade9c8f1e82) @@ -33,6 +33,7 @@ visible = vVisible } + externalLanguageSwitchEnabled: true active : false // if active set to true then in the TextInput section handlers will show up, which is not nice. y : Qt.inputMethod.visible ? parent.height - _root.height - _bottomFiller.height : parent.height anchors.left : parent.left