https://bugs.kde.org/show_bug.cgi?id=411980
--- Comment #8 from Patrick Silva <bugsefor...@gmx.com> --- I tried to apply your patch on Arch Linux, but I got building failure :( /home/myusername/kwin/input.cpp: In lambda function: /home/myusername/kwin/input.cpp:1783:51: error: ‘keyboardKeyPressRequested’ is not a member of ‘KWayland::Server::FakeInputDevice’ 1783 | connect(device, &FakeInputDevice::keyboardKeyPressRequested, this, | ^~~~~~~~~~~~~~~~~~~~~~~~~ /home/myusername/kwin/input.cpp:1790:51: error: ‘keyboardKeyReleaseRequested’ is not a member of ‘KWayland::Server::FakeInputDevice’ 1790 | connect(device, &FakeInputDevice::keyboardKeyReleaseRequested, this, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [CMakeFiles/kwin.dir/build.make:628: CMakeFiles/kwin.dir/input.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:173: CMakeFiles/kwin.dir/all] Error 2 make: *** [Makefile:141: all] Error 2 -- You are receiving this mail because: You are watching all bug changes.