Summary: | KF5 - Caps Lock layout switching leads to skipping the next key press | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Dmitry Kharitonov <haritonovd> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | a, bhush94, haritonovd |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: |
https://bugreports.qt.io/browse/QTBUG-34068 https://bugreports.qt.io/browse/QTCREATORBUG-9589 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dmitry Kharitonov
2015-02-01 08:48:08 UTC
This bug may be related to Qt bug https://bugreports.qt.io/browse/QTBUG-34068, which was probably fixed in Qt 5.4.1 (https://codereview.qt-project.org/#/c/102007/). Unfortunately, Arch Linux uses 5.4.0. Confirming - very annoying. And unexpected :) More strictly - at my case I haven't configured layouts via system settings, rather I have an appropriate options in xorg conf file /etc/X11/xorg.conf.d/10-evdev.conf: Option "XkbLayout" "us, ru" Option "XkbOptions" "grp:caps_toggle, grp_led:caps" But with kate/konsole I have the same issue - first-after-switch char is ignored. Additional small information: yes, kate and konsole are affected by the bug, but, say, yakuake (which, I guess, is based on the konsole) works as expected. It seems that this bug was fixed in Qt 5.4.1. Both Kate and Konsole work fine now. Thanks for reporting back. |