kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #23327
Re: [PATCH] New Feature: Touchpad Panning
> On 23 Feb 2016, at 17:00, Wayne Stambaugh <stambaughw@xxxxxxxxx> wrote:
>
> * Is there any reason that the mouse scroll wheel behavior has to be
> disabled to support the touchpad panning? It's kind of a pain to switch
> it on and off when I install my mouse on my laptop. Perhaps remapping
> the touchpad events to the appropriate mouse wheel events would do the
> trick so that both behaviors could exist at the same time.
Just a note:
The events are exactly the same for scroll-wheel or touchpad-panning.
Basically the only thing changed by this patch is to also look for the scroll
wheel axis and to pan without any shift/ctrl modifier instead of zooming.
So, with enabled touchpad-panning when using a mouse you don’t lose
anything except zoom via wheel.
Just tested:
* Wheel or ctrl-wheel is vertical scrolling
* shift-Wheel is horizontal
Regards,
Bernhard
References