-
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
Linux: Plover does not recognize non-Qwerty layout #1395
Comments
Does
work correctly (type the correct content |
No, it does not. But interestingly instead of Plover's Edit: Some of characters get through unchanged: xdotool translations:[input --> output]j --> q c --> a f --> f Edit: I am getting more and more confused. The output above was produced by invoking xdotool via dmenu. If I use Emacs' inbuilt shell command dispatcher I get Edit: After following this thread and executing Edit: Seems to be a known issue even though the way it acts here is quite odd. |
It seems that the bug I encountered only happens when you have multiple keyboard layouts defined in the xorg config files. When only the bone layout is defined, the fix mentioned above (executing |
Currently Plover does not support XKB properly (see #1164 (comment)), fixing this issue will require "a lot of work". There are some other unofficial "output engine plugins" such as https://github.com/user202729/plover-ibus (read the disclaimer) |
Ah, okay. Luckily I do not need the second layout now that I have a qmk-enabled keyboard so it is no longer a problem for me. Should I close this issue or should I keep it open and make it more precise? |
Duplicate of #650. |
Describe the bug
When using bone as my software layout with xkb and my qmk keyboard with Plover and hitting the
STN_HL
,STN_E
andSTN_LR
keys simultaneously Plover produces the outputufii
instead ofhell
.The only way I have found so far to get the expected behaviour is to specify the us layout in
/etc/X11/xorg.conf.d/00-keyboard.conf
and reboot.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Plover recognizes the different keyboard layout and adjusts accordingly.
Screenshots
Bone Layout:
Operating system
Hardware
I am using a Kyria with qmk firmware and a dedicated Plover layer:
I have not made any changes to the default machine configuration apart from selecting gemini pr:
The text was updated successfully, but these errors were encountered: