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

Martin Gräßlin <mgraess...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #7 from Martin Gräßlin <mgraess...@kde.org> ---
This is caused by the way how xkbcommon calculates the consumed modifiers. The
Fx keys are part of the keysyms for vt switching (e.g. Ctrl+Alt+F4) thus just
pressing F4 already consumes the modifiers Ctrl+Alt. For shortcut matching KWin
now removes the consumed modifiers as it's documented in xkbcommon. So pressing
Alt+F4 with consumed modifiers removed results in F4 which obviously doesn't
trigger.

For more information on the issue (we are not the first one to hit it):
https://bugs.freedesktop.org/show_bug.cgi?id=92818 and
https://github.com/xkbcommon/libxkbcommon/issues/17

Apparently there is new API available, but no new xkbcommon released yet. Will
have to try to workaround.

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

Reply via email to