Index: sources/gui/qml/main.qml =================================================================== diff -u -rbefa8e7e7667c4aa5193022bd80e9f52c2374ad0 -reb6e7c4cd003132f309ac54b436e93a72e599975 --- sources/gui/qml/main.qml (.../main.qml) (revision befa8e7e7667c4aa5193022bd80e9f52c2374ad0) +++ sources/gui/qml/main.qml (.../main.qml) (revision eb6e7c4cd003132f309ac54b436e93a72e599975) @@ -318,7 +318,7 @@ } // keyboard should always be before AlarmItem to not to covet it. - Keyboard { id: _keyboard } + VirtualKeyboard { id: _keyboard } // AlarmItem should always be at the end so nothing covers it AlarmItem { id: _alarmItem ; z: 997 } @@ -340,5 +340,4 @@ timeout : _alarmItem.timeout backgroundFading : vHDOperationMode.fault } - }