Why does my touchpad right-button behave as left-button in Ubuntu 18.04?
Recently the touchpad right-button stopped working as such and instead started behaving a left-button. For example, when I select text and right-click, instead of the expected context menu, the text gets deselected.
My mouse's right-button does work as expected.
It's a Dell Inspiron 7577 with Ubuntu 18.04 LTS.
How can I resolve this?
mouse touchpad
add a comment |
Recently the touchpad right-button stopped working as such and instead started behaving a left-button. For example, when I select text and right-click, instead of the expected context menu, the text gets deselected.
My mouse's right-button does work as expected.
It's a Dell Inspiron 7577 with Ubuntu 18.04 LTS.
How can I resolve this?
mouse touchpad
Josua, you changed your question!! What you now describe is right other than the first other, because you said that the left and right button behave the same!
– abu_bua
Jul 26 '18 at 9:01
2
Possible duplicate of Right click not working on Ubuntu 18.04 and askubuntu.com/questions/1028776/…
– pomsky
Jul 27 '18 at 7:00
@abu_bua " you said that the left and right button behave the same". That is still true. Doesn't the text say that?
– Joshua Fox
Jul 27 '18 at 15:56
add a comment |
Recently the touchpad right-button stopped working as such and instead started behaving a left-button. For example, when I select text and right-click, instead of the expected context menu, the text gets deselected.
My mouse's right-button does work as expected.
It's a Dell Inspiron 7577 with Ubuntu 18.04 LTS.
How can I resolve this?
mouse touchpad
Recently the touchpad right-button stopped working as such and instead started behaving a left-button. For example, when I select text and right-click, instead of the expected context menu, the text gets deselected.
My mouse's right-button does work as expected.
It's a Dell Inspiron 7577 with Ubuntu 18.04 LTS.
How can I resolve this?
mouse touchpad
mouse touchpad
edited Jul 27 '18 at 15:56
Joshua Fox
asked Jul 24 '18 at 12:40
Joshua FoxJoshua Fox
80551426
80551426
Josua, you changed your question!! What you now describe is right other than the first other, because you said that the left and right button behave the same!
– abu_bua
Jul 26 '18 at 9:01
2
Possible duplicate of Right click not working on Ubuntu 18.04 and askubuntu.com/questions/1028776/…
– pomsky
Jul 27 '18 at 7:00
@abu_bua " you said that the left and right button behave the same". That is still true. Doesn't the text say that?
– Joshua Fox
Jul 27 '18 at 15:56
add a comment |
Josua, you changed your question!! What you now describe is right other than the first other, because you said that the left and right button behave the same!
– abu_bua
Jul 26 '18 at 9:01
2
Possible duplicate of Right click not working on Ubuntu 18.04 and askubuntu.com/questions/1028776/…
– pomsky
Jul 27 '18 at 7:00
@abu_bua " you said that the left and right button behave the same". That is still true. Doesn't the text say that?
– Joshua Fox
Jul 27 '18 at 15:56
Josua, you changed your question!! What you now describe is right other than the first other, because you said that the left and right button behave the same!
– abu_bua
Jul 26 '18 at 9:01
Josua, you changed your question!! What you now describe is right other than the first other, because you said that the left and right button behave the same!
– abu_bua
Jul 26 '18 at 9:01
2
2
Possible duplicate of Right click not working on Ubuntu 18.04 and askubuntu.com/questions/1028776/…
– pomsky
Jul 27 '18 at 7:00
Possible duplicate of Right click not working on Ubuntu 18.04 and askubuntu.com/questions/1028776/…
– pomsky
Jul 27 '18 at 7:00
@abu_bua " you said that the left and right button behave the same". That is still true. Doesn't the text say that?
– Joshua Fox
Jul 27 '18 at 15:56
@abu_bua " you said that the left and right button behave the same". That is still true. Doesn't the text say that?
– Joshua Fox
Jul 27 '18 at 15:56
add a comment |
3 Answers
3
active
oldest
votes
Here is the answer.
Summary:
- Ubuntu 18.04 changed touchpad behavior: By default, you "right-click" by tapping with two fingers.
- You can get back the right-button
by installinggnome-tweaks
, then Keyboard and Mouse -> Area.
sorry, showed you 1st the wrong way; i've myself disabled the finger function but didn't recognized it. Deleted the wrong answer.
– abu_bua
Jul 26 '18 at 8:57
+1 for info about two finger tap for right click.
– Abdullah Leghari
Feb 7 at 14:55
add a comment |
You can set it without installing gnome tweaks using
gsettings set org.gnome.desktop.peripherals.touchpad clickmethod "areas"
To set it back use
gsettings set org.gnome.desktop.peripherals.touchpad click-method "fingers"
add a comment |
Apparently you reversed them. Go into Settings, then Keyboard & Mouse. At the top you'll see where you can select which is your 'main mouse button'. Click left and then you're all set!
There was no reversal. I had no rightclick functionality at all, just leftclick from both sides of the touchpad
– Joshua Fox
Jul 29 '18 at 4:23
That's odd. I don't know then, sorry.
– AlphaWolf
Jul 29 '18 at 18:53
@alphaWold No problem, the issue was solved; see above
– Joshua Fox
Aug 1 '18 at 11:24
add a comment |
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});
}
});
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%2faskubuntu.com%2fquestions%2f1059011%2fwhy-does-my-touchpad-right-button-behave-as-left-button-in-ubuntu-18-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is the answer.
Summary:
- Ubuntu 18.04 changed touchpad behavior: By default, you "right-click" by tapping with two fingers.
- You can get back the right-button
by installinggnome-tweaks
, then Keyboard and Mouse -> Area.
sorry, showed you 1st the wrong way; i've myself disabled the finger function but didn't recognized it. Deleted the wrong answer.
– abu_bua
Jul 26 '18 at 8:57
+1 for info about two finger tap for right click.
– Abdullah Leghari
Feb 7 at 14:55
add a comment |
Here is the answer.
Summary:
- Ubuntu 18.04 changed touchpad behavior: By default, you "right-click" by tapping with two fingers.
- You can get back the right-button
by installinggnome-tweaks
, then Keyboard and Mouse -> Area.
sorry, showed you 1st the wrong way; i've myself disabled the finger function but didn't recognized it. Deleted the wrong answer.
– abu_bua
Jul 26 '18 at 8:57
+1 for info about two finger tap for right click.
– Abdullah Leghari
Feb 7 at 14:55
add a comment |
Here is the answer.
Summary:
- Ubuntu 18.04 changed touchpad behavior: By default, you "right-click" by tapping with two fingers.
- You can get back the right-button
by installinggnome-tweaks
, then Keyboard and Mouse -> Area.
Here is the answer.
Summary:
- Ubuntu 18.04 changed touchpad behavior: By default, you "right-click" by tapping with two fingers.
- You can get back the right-button
by installinggnome-tweaks
, then Keyboard and Mouse -> Area.
edited Feb 7 at 18:11
answered Jul 26 '18 at 6:28
Joshua FoxJoshua Fox
80551426
80551426
sorry, showed you 1st the wrong way; i've myself disabled the finger function but didn't recognized it. Deleted the wrong answer.
– abu_bua
Jul 26 '18 at 8:57
+1 for info about two finger tap for right click.
– Abdullah Leghari
Feb 7 at 14:55
add a comment |
sorry, showed you 1st the wrong way; i've myself disabled the finger function but didn't recognized it. Deleted the wrong answer.
– abu_bua
Jul 26 '18 at 8:57
+1 for info about two finger tap for right click.
– Abdullah Leghari
Feb 7 at 14:55
sorry, showed you 1st the wrong way; i've myself disabled the finger function but didn't recognized it. Deleted the wrong answer.
– abu_bua
Jul 26 '18 at 8:57
sorry, showed you 1st the wrong way; i've myself disabled the finger function but didn't recognized it. Deleted the wrong answer.
– abu_bua
Jul 26 '18 at 8:57
+1 for info about two finger tap for right click.
– Abdullah Leghari
Feb 7 at 14:55
+1 for info about two finger tap for right click.
– Abdullah Leghari
Feb 7 at 14:55
add a comment |
You can set it without installing gnome tweaks using
gsettings set org.gnome.desktop.peripherals.touchpad clickmethod "areas"
To set it back use
gsettings set org.gnome.desktop.peripherals.touchpad click-method "fingers"
add a comment |
You can set it without installing gnome tweaks using
gsettings set org.gnome.desktop.peripherals.touchpad clickmethod "areas"
To set it back use
gsettings set org.gnome.desktop.peripherals.touchpad click-method "fingers"
add a comment |
You can set it without installing gnome tweaks using
gsettings set org.gnome.desktop.peripherals.touchpad clickmethod "areas"
To set it back use
gsettings set org.gnome.desktop.peripherals.touchpad click-method "fingers"
You can set it without installing gnome tweaks using
gsettings set org.gnome.desktop.peripherals.touchpad clickmethod "areas"
To set it back use
gsettings set org.gnome.desktop.peripherals.touchpad click-method "fingers"
answered Jul 26 '18 at 8:54
abu_buaabu_bua
4,10981530
4,10981530
add a comment |
add a comment |
Apparently you reversed them. Go into Settings, then Keyboard & Mouse. At the top you'll see where you can select which is your 'main mouse button'. Click left and then you're all set!
There was no reversal. I had no rightclick functionality at all, just leftclick from both sides of the touchpad
– Joshua Fox
Jul 29 '18 at 4:23
That's odd. I don't know then, sorry.
– AlphaWolf
Jul 29 '18 at 18:53
@alphaWold No problem, the issue was solved; see above
– Joshua Fox
Aug 1 '18 at 11:24
add a comment |
Apparently you reversed them. Go into Settings, then Keyboard & Mouse. At the top you'll see where you can select which is your 'main mouse button'. Click left and then you're all set!
There was no reversal. I had no rightclick functionality at all, just leftclick from both sides of the touchpad
– Joshua Fox
Jul 29 '18 at 4:23
That's odd. I don't know then, sorry.
– AlphaWolf
Jul 29 '18 at 18:53
@alphaWold No problem, the issue was solved; see above
– Joshua Fox
Aug 1 '18 at 11:24
add a comment |
Apparently you reversed them. Go into Settings, then Keyboard & Mouse. At the top you'll see where you can select which is your 'main mouse button'. Click left and then you're all set!
Apparently you reversed them. Go into Settings, then Keyboard & Mouse. At the top you'll see where you can select which is your 'main mouse button'. Click left and then you're all set!
answered Jul 27 '18 at 16:29
AlphaWolfAlphaWolf
36
36
There was no reversal. I had no rightclick functionality at all, just leftclick from both sides of the touchpad
– Joshua Fox
Jul 29 '18 at 4:23
That's odd. I don't know then, sorry.
– AlphaWolf
Jul 29 '18 at 18:53
@alphaWold No problem, the issue was solved; see above
– Joshua Fox
Aug 1 '18 at 11:24
add a comment |
There was no reversal. I had no rightclick functionality at all, just leftclick from both sides of the touchpad
– Joshua Fox
Jul 29 '18 at 4:23
That's odd. I don't know then, sorry.
– AlphaWolf
Jul 29 '18 at 18:53
@alphaWold No problem, the issue was solved; see above
– Joshua Fox
Aug 1 '18 at 11:24
There was no reversal. I had no rightclick functionality at all, just leftclick from both sides of the touchpad
– Joshua Fox
Jul 29 '18 at 4:23
There was no reversal. I had no rightclick functionality at all, just leftclick from both sides of the touchpad
– Joshua Fox
Jul 29 '18 at 4:23
That's odd. I don't know then, sorry.
– AlphaWolf
Jul 29 '18 at 18:53
That's odd. I don't know then, sorry.
– AlphaWolf
Jul 29 '18 at 18:53
@alphaWold No problem, the issue was solved; see above
– Joshua Fox
Aug 1 '18 at 11:24
@alphaWold No problem, the issue was solved; see above
– Joshua Fox
Aug 1 '18 at 11:24
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2faskubuntu.com%2fquestions%2f1059011%2fwhy-does-my-touchpad-right-button-behave-as-left-button-in-ubuntu-18-04%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
Josua, you changed your question!! What you now describe is right other than the first other, because you said that the left and right button behave the same!
– abu_bua
Jul 26 '18 at 9:01
2
Possible duplicate of Right click not working on Ubuntu 18.04 and askubuntu.com/questions/1028776/…
– pomsky
Jul 27 '18 at 7:00
@abu_bua " you said that the left and right button behave the same". That is still true. Doesn't the text say that?
– Joshua Fox
Jul 27 '18 at 15:56