在Ubuntu上的VS Code中,鼠标有问题。滚轮会定期滚动打开的文档,超出必要的范围。有时滚动的方向是错误的(向上转动滚轮,页面向下滚动,反之亦然)。我试图改变鼠标-问题仍然存在。
xqkwcwgp1#
我打赌这是Editor: scroll jumps randomly (related to Chrome, Electron, xinput) #28795。在这篇评论中有一些关于原因的详细说明:这是由于X11/XInput 2.1协议设计问题https://who-t.blogspot.com/2012/06/xi-21-protocol-design-issues.html [...]的解决方案丢失或损坏造成的。我现在在Fedora 37(使用Xorg,而不是Wayland)上看到了这一点,但在Fedora 35或Ubuntu 20.04(也是Xorg)上没有看到,所以在正确的条件下(从VSCodium 1.77.3开始),这是可能“正确”工作的。另外一个例子是https://bugs.chromium.org/p/chromium/issues/detail?id=608246。
有些用户发现imwheel很适合他们,而另一些用户则报告说它不适合他们,或者它引入了其他问题。
参见How to solve a scrolling misbehavior after doing Alt+Tab?
1条答案
按热度按时间xqkwcwgp1#
原因
我打赌这是Editor: scroll jumps randomly (related to Chrome, Electron, xinput) #28795。在这篇评论中有一些关于原因的详细说明:
这是由于X11/XInput 2.1协议设计问题https://who-t.blogspot.com/2012/06/xi-21-protocol-design-issues.html [...]的解决方案丢失或损坏造成的。我现在在Fedora 37(使用Xorg,而不是Wayland)上看到了这一点,但在Fedora 35或Ubuntu 20.04(也是Xorg)上没有看到,所以在正确的条件下(从VSCodium 1.77.3开始),这是可能“正确”工作的。
另外一个例子是https://bugs.chromium.org/p/chromium/issues/detail?id=608246。
解决方案
有些用户发现imwheel很适合他们,而另一些用户则报告说它不适合他们,或者它引入了其他问题。
参见How to solve a scrolling misbehavior after doing Alt+Tab?