-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Question] Best way to handle accent ? #854
Comments
To be clear, are you asking help on making this work or are you just asking about the 'best' way? Because there isn't one. I personally prefer manually using the compose key to make accented keys (ie |
This ! Thanks for your answer, im starting using this plugin, and my language is very common using accented keys. I just feel that the way i made here, i need to make the move kinda fast to work the combination, sometimes i miss, hence the question. But so far i found a very good tool ! Congrats for your work, is helping me a lot in the keyboard that im using, kinda hard to find decent keyboards in native language with a reasoanable price, so i use a US one and need some adaptations. |
is possible to make a little longer (the overload to wait next key to see if accent will enter) in that way that i did ? |
What do you mean? As long as you are holding
What is the exact behaviour you're looking for in terms of keydown/keyup events? I would otherwise suggest to use From what you've told me, I'm assuming that you want to be able to do |
I just want to extend a little that time, to get the á. |
That would be covered by |
yes, i still need the [ , so the oneshot would not work , i could not tune the ms time to hold the overload to a little longer ? |
Perhaps you can, but I'm struggling to answer your question because it is still unclear what you mean exactly. I would encourage you to think about all the different paths that your keypresses can take. Taken at face value, it sounds like you want a press of
However, I'm skeptical that that is something that would actually feel good to type, because it means that you would have to consciously pause between You could also mean by 'extending the hold time' that holding You could also put the disambiguation entirely on hold time, like Footnotes
|
Is using overload like the code below the best way to handle compose keys with accent ?
like [+a will become á
Thanks in advance !
The text was updated successfully, but these errors were encountered: