<table><tr><td style="">graesslin created this revision.<br />Restricted Application added a project: KWin.<br />Restricted Application added subscribers: kwin, 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/D7336" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Turn Xkb into a QObject</p>

<p>Reduced dependencies on other classes and allows to emit signal directly<br />
instead of emitting a signal on another class.</p>

<p>Dependency inject KWayland::Server::SeatInterface into Xkb</p>

<p>No need to depend on WaylandServer from within Xkb.</p>

<p>[autotests] Add test case for Xkb::toQtKey</p>

<p>Tests all key codes KKeyServer is able to map to Qt.</p>

<p>Migrate Xkb::toQtKey away from KKeyServer</p>

<p>The regression in kwindowsystem in<br />
<a href="https://phabricator.kde.org/R278:32526718eae99ccb594360627586eebdf793372b" style="background-color: #e7e7e7;
          border-color: #e7e7e7;
          border-radius: 3px;
          padding: 0 4px;
          font-weight: bold;
          color: black;text-decoration: none;" rel="noreferrer">32526718eae99ccb594360627586eebdf793372b</a> showed once more that it's time<br />
to migrate the xkb keysym to Qt::Key mapping away from KKeyServer. The<br />
main problem with KKeyServer is that it's made for X11 and we don't have<br />
X11 here. This causes warnings printed at runtime and the code only<br />
works by accident at all because KKeyServer fails to initialise<br />
modifiers. That is normally KKeyServer would include the modifiers, but<br />
that is nothing we are interested in for mapping xkb keysyms to Qt::Key.</p>

<p>So to address this, KWin now implements the mapping itself. It's based<br />
on the implementation in KKeyServer, but also improved by providing<br />
faster xkb to Qt conversion (which matters for KWin more than the other<br />
direction).</p>

<p>Long term plan is to extend this so that also on X11 it can be used.<br />
Then it should be split out and be used in KKeyServer as a replacement<br />
for the current implementation which could support both X11 and Wayland.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>New test case added which covers all keysyms supported by<br />
existing KKeyserver mapping</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R108 KWin</div></div></div><br /><div><strong>BRANCH</strong><div><div>xkb-no-kkeyserver</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7336" rel="noreferrer">https://phabricator.kde.org/D7336</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>autotests/CMakeLists.txt<br />
autotests/test_xkb.cpp<br />
keyboard_input.cpp<br />
xkb.cpp<br />
xkb.h<br />
xkb_qt_mapping.h</div></div></div><br /><div><strong>To: </strong>graesslin, KWin, Plasma<br /><strong>Cc: </strong>plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, jensreuterberg, abetts, sebas, apol, mart, lukas<br /></div>