mouse-scroll-wheel-acceleration-userspace icon indicating copy to clipboard operation
mouse-scroll-wheel-acceleration-userspace copied to clipboard

Mouse scroll wheel acceleration in user space

Results 6 mouse-scroll-wheel-acceleration-userspace issues
Sort by recently updated
recently updated
newest added

Just a quick suggestion. It would lower friction to installing and updating this if it packaged in PyPI and was made installable via pip.

Actual behavior: slow scrolling results in many encoder ticks on the scroll wheel which result in no movement. Desired behavior: really slow scrolling should result in a 1:1 scroll correlation,...

I think it does not do that correctly currently. (Need to check actually, after I reboot.) See also [here](https://superuser.com/questions/759759/writing-a-service-that-depends-on-xorg).

It seems that sometimes (slow) scrolling is not triggered; also running ``` ./main.py -v --exp 1 ``` gives `config.py not found`. It would be nice to have some explanation *...

We should install some launchd script, just like we currently do for systemd. Related: https://github.com/karlicoss/grasp/issues/32 https://github.com/karlicoss/promnesia/issues/15 Example: https://github.com/albertz/timecapture/blob/master/install-osx-launchd-agent.sh

Sadly the acceleration feature doesn't work as expected. It would be nice if it moved the same amount for each wheel event, but now it moves the original amount for...