-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag scrolling (on macOS laptop with a retina display) is too fast #58
Comments
In vendor/github.com/aarzilli/nucular/gio.go there's a line that says |
I am not sure how to connect this to preferences or to automatically figure out if this would be a good idea, but this change helped with trackpad drag scrolling and seemed not to hurt anything else:
|
Assuming the normalization that gio does is correct 6a21078 should be the right way to do it, is it too slow? |
That is not too slow -- it is better, but not slow enough. When I combined that with my |
There may be a way to adjust this, but I could not find it.
What I want is to scroll with drag gestures on my trackpad; this "works" but instead of scrolling a few lines, unless I am very careful with my drag motion, the contents of the window fly past too quickly.
I wonder if this is an interaction with the magnification/zoom for a retina display.
The text was updated successfully, but these errors were encountered: