-
Notifications
You must be signed in to change notification settings - Fork 45
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
Doubling of accent characters #38
Comments
Thanks for pointing this out. I'll see what I can figure out. AltGr should be the equivalent to my Right Alt button and I am not handling this for accents. Currently I'm handling that as a standard ALT. I'll investigate further tonight. |
@hansek I'm trying to understand how you would press these keys. Is it all one single combination or separate: Like this... Or like this... or like this.... |
@mzomparelli it's like the second option you wrote:
You can try it if you'll install Czech (QWERTZ) keyboard layout. |
@hansek This should be fixed in version 1.0.28. Actually, this version is for you to tell me if it's fixed :). I can't really tell. I used the keyboard and was able to get it to type a key that I'm not used to seeing, using RightALT+Accent then D. I don't know if this is correct or not. I will leave this issue open until you let me know. 1.0.28 will be out in the next 20 minutes. |
Ahhhh, I'm really sorry, now I see that I described a wrong form of typing this The proper and windows standard way (which is still not working) how to write
Then the |
ok, I think it's good now in v1.0.29. It's also way past my bed time. I'll leave this open pending your feedback. Thanks for your help. |
Perfect, now it works! Thank you very much and have a great day (or probably night) ;) |
I have an issue with writing of accented characters in Czech language (e.g.
ď
,ť
, ...) on Czech keyboard layout.Standardly you can wrote those characters you need to firstly press
AltGr + ´
and then press target character (e.g.AltGr + ´
and thend
makesď
).Since I have run zVirtualDesktop, it probably catches the first keystroke and system don't wait for another character and directly print doubled
´´
I believe it's connected to hotkeys definition or way how are the hotkeys catched.
Could you take a look on this issue?
I'm using latest 1.0.27 ;)
The text was updated successfully, but these errors were encountered: