How can I disable my touchpad/prevent accidental clicking while typing on Fedora 24?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
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 |
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 |
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
NordicNordic
210310
210310
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
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.
this disables the trackpad but trackpad buttons are still alive :-(
– lrkwz
Aug 23 '18 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 '18 at 11:39
add a comment |
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 '18 at 5:34
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%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
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
this disables the trackpad but trackpad buttons are still alive :-(
– lrkwz
Aug 23 '18 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 '18 at 11:39
add a comment |
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.
this disables the trackpad but trackpad buttons are still alive :-(
– lrkwz
Aug 23 '18 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 '18 at 11:39
add a comment |
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.
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.
edited 5 hours ago
Rui F Ribeiro
41.9k1483142
41.9k1483142
answered Jan 6 '17 at 4:00
Om PrakashOm Prakash
153211
153211
this disables the trackpad but trackpad buttons are still alive :-(
– lrkwz
Aug 23 '18 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 '18 at 11:39
add a comment |
this disables the trackpad but trackpad buttons are still alive :-(
– lrkwz
Aug 23 '18 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 '18 at 11:39
this disables the trackpad but trackpad buttons are still alive :-(
– lrkwz
Aug 23 '18 at 10:50
this disables the trackpad but trackpad buttons are still alive :-(
– lrkwz
Aug 23 '18 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 '18 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 '18 at 11:39
add a comment |
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 '18 at 5:34
add a comment |
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 '18 at 5:34
add a comment |
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
NordicNordic
210310
210310
Thanks! A couple of years later and this answer is still awesome :)
– Jeremy
Apr 24 '18 at 5:34
add a comment |
Thanks! A couple of years later and this answer is still awesome :)
– Jeremy
Apr 24 '18 at 5:34
Thanks! A couple of years later and this answer is still awesome :)
– Jeremy
Apr 24 '18 at 5:34
Thanks! A couple of years later and this answer is still awesome :)
– Jeremy
Apr 24 '18 at 5:34
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%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
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
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