WayfireWM / wayfire

A modular and extensible wayland compositor
https://wayfire.org/
MIT License
2.35k stars 174 forks source link

Pass modifiers when clicking unfocused windows. #1563

Open Vladimir-csp opened 2 years ago

Vladimir-csp commented 2 years ago

Describe the bug Seems to be related to #891. And it works in sway.

To Reproduce

Expected behavior Selected text is pasted into mcedit.

Actual behavior Nothing happens.

Wayfire version wayfire/testing,unstable,now 0.7.4-2 amd64 (Debian package)

ammen99 commented 4 months ago

I am pretty sure that this works in Sway because it has focus-follow-mouse. In wayland, a window which does not have keyboard focus does not have any access to the keyboard modifiers, so thus the terminal doesn't see that you have shift pressed.

Vladimir-csp commented 4 months ago

I have focus-follow-mouse disabled in sway, it still works.

ammen99 commented 4 months ago

Ok, that's weird. I'll have to look at it again then.