4

Is there a way of choosing between right and middle click for pasting? There are ways of for disabling it, I want to change the behaviour

How do I disable middle mouse button click paste?

IljaBek
  • 155

2 Answers2

2

You can open a terminal and paste this so the right button will behave as the middle (and the middle will behave as the right):
xmodmap -e "pointer 1 3 2"

desgua
  • 33,215
0

The solution involves you to download source code of gnome terminal and apply the patch and then you will need to build a package which will build deb packages and then you can just install from those packages.

For more clear instructions you can view this page.

g4ur4v
  • 101