MATE disable both mouse clicks to act as middle mouse

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I am on Fedora 24 with the MATE desktop environment. I did a dnf update and I have noticed now that when I simultaneously press both mouse buttons it acts as if I have clicked middle mouse down.



Is there any way to disable this? I have never noticed this before so I think it may be related to the upgrade I just did. MATE 1.16.1 is running at the moment. Could not find anything when googling/looking through dconf/other settings.










share|improve this question

























    up vote
    1
    down vote

    favorite












    I am on Fedora 24 with the MATE desktop environment. I did a dnf update and I have noticed now that when I simultaneously press both mouse buttons it acts as if I have clicked middle mouse down.



    Is there any way to disable this? I have never noticed this before so I think it may be related to the upgrade I just did. MATE 1.16.1 is running at the moment. Could not find anything when googling/looking through dconf/other settings.










    share|improve this question























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am on Fedora 24 with the MATE desktop environment. I did a dnf update and I have noticed now that when I simultaneously press both mouse buttons it acts as if I have clicked middle mouse down.



      Is there any way to disable this? I have never noticed this before so I think it may be related to the upgrade I just did. MATE 1.16.1 is running at the moment. Could not find anything when googling/looking through dconf/other settings.










      share|improve this question













      I am on Fedora 24 with the MATE desktop environment. I did a dnf update and I have noticed now that when I simultaneously press both mouse buttons it acts as if I have clicked middle mouse down.



      Is there any way to disable this? I have never noticed this before so I think it may be related to the upgrade I just did. MATE 1.16.1 is running at the moment. Could not find anything when googling/looking through dconf/other settings.







      fedora mouse mate






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 12 '17 at 18:44









      Howwie

      61




      61




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          From https://ask.fedoraproject.org/en/question/100250/how-do-i-disable-both-button-click-acting-as-middle-click-in-mate/?answer=100309#post-id-100309:



          You can disable left+right click acting as middle click for all devices system-wide by adding the file /etc/X11/xorg.conf.d/20-3rdbutton.conf with the following content:

          Section "InputClass"
          Identifier "middle button"
          MatchIsPointer "on"
          MatchDriver "libinput"
          Option "MiddleEmulation" "off"
          EndSection

          Adapted from the following Stack Exchange answer: https://unix.stackexchange.com/a/284782





          share|improve this answer



























            up vote
            0
            down vote













            On MATE you can set the mouse settings property middle-button-enabled to false to disable the emulation.1 It doesn't disable the middle click altogether.



            gsettings set org.mate.peripherals-mouse middle-button-enabled false


            Version 1.21 of mate-control-center adds a checkbox for this in the mouse settings.2






            share|improve this answer








            New contributor




            orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.

















              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "106"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              imageUploader:
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              ,
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f336949%2fmate-disable-both-mouse-clicks-to-act-as-middle-mouse%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote













              From https://ask.fedoraproject.org/en/question/100250/how-do-i-disable-both-button-click-acting-as-middle-click-in-mate/?answer=100309#post-id-100309:



              You can disable left+right click acting as middle click for all devices system-wide by adding the file /etc/X11/xorg.conf.d/20-3rdbutton.conf with the following content:

              Section "InputClass"
              Identifier "middle button"
              MatchIsPointer "on"
              MatchDriver "libinput"
              Option "MiddleEmulation" "off"
              EndSection

              Adapted from the following Stack Exchange answer: https://unix.stackexchange.com/a/284782





              share|improve this answer
























                up vote
                1
                down vote













                From https://ask.fedoraproject.org/en/question/100250/how-do-i-disable-both-button-click-acting-as-middle-click-in-mate/?answer=100309#post-id-100309:



                You can disable left+right click acting as middle click for all devices system-wide by adding the file /etc/X11/xorg.conf.d/20-3rdbutton.conf with the following content:

                Section "InputClass"
                Identifier "middle button"
                MatchIsPointer "on"
                MatchDriver "libinput"
                Option "MiddleEmulation" "off"
                EndSection

                Adapted from the following Stack Exchange answer: https://unix.stackexchange.com/a/284782





                share|improve this answer






















                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  From https://ask.fedoraproject.org/en/question/100250/how-do-i-disable-both-button-click-acting-as-middle-click-in-mate/?answer=100309#post-id-100309:



                  You can disable left+right click acting as middle click for all devices system-wide by adding the file /etc/X11/xorg.conf.d/20-3rdbutton.conf with the following content:

                  Section "InputClass"
                  Identifier "middle button"
                  MatchIsPointer "on"
                  MatchDriver "libinput"
                  Option "MiddleEmulation" "off"
                  EndSection

                  Adapted from the following Stack Exchange answer: https://unix.stackexchange.com/a/284782





                  share|improve this answer












                  From https://ask.fedoraproject.org/en/question/100250/how-do-i-disable-both-button-click-acting-as-middle-click-in-mate/?answer=100309#post-id-100309:



                  You can disable left+right click acting as middle click for all devices system-wide by adding the file /etc/X11/xorg.conf.d/20-3rdbutton.conf with the following content:

                  Section "InputClass"
                  Identifier "middle button"
                  MatchIsPointer "on"
                  MatchDriver "libinput"
                  Option "MiddleEmulation" "off"
                  EndSection

                  Adapted from the following Stack Exchange answer: https://unix.stackexchange.com/a/284782






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 16 '17 at 18:41









                  Howwie

                  111




                  111






















                      up vote
                      0
                      down vote













                      On MATE you can set the mouse settings property middle-button-enabled to false to disable the emulation.1 It doesn't disable the middle click altogether.



                      gsettings set org.mate.peripherals-mouse middle-button-enabled false


                      Version 1.21 of mate-control-center adds a checkbox for this in the mouse settings.2






                      share|improve this answer








                      New contributor




                      orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                      Check out our Code of Conduct.





















                        up vote
                        0
                        down vote













                        On MATE you can set the mouse settings property middle-button-enabled to false to disable the emulation.1 It doesn't disable the middle click altogether.



                        gsettings set org.mate.peripherals-mouse middle-button-enabled false


                        Version 1.21 of mate-control-center adds a checkbox for this in the mouse settings.2






                        share|improve this answer








                        New contributor




                        orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                        Check out our Code of Conduct.



















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          On MATE you can set the mouse settings property middle-button-enabled to false to disable the emulation.1 It doesn't disable the middle click altogether.



                          gsettings set org.mate.peripherals-mouse middle-button-enabled false


                          Version 1.21 of mate-control-center adds a checkbox for this in the mouse settings.2






                          share|improve this answer








                          New contributor




                          orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          On MATE you can set the mouse settings property middle-button-enabled to false to disable the emulation.1 It doesn't disable the middle click altogether.



                          gsettings set org.mate.peripherals-mouse middle-button-enabled false


                          Version 1.21 of mate-control-center adds a checkbox for this in the mouse settings.2







                          share|improve this answer








                          New contributor




                          orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          share|improve this answer



                          share|improve this answer






                          New contributor




                          orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.









                          answered Nov 20 at 0:25









                          orangensaft

                          11




                          11




                          New contributor




                          orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.





                          New contributor





                          orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.






                          orangensaft is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                          Check out our Code of Conduct.



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f336949%2fmate-disable-both-mouse-clicks-to-act-as-middle-mouse%23new-answer', 'question_page');

                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown






                              Popular posts from this blog

                              Peggy Mitchell

                              Palaiologos

                              The Forum (Inglewood, California)