Remove touchpad two-finger right-click
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
After the latest updates (I assume to gnome-shell
), my touchpad right-click switched from "pressing bottom right zone" to "two-finger tap anywhere".
I find this confusing and I want to restore my right-clicks to pressing the bottom-right part of the touchpad.
What I tried so far:
Settings -> Mouse & touchpad
but no luck
Middle click with two-finger tap on touchpad but I didn't havesynclient
installed. After installing, I get:Couldn't find synaptics properties. No synaptics driver loaded?
Any ideas?
ubuntu gnome-shell touchpad
add a comment |Â
up vote
0
down vote
favorite
After the latest updates (I assume to gnome-shell
), my touchpad right-click switched from "pressing bottom right zone" to "two-finger tap anywhere".
I find this confusing and I want to restore my right-clicks to pressing the bottom-right part of the touchpad.
What I tried so far:
Settings -> Mouse & touchpad
but no luck
Middle click with two-finger tap on touchpad but I didn't havesynclient
installed. After installing, I get:Couldn't find synaptics properties. No synaptics driver loaded?
Any ideas?
ubuntu gnome-shell touchpad
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
After the latest updates (I assume to gnome-shell
), my touchpad right-click switched from "pressing bottom right zone" to "two-finger tap anywhere".
I find this confusing and I want to restore my right-clicks to pressing the bottom-right part of the touchpad.
What I tried so far:
Settings -> Mouse & touchpad
but no luck
Middle click with two-finger tap on touchpad but I didn't havesynclient
installed. After installing, I get:Couldn't find synaptics properties. No synaptics driver loaded?
Any ideas?
ubuntu gnome-shell touchpad
After the latest updates (I assume to gnome-shell
), my touchpad right-click switched from "pressing bottom right zone" to "two-finger tap anywhere".
I find this confusing and I want to restore my right-clicks to pressing the bottom-right part of the touchpad.
What I tried so far:
Settings -> Mouse & touchpad
but no luck
Middle click with two-finger tap on touchpad but I didn't havesynclient
installed. After installing, I get:Couldn't find synaptics properties. No synaptics driver loaded?
Any ideas?
ubuntu gnome-shell touchpad
edited Feb 25 at 14:49
Jeff Schaller
31.2k846105
31.2k846105
asked Feb 18 at 13:13
Alex Tartan
5291518
5291518
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
I came across https://askubuntu.com/questions/999631/ubuntu-17-10-disable-touchpad-bottom-right-corner-right-click
That pointed me in the right direction.
Running
gsettings list-recursively org.gnome.desktop.peripherals.touchpad
lists all touchpad settings. I'm only interested in
gsettings get org.gnome.desktop.peripherals.touchpad click-method
which at the moment returns fingers
.
Now I just needed to know what are the valid options I can set this key to.
After some digging, I found range
gsettings range org.gnome.desktop.peripherals.touchpad click-method
which returns
enum
'default'
'none'
'areas'
'fingers'
Finally, running this solved it:
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
I came across https://askubuntu.com/questions/999631/ubuntu-17-10-disable-touchpad-bottom-right-corner-right-click
That pointed me in the right direction.
Running
gsettings list-recursively org.gnome.desktop.peripherals.touchpad
lists all touchpad settings. I'm only interested in
gsettings get org.gnome.desktop.peripherals.touchpad click-method
which at the moment returns fingers
.
Now I just needed to know what are the valid options I can set this key to.
After some digging, I found range
gsettings range org.gnome.desktop.peripherals.touchpad click-method
which returns
enum
'default'
'none'
'areas'
'fingers'
Finally, running this solved it:
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas
add a comment |Â
up vote
3
down vote
accepted
I came across https://askubuntu.com/questions/999631/ubuntu-17-10-disable-touchpad-bottom-right-corner-right-click
That pointed me in the right direction.
Running
gsettings list-recursively org.gnome.desktop.peripherals.touchpad
lists all touchpad settings. I'm only interested in
gsettings get org.gnome.desktop.peripherals.touchpad click-method
which at the moment returns fingers
.
Now I just needed to know what are the valid options I can set this key to.
After some digging, I found range
gsettings range org.gnome.desktop.peripherals.touchpad click-method
which returns
enum
'default'
'none'
'areas'
'fingers'
Finally, running this solved it:
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
I came across https://askubuntu.com/questions/999631/ubuntu-17-10-disable-touchpad-bottom-right-corner-right-click
That pointed me in the right direction.
Running
gsettings list-recursively org.gnome.desktop.peripherals.touchpad
lists all touchpad settings. I'm only interested in
gsettings get org.gnome.desktop.peripherals.touchpad click-method
which at the moment returns fingers
.
Now I just needed to know what are the valid options I can set this key to.
After some digging, I found range
gsettings range org.gnome.desktop.peripherals.touchpad click-method
which returns
enum
'default'
'none'
'areas'
'fingers'
Finally, running this solved it:
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas
I came across https://askubuntu.com/questions/999631/ubuntu-17-10-disable-touchpad-bottom-right-corner-right-click
That pointed me in the right direction.
Running
gsettings list-recursively org.gnome.desktop.peripherals.touchpad
lists all touchpad settings. I'm only interested in
gsettings get org.gnome.desktop.peripherals.touchpad click-method
which at the moment returns fingers
.
Now I just needed to know what are the valid options I can set this key to.
After some digging, I found range
gsettings range org.gnome.desktop.peripherals.touchpad click-method
which returns
enum
'default'
'none'
'areas'
'fingers'
Finally, running this solved it:
gsettings set org.gnome.desktop.peripherals.touchpad click-method areas
edited Feb 25 at 14:49
Jeff Schaller
31.2k846105
31.2k846105
answered Feb 18 at 13:27
Alex Tartan
5291518
5291518
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f424958%2fremove-touchpad-two-finger-right-click%23new-answer', 'question_page');
);
Post as a guest
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
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
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