https://bugs.kde.org/show_bug.cgi?id=444335
--- Comment #25 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 0374acb1d82e827c254eeb1444cb0ce15aee635c by Nicolas Fella. Committed on 17/07/2024 at 11:33. Pushed by nicolasfella into branch 'Plasma/6.1'. Fix sticky keys for AltGr We map AltGr to Qt::GroupSwitchModifier, but then ignore it Instead map it to Mod5, which for some reason xkbcommon doesn't expose a define for Also, since the Qt modifiers enum doesn't map nicely to XKB modifiers introduce our own enum to avoid confusion (cherry picked from commit 463d77ec183df20ef2b74916c1646b6e27a1d391) M +31 -10 autotests/integration/sticky_keys_test.cpp M +7 -7 src/plugins/stickykeys/stickykeys.cpp M +23 -26 src/xkb.cpp M +15 -2 src/xkb.h https://invent.kde.org/plasma/kwin/-/commit/0374acb1d82e827c254eeb1444cb0ce15aee635c -- You are receiving this mail because: You are watching all bug changes.