How can I disable my touchpad/prevent accidental clicking while typing on Fedora 24?

Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
My problem is this:
While I'm typing on my XPS13 9350, it often happens that I touch the touchpad with my palm, causing the cursor to jump around and therefore I'm typing in the wrong place from then on.
What I've already tried:
- Turning Palm detection on in /etc/X11/xorg.conf.d/touchpad.conf
- Using syndaemon -i 2
- Using synclient to turn off the touchpad alltogether
- Using cinnamon settings to disable the touchpad while typing
All of these actions had absolutely no effect at all.
Best case would be one of these 2:
I can use the touchpad to move the cursor while I'm typing but I can't click
Palm detect works and the touchpad doesn't even notice anything because it detects my palm correctly
Also acceptable would be:
- As long as I'm typing the touchpad is being disabled completely
Why has nothing I've tried so far had any effect and how can I get this to work?
fedora touchpad
add a comment |Â
up vote
3
down vote
favorite
My problem is this:
While I'm typing on my XPS13 9350, it often happens that I touch the touchpad with my palm, causing the cursor to jump around and therefore I'm typing in the wrong place from then on.
What I've already tried:
- Turning Palm detection on in /etc/X11/xorg.conf.d/touchpad.conf
- Using syndaemon -i 2
- Using synclient to turn off the touchpad alltogether
- Using cinnamon settings to disable the touchpad while typing
All of these actions had absolutely no effect at all.
Best case would be one of these 2:
I can use the touchpad to move the cursor while I'm typing but I can't click
Palm detect works and the touchpad doesn't even notice anything because it detects my palm correctly
Also acceptable would be:
- As long as I'm typing the touchpad is being disabled completely
Why has nothing I've tried so far had any effect and how can I get this to work?
fedora touchpad
ask.fedoraproject.org/en/question/7485/how-disable-the-touchpad Have you tried using thistoggle script?
â Keyshov Borate
Jun 24 '16 at 9:38
Thanks a lot, thanks to what you posted I actually found the right answer withing a few minutes!
â Nordic
Jun 24 '16 at 10:12
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
My problem is this:
While I'm typing on my XPS13 9350, it often happens that I touch the touchpad with my palm, causing the cursor to jump around and therefore I'm typing in the wrong place from then on.
What I've already tried:
- Turning Palm detection on in /etc/X11/xorg.conf.d/touchpad.conf
- Using syndaemon -i 2
- Using synclient to turn off the touchpad alltogether
- Using cinnamon settings to disable the touchpad while typing
All of these actions had absolutely no effect at all.
Best case would be one of these 2:
I can use the touchpad to move the cursor while I'm typing but I can't click
Palm detect works and the touchpad doesn't even notice anything because it detects my palm correctly
Also acceptable would be:
- As long as I'm typing the touchpad is being disabled completely
Why has nothing I've tried so far had any effect and how can I get this to work?
fedora touchpad
My problem is this:
While I'm typing on my XPS13 9350, it often happens that I touch the touchpad with my palm, causing the cursor to jump around and therefore I'm typing in the wrong place from then on.
What I've already tried:
- Turning Palm detection on in /etc/X11/xorg.conf.d/touchpad.conf
- Using syndaemon -i 2
- Using synclient to turn off the touchpad alltogether
- Using cinnamon settings to disable the touchpad while typing
All of these actions had absolutely no effect at all.
Best case would be one of these 2:
I can use the touchpad to move the cursor while I'm typing but I can't click
Palm detect works and the touchpad doesn't even notice anything because it detects my palm correctly
Also acceptable would be:
- As long as I'm typing the touchpad is being disabled completely
Why has nothing I've tried so far had any effect and how can I get this to work?
fedora touchpad
fedora touchpad
asked Jun 24 '16 at 8:04
Nordic
210210
210210
ask.fedoraproject.org/en/question/7485/how-disable-the-touchpad Have you tried using thistoggle script?
â Keyshov Borate
Jun 24 '16 at 9:38
Thanks a lot, thanks to what you posted I actually found the right answer withing a few minutes!
â Nordic
Jun 24 '16 at 10:12
add a comment |Â
ask.fedoraproject.org/en/question/7485/how-disable-the-touchpad Have you tried using thistoggle script?
â Keyshov Borate
Jun 24 '16 at 9:38
Thanks a lot, thanks to what you posted I actually found the right answer withing a few minutes!
â Nordic
Jun 24 '16 at 10:12
ask.fedoraproject.org/en/question/7485/how-disable-the-touchpad Have you tried using this
toggle script?â Keyshov Borate
Jun 24 '16 at 9:38
ask.fedoraproject.org/en/question/7485/how-disable-the-touchpad Have you tried using this
toggle script?â Keyshov Borate
Jun 24 '16 at 9:38
Thanks a lot, thanks to what you posted I actually found the right answer withing a few minutes!
â Nordic
Jun 24 '16 at 10:12
Thanks a lot, thanks to what you posted I actually found the right answer withing a few minutes!
â Nordic
Jun 24 '16 at 10:12
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
The key to disable touchpad while typing doesn't exist anymore in the Gnome registry.
First install dconf-editor -
sudo dnf install dconf-editor
then create a key in dconf editor using this command on terminal.
dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing true
It will create disable-while-typing as key and will set it to true.
This worked for me on fedora 23, Gnome 3.18. I will also work on fedora 24.
**Update:**Tested and this also works on Fedora 24.
Hope it helps!
this disables the trackpad but trackpad buttons are still alive :-(
â lrkwz
Aug 23 at 10:50
I guess, trackpad button can not be pressed accidentally while typing without knowingly putting enough pressure on it. :-)
â Om Prakash
Aug 23 at 11:39
add a comment |Â
up vote
2
down vote
accepted
http://ubuntuforums.org/showthread.php?t=2316240
Aswer is here. Problem is that somehow a generic touchpad is detected even though a different touchpad is actually in use. All the commands I tried went to the generic touchpad which doesn't actually exist, so that's why nothings worked.
Tried the fix and now it's all good.
Thanks! A couple of years later and this answer is still awesome :)
â Jeremy
Apr 24 at 5:34
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
The key to disable touchpad while typing doesn't exist anymore in the Gnome registry.
First install dconf-editor -
sudo dnf install dconf-editor
then create a key in dconf editor using this command on terminal.
dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing true
It will create disable-while-typing as key and will set it to true.
This worked for me on fedora 23, Gnome 3.18. I will also work on fedora 24.
**Update:**Tested and this also works on Fedora 24.
Hope it helps!
this disables the trackpad but trackpad buttons are still alive :-(
â lrkwz
Aug 23 at 10:50
I guess, trackpad button can not be pressed accidentally while typing without knowingly putting enough pressure on it. :-)
â Om Prakash
Aug 23 at 11:39
add a comment |Â
up vote
3
down vote
The key to disable touchpad while typing doesn't exist anymore in the Gnome registry.
First install dconf-editor -
sudo dnf install dconf-editor
then create a key in dconf editor using this command on terminal.
dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing true
It will create disable-while-typing as key and will set it to true.
This worked for me on fedora 23, Gnome 3.18. I will also work on fedora 24.
**Update:**Tested and this also works on Fedora 24.
Hope it helps!
this disables the trackpad but trackpad buttons are still alive :-(
â lrkwz
Aug 23 at 10:50
I guess, trackpad button can not be pressed accidentally while typing without knowingly putting enough pressure on it. :-)
â Om Prakash
Aug 23 at 11:39
add a comment |Â
up vote
3
down vote
up vote
3
down vote
The key to disable touchpad while typing doesn't exist anymore in the Gnome registry.
First install dconf-editor -
sudo dnf install dconf-editor
then create a key in dconf editor using this command on terminal.
dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing true
It will create disable-while-typing as key and will set it to true.
This worked for me on fedora 23, Gnome 3.18. I will also work on fedora 24.
**Update:**Tested and this also works on Fedora 24.
Hope it helps!
The key to disable touchpad while typing doesn't exist anymore in the Gnome registry.
First install dconf-editor -
sudo dnf install dconf-editor
then create a key in dconf editor using this command on terminal.
dconf write /org/gnome/desktop/peripherals/touchpad/disable-while-typing true
It will create disable-while-typing as key and will set it to true.
This worked for me on fedora 23, Gnome 3.18. I will also work on fedora 24.
**Update:**Tested and this also works on Fedora 24.
Hope it helps!
edited Aug 23 at 11:41
answered Jan 6 '17 at 4:00
Om Prakash
148110
148110
this disables the trackpad but trackpad buttons are still alive :-(
â lrkwz
Aug 23 at 10:50
I guess, trackpad button can not be pressed accidentally while typing without knowingly putting enough pressure on it. :-)
â Om Prakash
Aug 23 at 11:39
add a comment |Â
this disables the trackpad but trackpad buttons are still alive :-(
â lrkwz
Aug 23 at 10:50
I guess, trackpad button can not be pressed accidentally while typing without knowingly putting enough pressure on it. :-)
â Om Prakash
Aug 23 at 11:39
this disables the trackpad but trackpad buttons are still alive :-(
â lrkwz
Aug 23 at 10:50
this disables the trackpad but trackpad buttons are still alive :-(
â lrkwz
Aug 23 at 10:50
I guess, trackpad button can not be pressed accidentally while typing without knowingly putting enough pressure on it. :-)
â Om Prakash
Aug 23 at 11:39
I guess, trackpad button can not be pressed accidentally while typing without knowingly putting enough pressure on it. :-)
â Om Prakash
Aug 23 at 11:39
add a comment |Â
up vote
2
down vote
accepted
http://ubuntuforums.org/showthread.php?t=2316240
Aswer is here. Problem is that somehow a generic touchpad is detected even though a different touchpad is actually in use. All the commands I tried went to the generic touchpad which doesn't actually exist, so that's why nothings worked.
Tried the fix and now it's all good.
Thanks! A couple of years later and this answer is still awesome :)
â Jeremy
Apr 24 at 5:34
add a comment |Â
up vote
2
down vote
accepted
http://ubuntuforums.org/showthread.php?t=2316240
Aswer is here. Problem is that somehow a generic touchpad is detected even though a different touchpad is actually in use. All the commands I tried went to the generic touchpad which doesn't actually exist, so that's why nothings worked.
Tried the fix and now it's all good.
Thanks! A couple of years later and this answer is still awesome :)
â Jeremy
Apr 24 at 5:34
add a comment |Â
up vote
2
down vote
accepted
up vote
2
down vote
accepted
http://ubuntuforums.org/showthread.php?t=2316240
Aswer is here. Problem is that somehow a generic touchpad is detected even though a different touchpad is actually in use. All the commands I tried went to the generic touchpad which doesn't actually exist, so that's why nothings worked.
Tried the fix and now it's all good.
http://ubuntuforums.org/showthread.php?t=2316240
Aswer is here. Problem is that somehow a generic touchpad is detected even though a different touchpad is actually in use. All the commands I tried went to the generic touchpad which doesn't actually exist, so that's why nothings worked.
Tried the fix and now it's all good.
answered Jun 24 '16 at 10:12
Nordic
210210
210210
Thanks! A couple of years later and this answer is still awesome :)
â Jeremy
Apr 24 at 5:34
add a comment |Â
Thanks! A couple of years later and this answer is still awesome :)
â Jeremy
Apr 24 at 5:34
Thanks! A couple of years later and this answer is still awesome :)
â Jeremy
Apr 24 at 5:34
Thanks! A couple of years later and this answer is still awesome :)
â Jeremy
Apr 24 at 5:34
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%2f291794%2fhow-can-i-disable-my-touchpad-prevent-accidental-clicking-while-typing-on-fedora%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
ask.fedoraproject.org/en/question/7485/how-disable-the-touchpad Have you tried using this
toggle script?â Keyshov Borate
Jun 24 '16 at 9:38
Thanks a lot, thanks to what you posted I actually found the right answer withing a few minutes!
â Nordic
Jun 24 '16 at 10:12