3

I used to have an option in settings in Kubuntu 10.10 to do this. Now I cannot find it in 11.04. Where can I find it ? or was it removed ?

Jorge Castro
  • 71,754
M.Sameer
  • 449

3 Answers3

7

Direct link to the window manager-independent solution: http://www.webupd8.org/2009/11/ubuntu-automatically-disable-touchpad.html

5

I just found the solution for the problem:

  1. install kde-config-touchpad package.
  2. Run Utilities->Touchpad Management and the application will have the option in GUI.
M.Sameer
  • 449
  • I see an option to disable the entire touchpad. How is just tapping disabled? (On kubuntu 11.10) – UsAaR33 Dec 11 '11 at 11:21
  • after install that package you can call the configuration panel with command synaptiks there is also a synaptikscfg for a command line config. The option in panel is called "Automatically switch off touchpad on keyboard activity" – albfan May 12 '13 at 09:27
0

Use synclient (for Synaptic devices, i.e. most touchpads), which (as of 14.04) ships by default with Ubuntu:

$ synclient TouchpadOff=1

turns the touchpad off

$ synclient TouchpadOff=0

turns it back on.