-
Notifications
You must be signed in to change notification settings - Fork 281
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
Plover doesn’t output accented letters correctly, among other characters on the third level #1620
Comments
Things you can try to do:
Some notes
Worth noting the code did take this into account
I cannot confirm the issue trying to do the above. Another thing worth checking is whether the last entry is empty
where setting the group to 2 makes pressing If I recalled correctly python-xlib does not support Xkb though. |
Based on my (limited) knowledge of keyboard emulation, implementation of Unicode input would be dependent on the operating system. Ref: https://github.com/qmk/qmk_firmware/blob/master/docs/feature_unicode.md#2-input-modes-idinput-modes Don't know if this is going to be relevant though. |
I get "cava" instead. |
description
Some characters are on the third or fourth level of a keyboard layout. If a dictionary entry contains such a character, and you stroke its outline, then Plover doesn’t input this character correctly.
to reproduce this behaviour
AltGr
.SA/SRA
in a text field. Inmain.json
, this maps toça va
.expected output –
ça va
actual output –
,a va
For context, on the US-international keyboard, the
ç
key can (only) be input with the combinationAltGr
+,
. Hence, I think that Plover can find the right key to press, but cannot figure out how to deal with the third level andAltGr
.operating system
hardware
The Polyglot keyboard, with standard settings as described in this documentation.
The text was updated successfully, but these errors were encountered: