我已经使用xinput为无线鼠标启用了自然滚动。
xinput set-button-map 11 1 2 3 5 4 7 6
除了Nautilus和Chrome的最后一个版本之外,几乎所有的应用程序都能很好地工作。对于触摸屏,我启用了自然滚动设置,它也在Nautilus和Chrome中工作。我如何使它工作在所有的应用程序无线鼠标也?
发布于 2016-03-15 13:25:02
我看上去GTK对鼠标使用了不同的输入。有关详细说明,请参见这篇博客文章。
我不得不使用xinput set-prop:
xinput set-prop
xinput set-prop 11 278 -1, -1, -1
https://askubuntu.com/questions/746177
相似问题