Option to completely disable middle click pasting globaly #10908
-
|
For every single application i install, I manually need to disable middle click pasting because I don't want that feature, and I much prefer to use middle click scrolling. And the actually problematic part, is that some applications (like vesktop) do not even have a way to disable it. As a wayland compositor, it should be possible to interrupt, clear, or do something to prevent primary selection content to get pasted. I am aware that there is the misc:middle_click_paste option, but that doesn't really work for everything. To me it doesn't really matter how it's done, if constantly force clearing the primary selection buffer when the middle mouse button is pressed is the only option to truly make an option to disable it globaly, it would still be a feature that needs to be implemented in my opinion. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
some apps literally do |
Beta Was this translation helpful? Give feedback.
some apps literally do
if (user_pressed_middle_mouse) { paste(); }and we can't do shit.