Sunday, May 5, 2024
35
rated 0 times [  35] [ 0]  / answers: 1 / hits: 34369  / 2 Years ago, fri, july 15, 2022, 10:05:25

I am left handed person.

Therefore I want to interchange the typical mouse buttons for right and left clicks.



I want to do this via terminal. May someone please suggest the command for it?



Is it possible to interchange these clicks at the login screen also? I am using Ubuntu 12.04.


More From » command-line

 Answers
6
xmodmap -e "pointer = 3 2 1"


in a terminal should work. If you want to run that command at the start of lightdm (the default login screen), you can edit /etc/lightdm/lightdm.conf like described here - use the xmodmap command instead of xbacklight in the script, of course.


[#37537] Saturday, July 16, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
cheeturage

Total Points: 432
Total Questions: 111
Total Answers: 115

Location: Bahrain
Member since Tue, Mar 1, 2022
2 Years ago
;