Active Topics

 


Reply
Thread Tools
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#11
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#12
Ok, I found which file do this... This one:
Code:
/usr/share/maliit/plugins/com/jolla/Xt9InputHandler.qml
I played with this section that changed output of spacebar key:
Code:
    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(" ")
        }
More specific, with this line:
Code:
commit(preedit + " ")
But I didn't find the right combination to fix my problem...
Someone ? Any ideas ?
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#13
Ok, @Pekka answered me (https://together.jolla.com/question/...post-id-134685), it's probably QT text rendering bug.
Hope it will be fixed in upcoming updates...
 

The Following User Says Thank You to Schturman For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#14
Update - 20.06.16
Problem fixed in v2.0.2.45, thanks Jolla (Pekka Vuorela) !
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 03:05.