Skip to content

Revert "avoid pointless kbd grab on moveresize"

Vlad Zahorodnii requested to merge work/move-resize-grab-keyboard into Plasma/5.19

This reverts commit fab806df.

When a client is being moved or resized, we don't want the client to receive arrow key press events.

Unfortunately, this brings the original issue back where Qt clients change their look as they are no longer focused. I believe this issue can be easily fixed by porting QtXCB to _NET_WM_STATE_FOCUSED.

Merge request reports