Created attachment 151049 [details] Depiction of what kwin appears as. STEPS TO REPRODUCE 1. Invoke kwin. OBSERVED RESULT The meta button is remapped. This means that I am unable to snap windows. However, this resets if the computer is reinitialized. EXPECTED RESULT kwin should not unexpectedly remap keys. SOFTWARE/OS VERSIONS Windows: Unaffected. macOS: Unaffected. Linux/KDE Plasma: Affected. KDE Plasma Version: “5.25.3”. KDE Frameworks Version: “5.96.0”. Qt Version: “5.15.5”. Additional Information: keyup keyCode=40 (() which=40 (() charCode=0 shiftKey=false ctrlKey=false altKey=false metaKey=false key=ArrowDown char=undefined location=0 repeat=false keyIdentifier=undefined keyLocation=undefined keydown keyCode=37 (%) which=37 (%) charCode=0 shiftKey=false ctrlKey=false altKey=false metaKey=false key=ArrowLeft char=undefined location=0 repeat=false keyIdentifier=undefined keyLocation=undefined keyup keyCode=37 (%) which=37 (%) charCode=0 shiftKey=false ctrlKey=false altKey=false metaKey=false key=ArrowLeft char=undefined location=0 repeat=false keyIdentifier=undefined keyLocation=undefined keydown keyCode=39 (') which=39 (') charCode=0 shiftKey=false ctrlKey=false altKey=false metaKey=false key=ArrowRight char=undefined location=0 repeat=false keyIdentifier=undefined keyLocation=undefined keyup keyCode=39 (') which=39 (') charCode=0 shiftKey=false ctrlKey=false altKey=false metaKey=false key=ArrowRight char=undefined location=0 repeat=false keyIdentifier=undefined keyLocation=undefined keyup keyCode=91 ([) which=91 ([) charCode=0 shiftKey=false ctrlKey=false altKey=false metaKey=false key=OS char=undefined location=1 repeat=false keyIdentifier=undefined keyLocation=undefined
Additionally, it prevents operation of Alt + Tab.
When you run a nested KWin, it grabs input when it has focus. This is intended, or else you couldn't use those keys within it.
(In reply to Nate Graham from comment #2) > When you run a nested KWin, it grabs input when it has focus. This is > intended, or else you couldn't use those keys within it. However, it appears to remain even after I have closed the window. Does it continue to operate in the background?
I don't know, you tell me. :) Does it? What does `ps -e | grep -i kwin_wayand` show?