小编use*_*144的帖子

Win10 上的 Emacs 滚动速度太快

我的问题几乎与此相同:Way Too fast Scrolling in Emacs on OSX

我在 Windows 10 计算机上使用 Emacs 26.1。使用触控板时的滚动速度比使用鼠标时快得多。我在 init.el 中尝试使用以下几行:

(setq mouse-wheel-scroll-amount '(1 ((shift) . 1)))
(setq mouse-wheel-progressive-speed nil)
(setq mouse-wheel-follow-mouse 't)
(setq scroll-step 1)
Run Code Online (Sandbox Code Playgroud)

...无济于事:触控板总是比鼠标滚动得快得多。在其他程序中,鼠标和触控板的滚动速度都比较合理。

与其他程序相比,Emacs 中的触控板似乎触发了更多的滚动事件。

我对“平滑滚动”不感兴趣,我只想以合理的速度滚动。

mouse touchpad emacs scrolling windows-10

6
推荐指数
0
解决办法
580
查看次数

标签 统计

emacs ×1

mouse ×1

scrolling ×1

touchpad ×1

windows-10 ×1