[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mouse-wheel-scroll
From: |
Eli Zaretskii |
Subject: |
Re: mouse-wheel-scroll |
Date: |
Wed, 29 Mar 2017 05:39:21 +0300 |
> From: Tak Kunihiro <address@hidden>
> Date: Wed, 29 Mar 2017 08:13:02 +0900
> Cc: Kunihiro Tak <address@hidden>
>
> I propose to change default of two parameters related to
> mouse-wheel-scroll.
>
> 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
Can you explain why you think these defaults are better than the
current ones?
Thanks.