emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: pgtk mouse wheel speed


From: Po Lu
Subject: Re: pgtk mouse wheel speed
Date: Sat, 13 Nov 2021 18:18:01 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Jindřich Makovička <makovick@gmail.com> writes:

> I am really happy with the PGTK Emacs so far - about the only thing
> that annoys me is the mouse scrolling wheel behavior - setting the
> _per_char parameters to 2 cause Emacs to ignore every second mouse
> wheel "click", which makes the scrolling really slow, at least when
> one is used to the scroll rate of 5 lines per wheel click the ordinary
> X Emacs uses.
>
> I am currently applying the patch below to bring things back to normal
> - is there any way to override the scrolling speed without patching the
> source?

Why not utilize the pixel-based scroll events that GTK+ gives?
Something like the NS port, which sums up pixels until they exceed the
frame's line height, before sending a wheel event.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]