I want my touchpad to be disabled when I use my mouse. How can I do that?
Touchpad-indicator has stopped working on 11.10. It used to work on 11.04. Gnome3 is not a solution as I don't like it and find it buggy.
|
|
|||||
|
|
Run the following command in a terminal:
You will get an output that looks like this:
It displays all the input devices connected. Note that they all have an id. Since 12 is the id for my touchpad, running the following command will disable it.
|
|||||||||||||
|
|
check this link out: How to disable-enable touchpad in ubuntu 11.10 The answer found there is really neat:
After this you will get a switch in your notification area. The only thing I would wish is to be able to set the switch key to Fn-F8 (which is a touchpad key switch on my keyboard... |
|||||||||||
|
|
|
I tried using the laptop function key (fn) to disable the pointer and it works. It did not work during my 11.04 days though, so give that a try. |
|||
|
First check if your laptop has enable/disable touchpad keyboard shortcut, by any chance! On my Lenovo Thinkpad T500 it's Fn+F8 |
|||
|
|
|
I have a Medion Akoya notebook model P7812 using Ubuntu 11.10 (64 bit) and the Fn & F6 key combination disables the touchpad. Allen Australia |
|||
|
|
|
https://bitbucket.org/barseghyanartur/xinput_shortcuts It's a very tiny code which allows you to disable/enable the touchpad from terminal. Simply follow the Instructions below: 1) Download https://bitbucket.org/barseghyanartur/xinput_shortcuts/get/cae698b61e4c.zip 2) Unpack it somewhere. 3) Open terminal and go to the directory where you have unpacked it. 4) chmod +x install.sh 5) ./install.sh Now you can disable/enable touchpad by typing "disable_touchpad" or "enable_touchpad" commands in your terminal. |
|||
|
|
|
This worked for me in 11.10 :
It displays all the input devices connected. Note that they all have an id. Since 12 is the id for my touchpad, running the following command will disable it.
and I would put it in .bashrc or whatever except that I'm not sure that device 12 (actually 11 for me) is always the touchpad. Now if I could just get the up-arrow in nautilius to work and see the .dirs |
|||||
|
|
install the Jupiter app. You can disable the touchpad with it and is remembered. This has worked effectively for me on both a Lenovo IdeaPad and ThinkPad on 11.04, 11.10, and 12.04. |
|||
|
|
|
Based on answer given by @Peng Wu I created a bash script that can be used...
You can manually run it or run it on start. Then you can make the script run at boot. Another bash script to toggle touchpad:
|
||||
|
|
Define keyboard shortcuts(this answer was copied from an invalid edit) Instead of remembering that command every time you wish to enable/disable the touchpad, you can instead add it as a keyboard combination shortcut. Under preferences in Keyboard Shortcuts click add. Give a name to the shortcut like "Disable Touchpad" or something and add the command you discovered above
and click apply. Then add another shortcut called "Enable Touchpad" or something similar to the first and change the previous command to a 1 at the end
those are the off/on respectivly. Now that those are added, click on Enable Touchpad's Shortcut column (should say 'disabled') and type the keyboard shortcut you want it to be, I chose Win+1 (Hold Windows Key and press the number 1). Do the same for Disable Touchpad, I chose Win+2. Now Win+1 enables my touchpad and Win+2 disables it. |
||||
|
|
protected by Community♦ May 25 '12 at 20:50
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.
