evdev

来自百合仙子's Wiki
跳转到导航 跳转到搜索

按住鼠标中键滚动

# /etc/X11/xorg.conf.d/10-emulatewheel.conf 
Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option      "EmulateWheel"      "true"
        Option      "EmulateWheelButton"    "2"
        Option      "XAxisMapping"      "6 7"
        Option      "YAxisMapping"      "4 5"
EndSection

参见