> On 23 Feb 2016, at 17:00, Wayne Stambaugh <[email protected]> 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 _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

