जवाबों:
Dconf Editor के माध्यम से एक रास्ता है ; इसलिए:
संपादित करें: Dconf Editor 13.04 को पूर्व-स्थापित किया गया था, जहां मैंने पहली बार समस्या का सामना किया; लेकिन 13.10 और 14.04 को gsettings का उपयोग करना आसान है , सैमुअल कैवाज़ोस का जवाब देखें ।
वैकल्पिक तरीका: इसे अपनी कमांड लाइन में चलाएं
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 + माउस व्हील बनाने के लिए अपनी लिनक्स कुंजी को कॉन्फ़िगर करें एक क्षैतिज स्क्रॉल इवेंट भेजें:
संपादित करें ~ / .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
।
इसके अलावा, फ़ायरफ़ॉक्स 17+ के लिए, खोलें about:config
और सेट करें:
general.autoScroll = true
mousewheel.with_shift.action = 1
mousewheel.with_shift.delta_multiplier_x = 300
स्रोत: https://coderwall.com/p/xnez3g/horiolet-scroll-with-mouse-under-linux
मुझे दोनों काम मिले। हालाँकि xbindkeys
, फ़ायरफ़ॉक्स के लिए , कुछ ऐप अपने स्वयं के व्यवहार के साथ चिपके रहते हैं।