Windows-Auto-Night-Mode
Windows-Auto-Night-Mode copied to clipboard
Scrolling with a trackpad is way too sensitive
Description
Scrolling with a trackpad is way too fast.
Expected behavior
It should be the same speed as anywhere else in the system.
Log Data
service.log config.yaml.txt (had to rename to *.txt for upload)
Commit Hash and Version
- Commit:
d134b56 - App:
10.0.1.0 - Service:
10.0.2.2 - Updater:
2.4.0 - Shell:
1.3.1.0 - .Net:
5.0.10
Screenshots
Note: I am using Windows 11.
Auto Dark Mode is using the default SpeedFactor set by WPF in its ScrollViewer that's wrapping the pages in MainWindows.cs
This is quicker than what Windows Settings currently offer and has been left like this, as it is a quite minor issue.
Would you be willing to work on this and make a pull request, adjusting the scrolliviewer speed factor to something that is more in line?
Unfortunatly I mainly use Linux and therefore can't help much.
This seems not resolved in commit hash and version:
- Commit:
6575ecd - Service:
10.3.0.34 - Updater:
2.5.1 - App:
10.0.1.0 - Shell:
1.3.1.0 - .Net:
6.0.7
I applied every mitigation I can. It seems to be a bug with WPF, nothing we can do.
Edit: Here is the issue https://github.com/dotnet/wpf/issues/5936