Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
9
rated 0 times [  9] [ 0]  / answers: 1 / hits: 15917  / 3 Years ago, wed, september 22, 2021, 10:24:16

I am using a Logitech Anywhere Mouse MX on my Ubuntu. Mouse works well, but I can't assign the actions to the extra buttons available on it. What I miss the most is the "back" and "forward" actions assigned to the scroll wheel tilt left and right.



How can I activate these features?


More From » mouse

 Answers
1

I use xbindkeys in combination with xdotool.



Create a .xbindkeysrc file in your home directory. It must contain:



# Mapping BACK to mousewheel left on old Logitech
"xdotool key Alt_L+Left"
m:0x0 + b:6

# Mapping FORWARD to mousewheel right on old Logitech
"xdotool key Alt_L+Right"
m:0x0 + b:7


However with VMware you don't have to do anything else except adding



mouse.vusb.enable = "TRUE"


to the .vmx file in your host system. It's what VMware opens every time you start your guest system.


[#40586] Thursday, September 23, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ideobedi

Total Points: 121
Total Questions: 108
Total Answers: 107

Location: United States Minor Outlying Island
Member since Sat, May 28, 2022
2 Years ago
;