
내 마우스 스크롤이 반전되었습니다. 이 기사를 확인했습니다.
https://jamesmcdonald.com/2011/07/invert-mouse-scroll-wheel-in-debian/
하지만 내 구성은 다음과 같습니다.
Section "InputClass"
Identifier "evdev pointer catchall"
MatchIsPointer "on"
Option "ButtonMapping" "1 2 3 5 4 6 7 8"
MatchDevicePath "/dev/input/event*"
Driver "evdev"
EndSection
와 함께Option "ButtonMapping" "1 2 3 5 4 6 7 8"
"자연 스크롤"도 활성화했지만 운이 좋지 않았습니다.
같은 문제가 발생하여 해결한 사람이 있습니까? 미리 감사드립니다
답변1
자연스럽게 스크롤이 가능해요내가 찾은 가이드를 따르세요.. 이것이 제가 실행한 명령입니다.
echo "pointer = 1 2 3 5 4 7 6 8 9 10 11 12" > ~/.Xmodmap && xmodmap ~/.Xmodmap