Akshar Patel Asked: 2018-06-18 03:02:45 +0800 CST2018-06-18 03:02:45 +0800 CST 2018-06-18 03:02:45 +0800 CST Mouse Button Order Gets Reset after Restart 772 I using KDE 5.13 on KDE Neon. I use Left-handed mouse. But When I restart the computer, It goes back to Right-handed even if Settings still shows Left handed. kde mouse kde5 1 Answers Voted Best Answer Akshar Patel 2018-06-18T03:03:18+08:002018-06-18T03:03:18+08:00 I have found the solution as follows: First, create shell script with following line: xmodmap -e "pointer = 3 2 1" You can find the documentation on https://help.ubuntu.com/community/MouseCustomizations Then add it to Autostart program as follows and make sure You have selected run on as Before session startup
I have found the solution as follows:
First, create shell script with following line:
xmodmap -e "pointer = 3 2 1"
You can find the documentation on https://help.ubuntu.com/community/MouseCustomizations