[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Disable Mouse Wheel Progressive Speed Patch
From: |
Alan Third |
Subject: |
Re: Disable Mouse Wheel Progressive Speed Patch |
Date: |
Sun, 27 Aug 2017 12:56:27 +0100 |
User-agent: |
Mutt/1.7.2 (2016-11-26) |
On Sun, Aug 27, 2017 at 06:43:07PM +0900, Tak Kunihiro wrote:
> However, I thought scroll by the fine pointing device such for trackbar
> with current default value is too fast and unusable, but other may have
> different impression. I think Emacs should worry about existence of the
> fine pointing devices.
I’m working (slowly) on multi‐touch support, which will hopefully
solve the problems with some fine pointing devices.
For example, the problem with the trackpad on macs is because macOS
sends an event for each two‐finger scroll movement, which can equate to
as little as a one pixel move. Emacs treats each of those events as a
whole line scroll.
The correct way to handle it is to add up the deltas until they’re
greater than or equal to a line‐height, then issue the scroll command.
--
Alan Third
- Disable Mouse Wheel Progressive Speed Patch, Sarah Sunday, 2017/08/25
- Re: Disable Mouse Wheel Progressive Speed Patch, Paul Eggert, 2017/08/25
- Re: Disable Mouse Wheel Progressive Speed Patch, Stefan Monnier, 2017/08/25
- Re: Disable Mouse Wheel Progressive Speed Patch, Eli Zaretskii, 2017/08/26
- Re: Disable Mouse Wheel Progressive Speed Patch, Tak Kunihiro, 2017/08/26
- Re: Disable Mouse Wheel Progressive Speed Patch, Eli Zaretskii, 2017/08/26
- Re: Disable Mouse Wheel Progressive Speed Patch, Tak Kunihiro, 2017/08/27
- Re: Disable Mouse Wheel Progressive Speed Patch,
Alan Third <=
- Re: Disable Mouse Wheel Progressive Speed Patch, Sarah Sunday, 2017/08/27
- Re: Disable Mouse Wheel Progressive Speed Patch, Clément Pit-Claudel, 2017/08/28
- Re: Disable Mouse Wheel Progressive Speed Patch, Radon Rosborough, 2017/08/26