Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.28 KB

File metadata and controls

35 lines (28 loc) · 1.28 KB
title Disable Touchpad While Typing
description Learn how to disable the touchpad while typing.
keywords
touchpad
trackpad
clickpad
mouse settings
disable
typing
facebookImage /_social/article
twitterImage /_social/article
hidden false
section hardware
tableOfContents true

To disable the touchpad while typing, a built-in program needs run. It's best to add it to the startup items to run every time your computer starts. Search for and open Startup Applications from the Dash by pressing the Super Key , and then click Add.

Field Value
Name: Syndaemon
Command: syndaemon -i 1.0 -K -t -d
Comment: Disable touchpad while typing

The -i 1.0 parameter sets the idle time of the keyboard to 1 second.
The -K ignores the Modifier keys.
The -t only disables tapping and scrolling (leave out to disable all mouse movement).
The -d runs it as a daemon (in the background).

Click Add and then Close. Reboot your computer to enable this setting.

Note: This is a per user setting, so repeat this process for all user accounts.