/usr/share/maliit/plugins/com/jolla/Xt9InputHandler.qml
if (pressedKey.key === Qt.Key_Space) { if (preedit !== "") { thread.acceptWord(preedit, true) commit(preedit + " ") keyboard.autocaps = false // assuming no autocaps after input with xt9 preedit } else { commit(" ") }
commit(preedit + " ")