<table><tr><td style="">graesslin created this revision.<br />Restricted Application added a project: Plasma.<br />Restricted Application added a subscriber: plasma-devel.
</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/D6828" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>KWin passes the current keysym converted to a Qt::Key in the QKeyEvent.<br />
The current keysym does not always change when a key gets released, so<br />
when pressing a shortcut the release carry a Qt::Key which could be<br />
considered as wrong.</p>

<p>QtWayland transforms the actual pressed/released key into a keysym and<br />
passes that through the QKeyEvent. This change does the same for the<br />
internal windows. A new QKeyEvent is created and adjusted in a way that<br />
it matches what Qt expects.</p>

<p>Why not change everything to how Qt expects it? The key is used at<br />
various places and in KWin internally we expect the behavior how it is<br />
currently implemented. So it's better to use Qt's expectation only when<br />
interacting with Qt.</p>

<p>Also the change carries a workaround for a bug in QKeySequenceEdit<br />
(see QTBUG-62102) and transforms Super to Meta. As this adjustment only<br />
makes sense for the internal windows we need to send in an adjusted<br />
QKeyEvent anyway, so another argument for using the Qt behavior only in<br />
this place.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Can set a shortcut on Wayland and it can be used to activate<br />
the window.</p></div></div><br /><div><strong>BRANCH</strong><div><div>internal-window-proper-key</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6828" rel="noreferrer">https://phabricator.kde.org/D6828</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/integration/globalshortcuts_test.cpp<br />
input.cpp<br />
workspace.h</div></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma<br /><strong>Cc: </strong>plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas<br /></div>