https://bugs.kde.org/show_bug.cgi?id=366625

--- Comment #5 from Martin Gräßlin <mgraess...@kde.org> ---
Hmm the implementation in Weston also doesn't look completely correct to me. It
only filters out key presses. Multiple repeats are not filtered out.

Similar key state tracking for passing to applications is in
KWayland/server/seat_interface.cpp. If we only want to ensure applications
don't get duplicate events that would be the place to modify.

On the other hand if we don't want KWin to process them at all (e.g. don't
trigger global shortcuts), it would be KWin which needs to track all key states
and ignore them. Both seems sensible to me, I'm undecided.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to