On 06/09/2010 06:37 PM, Jamie wrote: > I have kcm-touchpad 0.3.1-0ubuntu3 and still have this problem. Not > being able to disable touchpad tapping is killing my productivity since > I'm constantly having random things clicked or dragged around my screen > while I'm trying to work. > >
Workaround for Jamie : Disable touchpad with; xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Device Enabled" 0 Enable touchpad with; xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Device Enabled" 1 Works in a terminal for my touchpad, you might need to tinker the commands a little for yours. See 'man xinput' for more info. For practical use create keyboard shortcuts to run the commands to turn the touchpad on and off. -- Synaptic touchpad Smart Mode is grayed out (systemsettings) https://bugs.launchpad.net/bugs/551467 You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to kcm-touchpad in ubuntu. -- kubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
