我試圖提高滑鼠滾動速度,我遵循本指南關聯,但是當我輸入這一行時:
在本例中 x 為 10
$ xinput 列表屬性 10 | grep '滾動距離'
我沒有得到這一行的結果:
Evdev Scrolling Distance (255): 1, 1, 1
然後我繼續輸入這一行:
$ xinput set-prop 10 'Evdev 滾動距離' 10, 10, 10
它說:
property 'Evdev Scrolling Distance' doesn't exist, you need to specify its type and format
我需要先安裝一些軟體包嗎?謝謝。