How do I disable âtap to clickâ (touchpad) on KDE5/plasma-based installations? (currently using KDE neon)
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.
On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".
Thanks
kde touchpad kde5 plasma5 tap
add a comment |Â
up vote
0
down vote
favorite
I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.
On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".
Thanks
kde touchpad kde5 plasma5 tap
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.
On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".
Thanks
kde touchpad kde5 plasma5 tap
I am looking at the System Settings => Input Devices => Touchpad but nothing jumps out.
On Ubuntu/Unity, it is obvious which setting to use when wanting to play around with "tap to click".
Thanks
kde touchpad kde5 plasma5 tap
asked Oct 15 '17 at 0:49
mrjayviper
473615
473615
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
as answered here
To enable the touchpad tapping permanently , copy the
50-synaptics.conf
file to/etc/X11/xorg.conf.d
then edit it by
addingOption "TapButton1" "1"
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
The
/etc/X11/xorg.conf.d/50-synaptics.conf
should be:Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Reboot your system
in your case set TapButton1 to 0 to look like this
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "0"
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
as answered here
To enable the touchpad tapping permanently , copy the
50-synaptics.conf
file to/etc/X11/xorg.conf.d
then edit it by
addingOption "TapButton1" "1"
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
The
/etc/X11/xorg.conf.d/50-synaptics.conf
should be:Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Reboot your system
in your case set TapButton1 to 0 to look like this
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "0"
add a comment |Â
up vote
0
down vote
as answered here
To enable the touchpad tapping permanently , copy the
50-synaptics.conf
file to/etc/X11/xorg.conf.d
then edit it by
addingOption "TapButton1" "1"
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
The
/etc/X11/xorg.conf.d/50-synaptics.conf
should be:Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Reboot your system
in your case set TapButton1 to 0 to look like this
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "0"
add a comment |Â
up vote
0
down vote
up vote
0
down vote
as answered here
To enable the touchpad tapping permanently , copy the
50-synaptics.conf
file to/etc/X11/xorg.conf.d
then edit it by
addingOption "TapButton1" "1"
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
The
/etc/X11/xorg.conf.d/50-synaptics.conf
should be:Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Reboot your system
in your case set TapButton1 to 0 to look like this
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "0"
as answered here
To enable the touchpad tapping permanently , copy the
50-synaptics.conf
file to/etc/X11/xorg.conf.d
then edit it by
addingOption "TapButton1" "1"
cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/50-synaptics.conf
The
/etc/X11/xorg.conf.d/50-synaptics.conf
should be:Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "TapButton2" "3"
Reboot your system
in your case set TapButton1 to 0 to look like this
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "0"
edited Oct 15 '17 at 1:03
answered Oct 15 '17 at 0:56
A.Rahman Mahmoud
93111
93111
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%2f398181%2fhow-do-i-disable-tap-to-click-touchpad-on-kde5-plasma-based-installations%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