WPS-PDF滚动不平滑
新建
sudo vim /etc/X11/xorg.conf.d/10-evdev.conf
写入
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
EndSection
新建
sudo vim /etc/X11/xorg.conf.d/10-evdev.conf
写入
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
Option "ButtonMapping" "1 2 3 4 5 6 7 8 9"
EndSection