tbocek / dvorak

Wayland keyboard remapping with dvorak - make ctrl-c ctrl-c again :)
Apache License 2.0
68 stars 18 forks source link

The ' key (Q in QWERTY) does not work in chromium #17

Closed hitren0 closed 2 years ago

hitren0 commented 2 years ago

When the service is turned off or I just run dvorak in the terminal, everything works, but when the service is running the upper left key (Q in QWERTY) stops working in chromium on any layouts. At the same time, everything is fine in any other applications. It does not work both when the service is started automatically at startup and when it is started manually. I am using the latest version of Manjaro KDE and Chromium(96.0.4664.110)

tbocek commented 2 years ago

I only do a remapping of the Q if isUmlaut is true. Did you set the -u parameter? If you did you need to the dvorak intl. layout with dead keys, otherwise behavior is undefined.

Chromium with dvorak running works fine with -u and dvorak intl. layout with dead keys on my side

hitren0 commented 2 years ago

I removed -u in /etc/systemd/system/dvorak@.service, restarted it and everything worked. Thank you very much for such software.

tbocek commented 2 years ago

I now also removed this in the service file, I comited -u by accident. Thx for reporting