Enable and Disable Notebook PC’s touch tablet in Ubuntu
This post was written by admin on November 19, 2009
Posted Under: General
Posted Under: General
Disable and enable laptop touchpad in Ubuntu is very easy,just one command in terminal(Applications/Accessories/Terminal):
synclient touchpadoff=1
this will disable the touchpad.To enable this again,use this command:
synclient touchpadoff=0
Related posts:
- Clear and Disable Recent Documents list on ubuntu gnome
- Enable Ctrl+Alt+Backspace shortcut key in ubuntu 9.04
- Disable 60 seconds delay notification when logout,shutdown and restart ubuntu9.04
- Enable Number pad NumLock at startup in Ubuntu Login Window
- How to disable ALT+Right click in ubuntu
Tags: tips
