I have an usb radio mouse, so I would like to disable the trackpad to while i have the mouse plugged in. Is there a nice and easy way to do this ?
|
feedback
|
|
If you have a Synaptics touchpad (very common in laptops), you can disable the trackpad using the You could either bind that command to a key, or have it executed automatically when the USB mouse is (un)plugged by putting an appropriate script into udev. The latter might be a bit tricky though. If you are just annoyed that you brush the touchpad while typing, there's a daemon to disable the touchpad while typing: http://embraceubuntu.com/2006/09/20/disable-touchpad-temporarily-when-typing/ | |||
|
feedback
|
|
Even though this question already has an accepted answer I would like to add one more. The reason is that many laptops have a hardware switch (possibly reached with the | |||||
|
feedback
|
|
It's a very tiny code which allows you to disable/enable the touchpad from terminal. Simply follow the Instructions below:
Now you can disable/enable touchpad by typing "disable_touchpad" or "enable_touchpad" commands in your terminal. | ||||
|
feedback
|