How do I recover 2 finger center click once more?
it made use of to be that touching 2 fingers on the touchpad send a center computer mouse click. Currently it does an appropriate click and also 3 fingers currently are the center click. I actually can not recognize the adjustment and also assume it is a bug or severely replicated from Apple or something. The thinking leaves me entirely. I make use of center click to open web links in a new tab in the internet browser throughout the day and also I hardly ever make use of appropriate click (and also I have an appropriate computer mouse switch listed below the touchpad, doh) Tapping 3 fingers on my little EeePC touchpad is alongside difficult so I desire the old actions. I located :
synclient TapButtons2=2
synclient TapButtons3=3
yet that did not work with 10.10
Does any person recognize just how to recover rational actions?
OK,
I currently need to run
xinput set-prop "ETPS/2 Elantech Touchpad" "Synaptics Tap Action" 8, 9, 0, 0, 1, 2, 3
and also
gconftool-2 --set --type=bool /apps/gnome-power-manager/lock/suspend false
to recover points to something I can endure, BUT I need to run those commands after each resume. Which manuscript is pursued each resume to automate that?
The default setups that appear to be made it possible for with "tap to click" (on my laptop computer anyhow) additionally gives the adhering to capability :
- Middle Click (faucet at leading right of scroll location)
- Right Click (faucet at lower right of scroll location)
xinput
offered :
incapable to locate tool SynPS/2 Synaptics TouchPad
so I did
synclient TapButton3=3 TapButton2=2
from a pointer from http://ubuntuforums.org/showthread.php?t=1251372
I place this in my ~/.bashrc
and also points appear to function
Try running this as a manuscript
xinput set-prop "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 8, 9, 0, 0, 1, 2, 3 # pad corners rt rb lt lb tap fingers 1 2 3 (can't simulate more then 2 tap fingers AFAIK) - values: 0=disable 1=left 2=middle 3=right etc. (in FF 8=back 9=forward)
You might additionally want mounting the gpointing-device-settings plan, which will certainly give even more arrangement alternatives for your touchpad. BTW, in Ubuntu 10.04 LTS+this changes gsynaptics
.
sudo apt-get install gpointing-device-settings
Once mounted you locate it under System - > Preferences - > Pointing Devices .
Related questions