-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ABC input in a buffer during word input #391
Comments
Yes, but not in ABC mode. From what I see, Kika works in some kind of hybrid ABC+Predictive mode, but you could achieve the same using TT9's Predictive mode only. There are three options:
I hope this helps! |
Hey, thanks for the suggestions! Kika's hybrid mode does make some sense for unusual words, for example About suggestions: I've tried with Italian language, but it requires clicking DPad to the right to get to the letter which is very tedious But no matter, for the the app does not change the word itself to kana if I do it this way, it only takes the last letter (or the letters after the first) and transforms it |
Hm, I'm not sure then. From what I see, this app consumes the text in a non-usual way, so it may require some changes in TT9 to work properly. I can take a look into it, but I can't promise it will happen anytime soon, since I am very short on free time at the moment. |
OK, this was PEBKAC Sorry for misleading you I've tried "language without dictionary" approach for a bit and it is tedious |
Right, I think it will be better to add proper Japanese support, instead of doing hacks. I guess #390 would make this obsolete. |
Hello
TT9 in ABC mode inputs characters and replaces them inside the field if you continue pressing the same button (at least I think it does it like that)
This makes text input replacers consume the letters one by one and not wait for me to get to the right letter
Here's some videos of what is happening in "Smouldering Durtles" app:
In this one "Automatic letter select" is ON and when I finish typing -- my "se" input is converted to "せ" and then another "e" is added
abc_auto.mp4
This is true for "Automatic letter select" set to OFF, it just happens after I press OK
abc_manual.mp4
In comparison, Kika doesn't do that, it keeps the word in a "buffer" or something similar (see better example of this behavior in the last video)
abc_kika.mp4
Here are videos of another example, where it replaces letters before I could get to the needed letter on the key
Here I'm trying to input "chi" to get "ち". But after I input "h" and start pressing 4 to get to "i" -- it consumes double h and makes it small "っ" (which indicates letter repetition)
abc_chi_tsu.mp4
If I miss stopping on "h" after inputting "c" and get to "i" without even stopping on it (pressing 4 too many times, hoping to get the letter "h" on the next wraparound) -- it will replace "ci" with "き". Also, I can't correct my mistake with backspace as it will erase replaced symbols, not my original input
abc_chi_ki.mp4
Here's what Kika does: it seems like it keeps the word it a "buffer" of sorts that allows changing what is being replaces and correct mistakes with backspace
abc_chi_kika.mp4
Is it possible to implement similar behavior in TT9?
Many thanks!
The text was updated successfully, but these errors were encountered: