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
Asked
Active
Viewed 2,578 times
2 Answers
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
- 32,917
xmodmap -e "pointer = 1 3 2"
, thxI was actually after the paste functionality only, would be nice to keep the right click in place.
– IljaBek Aug 13 '11 at 15:01