• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Desktop
    3. Desktop Feature Requests
    4. Archive
    5. Option to Disable Middle Mouse Button Autoscrolling

    Option to Disable Middle Mouse Button Autoscrolling

    Archive
    middle-click settings
    4
    4
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rseiler
      R
      rseiler
      last edited by rseiler

      Many love the feature, where you click the middle mouse button and see the page scroll automatically, but I never did.

      The only time that I use it is when I sometimes activate it accidentally when using that button to open a link in the background. In these cases, the foreground page scrolls very rapidly until I stop it.

      Note: I'm not talking about using the mouse wheel to manually scroll.

      As this article explains, Firefox has a way to disable it, but Chrome does not.
      https://www.ghacks.net/2014/10/14/how-to-disable-middle-mouse-button-scrolling-in-chrome

      Except with use of an extension, like one of these.
      https://chrome.google.com/webstore/detail/no-smooth-scrolling/oikddacoldignalphkgeppnpalkmkgbo

      https://chrome.google.com/webstore/detail/no-smooth-scroll-2/hmnphcnjmmddnocmhmdmlgbdkabcccho

      Note that they use the word "smooth" scrolling, but it has nothing to do with smooth scrolling, which is an unrelated Chrome flag (and also a Vivaldi option), so please ignore the name. I'm talking about auto scrolling.

      Each extension lists the code involved right at the top of the page in the screenshot. It's only a handful of lines, nothing complicated.

      One final note: I think Chrome/Chromium etc on Linux doesn't have autoscrolling in the first place, so I'm talking about Vivaldi on Windows (and maybe Mac, I don't know).

      Example code one of the extensions uses:

      document.addEventListener("mousedown", function(mouseEvent) {
              if (mouseEvent.button != 1) {
                     return;
              }
              mouseEvent.preventDefault();
              mouseEvent.stopPropagation();
      });
      
      Pesala
      P
      guigirl
      G
      shifte
      S
      3 Replies Last reply
      Reply Quote 4
      • Pesala
        P
        Pesala Ambassador @rseiler
        last edited by

        @rseiler I don't know of any way to disable it, but it should be in Settings, so I have moved the thread.

        I find it useful for viewing very large images in a tab; otherwise, I rarely use it.

        Blog • Vivaldi Review • Server Status
        Win 10 64-bit build 19045.2486 • Snapshot 7.4.3683.18 (64-bit)

        1 Reply Last reply Reply Quote 0
        • shifte
          S
          shifte @rseiler
          last edited by shifte

          @rseiler
          Using AutoHotKey is the easiest way.

          #IfWinActive ahk_exe vivaldi.exe
          ~MButton::^LButton
          
          1 Reply Last reply Reply Quote 0
          • pafflick
            P
            pafflick moved this topic from Vivaldi for Renault on
          • LonM
            L
            LonM moved this topic from Desktop Feature Requests on
          • LonM
            L
            LonM Soprano Patron Moderator
            last edited by

            Thank you for your request. As this post has had less than 5 votes over 4 years it will now be archived.

            💻 Windows 10 64-bit Sopranos Builds • en-GB • 🗳 vote for features • 🕵️‍♀️ Code of Conduct • 🐞 Report bugs

            1 Reply Last reply Reply Quote 0
            Loading More Posts
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes
            Reply
            • Reply as topic
            Log in to reply
            • 1 / 1
            • First post
              Last post

            Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

            Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status