Traté de desactivar la función de pegar al hacer clic en el boton del medio del mouse. Lo desactive desde gnome-tweaks pero sigue pegando las cosas y la verdad es bastante molesto.
Tengo Zorin 17.3 Core
Traté de desactivar la función de pegar al hacer clic en el boton del medio del mouse. Lo desactive desde gnome-tweaks pero sigue pegando las cosas y la verdad es bastante molesto.
Tengo Zorin 17.3 Core
When you use Xorg you could try it with this app:
If you do not need the functions of the middle mouse button, you can also deactivate the middle mouse button completely.
Deactivating the insert function in gnome tweaks does not seem to work for all apps.
Hi, and welcome to Zorin OS!
Launch a terminal window (you will find "Terminal" in the applications menu → Utilities) and run the following command:
gsettings get org.gnome.desktop.interface gtk-enable-primary-paste
This is the setting that controls middle mouse pasting, effectively the same as the one from Gnome Tweaks. It will return "true" or "false" based on whether it's enabled or not. Can you double check that it matches what you have selected?
You can also enable/disable it like so (changing between true/false in the last word):
gsettings set org.gnome.desktop.interface gtk-enable-primary-paste true
You should see the toggle in Gnome Tweaks update in real time as you run this command. It seems to work fine on my end, so if it doesn't work please check any other settings or programs that you might have installed that could interfere with this.