10

I keep typing in the wrong place because of the pad getting touched while I am typing causing a click that re-place the cursor in another position. In Windows, I can easily disable that so the pad is only used to move the mouse cursor, but I didn't find similar option in Ubuntu. Any help?

Rafid
  • 5,557

3 Answers3

8

Isn't this doing what you want?

mouse preferences window

This is in System / Preferences / Mouse.

ulidtko
  • 5,988
6

You can install touchpad-indicator to enable/disable the touchpad.

sudo add-apt-repository ppa:lorenzo-carbonell/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator

After installation you can find it under Applications Accessories Touchpad Indicator. indicator menu

Creating shortcut:

You can also create a shortcut for disabling/enabling the touchpad. touhcpad-indicator box

Note:

karthick87
  • 84,513
1

I installed touchpad-incidactor from the ppa:atareao/atareao repository:

sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator
belacqua
  • 23,540
martin
  • 11