https://bugs.kde.org/show_bug.cgi?id=401768
--- Comment #15 from Martin Flöser <mgraess...@kde.org> --- The KeyState datasource is using KModifierKeyInfo internally. This class is currently not yet ported to Wayland and can - in it's current way - not support Wayland. On Wayland modifier state is only sent to the application having the keyboard focus. For something like Latte this is no solution, you normally don't have keyboard focus. KModifierKeyInfo will still work for many other things in applications, but not for things like global listening. Please note that I doubt that this class handles all corner cases correctly (as that's impossible) on X11. -- You are receiving this mail because: You are watching all bug changes.