MATE disable both mouse clicks to act as middle mouse

Clash 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.
fedora mouse mate
add a comment |
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.
fedora mouse mate
add a comment |
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.
fedora mouse mate
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
fedora mouse mate
asked Jan 12 '17 at 18:44
Howwie
61
61
add a comment |
add a comment |
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
add a comment |
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
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.
add a comment |
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
add a comment |
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
add a comment |
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
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
answered Jan 16 '17 at 18:41
Howwie
111
111
add a comment |
add a comment |
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
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.
add a comment |
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
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.
add a comment |
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
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
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.
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.
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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