<table><tr><td style="">graesslin created this revision.<br />graesslin added reviewers: KWin, Plasma on Wayland.<br />Restricted Application added subscribers: kwin, plasma-devel.<br />Restricted Application added projects: Plasma on Wayland, KWin.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D2945" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>If a key could be turned into a keysym with a modifier xkbcommon<br />
considers the modifier as consumed even if not pressed.<br />
E.g. Alt+F3 considers alt as consumed as there is a keysym gnerated with<br />
Ctrl+Alt+F3 (vt switching).</p>

<p>This change tries to workaround the problem by ignoring the consumed<br />
modifiers if there are more modifiers consumed than active. It's<br />
possible that this will create regressions for other shortcuts - we need<br />
to test it in the wild. Although this might cause regressions I'm aiming<br />
for Plasma/5.8 branch with the change. It only affects Wayland and fixes<br />
quite important shortcuts from window manager perspective (desktop<br />
switching (ctrl+f1 to ctrl+f4), desktop grid (ctrl+f8), present windows<br />
(ctrl+f9, ctrl+10), cube (ctrl+f11), user actions (alt+f3), close window<br />
(alt+f4)). If it causes regressions they need to be fixed as well in the<br />
Plasma/5.8 branch.</p>

<p>A new API entry point for xkbcommon was proposed, but is not yet merged<br />
and there is no release with it yet. Once that is available the<br />
workaround should get removed and replaced by the new API call.</p>

<p>BUG: 368989<br />
FIXED-IN: 5.8.1</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Going to restart session now with the change</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>rKWIN KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>consumed-mods-fix-5.8</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D2945" rel="noreferrer">https://phabricator.kde.org/D2945</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/integration/globalshortcuts_test.cpp<br />
keyboard_input.cpp</div></div></div><br /><div><strong>EMAIL PREFERENCES</strong><div><a href="https://phabricator.kde.org/settings/panel/emailpreferences/" rel="noreferrer">https://phabricator.kde.org/settings/panel/emailpreferences/</a></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma on Wayland<br /><strong>Cc: </strong>plasma-devel, kwin, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas<br /></div>