[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mouse-wheel-scroll
From: |
martin rudalics |
Subject: |
Re: mouse-wheel-scroll |
Date: |
Wed, 29 Mar 2017 09:36:48 +0200 |
> With a modern mouse or/and track-pad equipped with laptop, I found
> scrolling works better with following setup
>
> mouse-wheel-scroll-amount '(1 ((shift) . 5) ((control) . nil))
> mouse-wheel-progressive-speed nil
>
> instead of current default as shown below.
>
> mouse-wheel-scroll-amount '(5 ((shift) . 1) ((control) . nil))
> mouse-wheel-progressive-speed t
On my PCs I had to turn off ‘mouse-wheel-progressive-speed’ a couple of
months ago since scrolling became way too fast. I still don't know
whether this was due to a change in Emacs or my perception.
martin