i just wrote a script for toggling the touch pad
$~ cat /usr/local/bin/toggleTouchPad 
#!/bin/sh
status=$(synclient -l | grep TouchpadOff | awk '{print $3}')
if [ $status -eq 1 ];then
        # 0 allows edge scrolling; 2 does not allow edge scrolling; 1 is 
disabled
        status=0
else
        status=1
fi
synclient TouchpadOff=$status
exit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1165266

Title:
  missing keyboard shortcuts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1165266/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to