-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Allowing Space to insert words, cleanup on setSuggestions, remove using isThereText #347
Conversation
This is not a bug, it's a feature 😄. If you want the entire word, press OK, if you want to cut it, press SPACE. I really don't get what's the problem here. On the other hand, with your changes, there is no option to type a part of a word and the OK action is duplicated. Either way, I will not accept this particular change.
|
Why would a user type part of a word? |
Well, users should be able to type any word, not only the ones in the dictionary, right? For example, in my language, the words, especially the verbs, have the same root, but different suffixes depending on gender, number, tense and whatnot. Sometimes, it turns out the word I mean to type is missing, but a similar that starts with the same letters exists. In such cases I hit SPACE and cut the longer word. In another scenario, I may want to cut a word and type some different ending or combine it with another shorter word. I do this occasionally, as well. And I already realized it is simply impossible to add all words in all languages, so there will always be someone in my situation, even if they speak another language. By the way, I didn't invent this idea, Nokia did some 20 years ago and it must have been for a reason. I find it useful and probably many people before me did, so I would like to keep it. |
Makes sense, not all words are in there. I am going to remove the space to insert part and keep the rest because I believe that is worth looking into. |
9454be5
to
e8ffd8e
Compare
Okay, the Space key code is changed back, but please look at the other things which are just code cleanup |
3d09806
to
b3d04c6
Compare
Done and this time as was paying more attention. 🙂 Taking away Now, removing the As I was writing the code, I found that it is annoying and sometimes unclear to use So let's keep both overloads of |
sounds good, i'll change back setSuggestions. |
It is good from my side too. I am currently stabilizing version 26.0, so no new changes are accepted, unless they fix something in #358. I'll test and merge this after that. |
Co-authored-by: Alex Knop <alexknoptech@protonmail.com>
* removed isActive and fixed a startup crash in onEvaluateInputViewShown() (#364, #385, #389) * fixed the MainView is visible in dropdowns or other non-text inputs (#367) * fixed logging settings not being applied at startup sometimes * code cleanup: remove using isThereText (#347) * removed the Messenger Lite hacks, since the app has been discontinued and no longer works --------- Co-authored-by: alexknop <knopalex@msu.edu> Co-authored-by: Alex Knop <alexknoptech@protonmail.com>
The "space-input" feature is a really usefull and common one among old t9 layouts. It would be nice if there was an option for it |
@GiorgosXou, merged pull requests are not the right place for making requests. Please, create a new issue whenever you want to do so. To answer your question, accepting words and automatically adding space after them is possible with the OK key. |
Problems: