답변:
dconf 편집기를 통해 방법이 있습니다 ; 그래서:
편집 : Dconf 편집기는 13.04에 사전 설치되어 처음 문제에 직면했습니다. 그러나 13.10 및 14.04에서는 gsettings 를 사용하는 것이 더 쉽습니다 . Samuel Cavazos의 답변을 참조하십시오 .
다른 방법 : 명령 줄에서 실행하십시오.
synclient HorizTwoFingerScroll=1
VertEdgeScroll
과HorizEdgeScroll
synclient HorizEdgeScroll=1
Couldn't find synaptics properties. No synaptics driver loaded?
.
아니면 그냥 실행
gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "true"
터미널에서
$ gsettings set org.gnome.settings-daemon.peripherals.touchpad horiz-scroll-enabled "true"
>No such schema 'org.gnome.settings-daemon.peripherals.touchpad'
No such schema 'org.gnome.settings-daemon.peripherals.touchpad'
메시지 도 받았습니다 .
Shift + 마우스 휠이 가로 스크롤 이벤트를 보내도록 Linux 키 바인딩을 구성하십시오.
~ / .xbindkeysrc.scm을 편집하고 다음을 작성하십시오.
; bind shift + vertical scroll to horizontal scroll events
(xbindkey '(shift "b:4") "xte 'mouseclick 6'")
(xbindkey '(shift "b:5") "xte 'mouseclick 7'")
를 실행하십시오 xbindkeys
.
또한 Firefox 17 이상에서는 다음을 열고 about:config
설정하십시오.
general.autoScroll = true
mousewheel.with_shift.action = 1
mousewheel.with_shift.delta_multiplier_x = 300
출처 : https://coderwall.com/p/xnez3g/horizontal-scroll-with-mouse-under-linux
나는 둘 다 일했다. 하지만 xbindkeys
일부 앱은 Firefox와 같은 자체 동작을 따릅니다.