bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#43568: Horizontal mouse wheel scrolling


From: Theodor Thornhill
Subject: bug#43568: Horizontal mouse wheel scrolling
Date: Tue, 22 Sep 2020 22:02:28 +0200

Juri Linkov <juri@linkov.net> writes:

> As promised in 
> https://lists.gnu.org/archive/html/emacs-devel/2020-09/msg01598.html
> and mentioned in https://debbugs.gnu.org/28182#58
> this patch finally provides horizontal scrolling by shifted mouse wheel:

[...]
>  
>  (defcustom mouse-wheel-scroll-amount
> -  '(5 ((shift) . 1) ((meta) . nil) ((control) . text-scale))
> +  '(1 ((shift) . hscroll) ((meta) . nil) ((control) . text-scale))
[...]

If this patch is applied, this bug can be resolved:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=43380

All the best,
Theodor Thornhill








reply via email to

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