-
Notifications
You must be signed in to change notification settings - Fork 20
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
[ENHANCEMENT] Compose using transliterated characters #654
Comments
…gle character use the transliterated result for Compose Resolves: #654
This is an experimental patch which I think solves your problem. I think I don’t want to include this in the next release yet, I think this is sort of experimental and needs more testing, I am not sure whether yet whether this has surprising disadvantages. If you want you can test as well by checking out the https://github.com/mike-fabian/ibus-typing-booster/compare/compose-transliterate branch, build, install and test. |
Thanks for the quick fix. Yes, it is working well. |
Yes, hat is expected. When you are using an English US keyboard layout (Or something which is almost the same like the Indian English keyboard layout and type
Therfore you see If you then type But you you type a commit trigger key like So now
I.e. If a compose sequence is aborted by a commit trigger key, it is treated as "normal" input instead as a fallback. That might be a bit surprising but it has some logic. If you decide that you want to discard that compose sequence and not finish it or further process it as normal input, you can cancel it with Do you think my patch is an improvement? It seems more useful than the behaviour before my patch.
when using The
because it contains this:
I think it makes sense to assume that a user of So I think my patch is an improvement. I did some more testing and also added a test case and I am quite confident now that it does not break anything. So I think I could include it in the next release. |
Is your feature request related to a problem? Please describe
Currently ibus typing booster compose mechanism relies on the key event. Please consider adding the option of compose sequences to derive the value from the transliterations.
Describe the solution you’d like
As an example, en-pn-eqf transliterates the double quotes to hyphen. With the current mechanism, to use Compose - -, I need to press the key to the right of 0 though in the layout hyphen is to the left of the "Enter" key. My request is to include an option so that users have the choice to direct bus typing booster to use transliterated values in place of key events.
Describe alternatives you’ve considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: