设置 PyCharm 以使用鼠标滚轮更慢地滚动
Set PyCharm to scroll slower using mouse wheel
我正在尝试弄清楚如何将屏幕设置为让我的鼠标滚轮滚动得更慢,因为它基本上会向下滚动整页,而我无法在代码中保持方向。
这可以更改吗,还是我坚持使用当前设置?
Is this possible to change, or am I stuck with the current setting?
我刚刚在 Windows 上尝试了几个设置,鼠标的 OS 配置完全优先于 IDE。 PyCharm 只有一种配置可以平滑鼠标滚动速度,但相对于基础 OS 设置而言,影响可以忽略不计。
正在尝试 "Smooth scrolling" together with "Caret behavior" also has no noticeable impact. Besides this the only other IDE mouse setting is zoom with mouse 的组合,但这也不影响编辑器的滚动速度。
因此,如果上述方法不起作用,剩下的唯一选择就是调整 OS 鼠标设置以适应 IDE。
鼠标滚动配置在File
>
Settings
>
Editor
>
General
>
Scrolling
如截图所示
我正在尝试弄清楚如何将屏幕设置为让我的鼠标滚轮滚动得更慢,因为它基本上会向下滚动整页,而我无法在代码中保持方向。
这可以更改吗,还是我坚持使用当前设置?
Is this possible to change, or am I stuck with the current setting?
我刚刚在 Windows 上尝试了几个设置,鼠标的 OS 配置完全优先于 IDE。 PyCharm 只有一种配置可以平滑鼠标滚动速度,但相对于基础 OS 设置而言,影响可以忽略不计。
正在尝试 "Smooth scrolling" together with "Caret behavior" also has no noticeable impact. Besides this the only other IDE mouse setting is zoom with mouse 的组合,但这也不影响编辑器的滚动速度。
因此,如果上述方法不起作用,剩下的唯一选择就是调整 OS 鼠标设置以适应 IDE。
鼠标滚动配置在File
>
Settings
>
Editor
>
General
>
Scrolling
如截图所示