You are not logged in.
Pages: 1
Hello!
I can't find Xmodmap in my Arch64 distro. I have a 7 button mouse and I want to use it properly. Where can ı add "pointer = ...." code?
Offline
Do you need to do that? I don't need xmodmap to map 5 buttons. All done in /etc/X11/xorg.conf
Section "InputDevice"
Identifier "chic"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
EndSection
Offline
xmodmap is no longer required. you still need imwheel, though.
what goes up must come down
Offline
Thank you both. I used ButtonMapping code and ıt worked.
Offline
Pages: 1