![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Apple Intel Users Discussions for users who are using Apple Intel based systems with Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Dipped in Ubuntu
![]() |
Disable touchpad tapping while typing (that is sooo annoying)
I got ahold of a little insider secret for those of you who are exercising the advanced functionality of your touchpads on the MacBooks and Pros.
You need to have SHMConfig "on" in your xorg.conf in order for this to work. You're going to use a little utility called syndaemon make this script and have it run at login: Code:
#!/bin/bash # Disable touchpad for 2 seconds after last key press # to prevent accidental touchpad activation while typing. /usr/bin/syndaemon -d -t -i 2 the -t flag tells it to only disable tapping and scrolling, not pointer movement the -i flag is how long (in seconds) to disable the touchpad *after* the last keypress There are a few other options available to fine-tune which keypresses count, ie Fn combos etc. Code:
man syndaemon I felt this was just important enough to bring up 'cause, dang, I HATE it when my mouse jumps all over because I accidentally tapped the touchpad with my wrist.
__________________
"This would make more difference if it made any difference at all; but it doesn't make any difference at all, because you are listening to a conversation among dead businesses." -- Eben Moglen Last edited by benanzo; May 6th, 2007 at 06:02 AM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|