TWolczanski / linux-autoscroll

A simple Python script for Windows-like autoscroll experience on Linux.
GNU General Public License v3.0
54 stars 8 forks source link

Add a configuration for hold instead of click #10

Closed togftech closed 2 years ago

togftech commented 2 years ago

It would be great to have a configuration in the python file where it would let you middle click normally but turn mouse movements into scroll when middle click is held down, then once middle click is released it would stop

TWolczanski commented 2 years ago

I've added a few alterable constants in the latest commit. Two of them should resolve this issue: HOLD_MODE and TRIGGER_DELAY.