- reverse scrolling wheel debian
- Open the file /usr/share/X11/xorg.conf.d/10-evdev.conf
- Look for the section with MatchIsPointer "on". It’s at the top by default.
- Add this line:
- Option "ButtonMapping" "1 2 3 5 4 6 7 8"
- Add more buttons if you need them for your mouse. The section should look like:
- Section "InputClass"
- Identifier "evdev pointer catchall"
- MatchIsPointer "on"
- MatchDevicePath "/dev/input/event*"
- Driver "evdev"
- Option "ButtonMapping" "1 2 3 5 4 6 7 8"
- EndSection
Posted by reverse scrollin on Wed 28th Nov 20:54 (modification of post by view diff)
download | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.