I noticed that when TaekWindow is disabled, scrolling in programs is set to 3 lines per movement of the scrollwheel (up or down). When TaekWindow is enabled, it's set to 6. It would be very nice if this amount was configurable.
This is not supposed to happen. I cannot reproduce it. It scrolls three lines either way.
It sounds like your application is receiving two scroll messages instead of one. Does this happen in one particular application, or in all of them? Does it happen in, say, Windows Notepad?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is not supposed to happen. I cannot reproduce it. It scrolls three lines either way.
It sounds like your application is receiving two scroll messages instead of one. Does this happen in one particular application, or in all of them? Does it happen in, say, Windows Notepad?
Oups! You are right. I use Katmouse and it also handles scrolling. Disabling either it or TaekWindow solves the issue.
Thanks