In Kubuntu Hardy, I used a startup script that invoked syndaemon:
This script started syndaemon, which properly disabled touchpad input while typing.
However, the same script no longer works in Karmic. I've tried enabling SHMconfig, and adding the -S switch:
And it likewise appears not to work.
Any idea how to use syndaemon (or some other means) properly in Karmic, to disable touchpad input while typing?
Thanks in advance!
Code:
syndaemon -d -t &
However, the same script no longer works in Karmic. I've tried enabling SHMconfig, and adding the -S switch:
Code:
syndaemon -d -t -S &
Any idea how to use syndaemon (or some other means) properly in Karmic, to disable touchpad input while typing?
Thanks in advance!
Comment