Auto Scroll / Middle Click Scroll #1733
DontEatOreo
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
Autoscroll can be enabled with: --- a/third_party/blink/renderer/core/exported/web_view_impl.cc
+++ b/third_party/blink/renderer/core/exported/web_view_impl.cc
@@ -1793,9 +1793,7 @@
prefs.default_maximum_page_scale_factor);
#endif
-#if defined(OS_WIN)
RuntimeEnabledFeatures::SetMiddleClickAutoscrollEnabled(true);
-#endif
RuntimeEnabledFeatures::SetTranslateServiceEnabled(
prefs.translate_service_available); But doesn't look as nice and it would interfere with middle-click paste as mentioned in that bug report. I've found it easier to use this AutoScroll extension Store : Source, since that fixes the issues with the built-in version as well as allows for setting different speeds. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, I think would be awesome if Ungoogled Chromium adds support for Auto scroll/Middle Click Scroll. At the moment this feature only exists on Windows, and its hard coded, so it can’t be disabled even if you wanted to. If a user on Linux or macOS wants to use Auto scroll/Middle Click Scroll they have to resort to using an extension which only solves the issue to an extend and it’s not a proper solution, it also poses privacy and security concerns.
This feature could’ve been added 12 years ago by the Chromium developers but they never gave a good reason why they couldn’t or didn’t want to do it. Here is the bug report about this issue on chromium site: https://bugs.chromium.org/p/chromium/issues/detail?id=17689
This feature has existed on Firefox for many years and I hope it can be added to Ungoogled Chromium too since it makes the browsing experience on macOS and Linux much better.
Beta Was this translation helpful? Give feedback.
All reactions