1

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?

Joshua Fox
  • 2,941

3 Answers3

4

Here is the answer.

Summary:

  1. Ubuntu 18.04 changed touchpad behavior: By default, you "right-click" by tapping with two fingers.
  2. You can get back the right-button by installing gnome-tweaks, then Keyboard and Mouse -> Area.
Joshua Fox
  • 2,941
2

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"
abu_bua
  • 10,783
0

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!

Ulvdet
  • 3