Behold
|
2015-06-03
, 23:55
|
Posts: 12 |
Thanked: 37 times |
Joined on Jan 2014
|
#31
|
|
2015-06-05
, 18:37
|
Posts: 6 |
Thanked: 6 times |
Joined on Jun 2015
|
#32
|
Interesting! I've been meaning to have a look at some of what you mentioned, but I haven't had the time. If you do a pull request on GitHub I can have a look at your changes and see if I can incorporate them into the repository if you'd like. (Try to make separate pull requests for separate features though.)
} else if (item.type == "prediction") { anthy.commit_prediction(item.candidate) commit(item.text)
The Following User Says Thank You to sleepsounds For This Useful Post: | ||
|
2015-06-05
, 19:47
|
Posts: 12 |
Thanked: 37 times |
Joined on Jan 2014
|
#33
|
Well, I tried it for ja_romaji.qml. But managed to make only one pull request...(I'm not much familiar with GitHub.)
And as for JaInputHandler.qml, my modification is only to comment out
inside acceptPhrase() and treat "prediction" same with "full" since anthy.commit_prediction(item.candidate) seemed to cause crash.Code:} else if (item.type == "prediction") { anthy.commit_prediction(item.candidate) commit(item.text)
But it's really a temporal workaround so fixing anthy.commit_prediction(item.candidate) will be better if possible.
The Following User Says Thank You to Behold For This Useful Post: | ||
|
2015-06-09
, 13:27
|
Posts: 6 |
Thanked: 6 times |
Joined on Jun 2015
|
#34
|
|
2015-06-15
, 21:57
|
Posts: 12 |
Thanked: 37 times |
Joined on Jan 2014
|
#35
|
The Following User Says Thank You to Behold For This Useful Post: | ||
|
2015-06-22
, 08:04
|
Posts: 6 |
Thanked: 6 times |
Joined on Jun 2015
|
#36
|
Flicker.qml and KeyboardBase_Flick.qml
-> /usr/share/maliit/plugins/com/jolla
ja_10key_flick.qml and ja_10key_flick.conf
-> /usr/share/maliit/plugins/com/jolla/layouts
JaInputHandler.qml, parse_10key_flick.js, TenKey_CustomArrowKey.qml, TenKey_Flick.qml, TenKey_SymbolKey.qml and TenKey_ShiftKey.qml
-> /usr/share/maliit/plugins/com/jolla/layouts/ja_10key_flick
(you may have to make "ja_10key_flick" folder if you copy files separately.)
|
2015-06-30
, 14:42
|
Posts: 6 |
Thanked: 6 times |
Joined on Jun 2015
|
#38
|
The Following User Says Thank You to sleepsounds For This Useful Post: | ||
|
2015-10-14
, 05:37
|
Posts: 205 |
Thanked: 389 times |
Joined on Nov 2009
|
#39
|
|
2015-12-29
, 11:51
|
Posts: 6 |
Thanked: 6 times |
Joined on Jun 2015
|
#40
|
The Following User Says Thank You to sleepsounds For This Useful Post: | ||
Tags |
input method, sailfish os |
|