<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quick Tweaks &#187; touchpad</title>
	<atom:link href="http://www.quicktweaks.com/tag/touchpad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Fri, 27 Nov 2009 22:29:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable Accidental Touchpad Tapping While Typing</title>
		<link>http://www.quicktweaks.com/2008/04/08/disable-accidental-touchpad-tapping-while-typing/</link>
		<comments>http://www.quicktweaks.com/2008/04/08/disable-accidental-touchpad-tapping-while-typing/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 19:02:29 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[touchpad]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[SHMConfig]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xorg]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=4</guid>
		<description><![CDATA[Often when you are typing, your thumb touches the touchpad and the typing start from another position. Follow these steps to disable accidental touchpad tapping:





Enable SHMConfig in your xorg.conf file. Press Alt+F2. It will bring you the Run Application dialog box.
Type following and hit enter:
gksu gedit /etc/X11/xorg.conf
It will ask you for your super user password. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Often when you are typing, your thumb touches the touchpad and the typing start from another position. Follow these steps to disable accidental touchpad tapping:<br />
<span id="more-6"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<ol>
<li>Enable SHMConfig in your xorg.conf file. Press Alt+F2. It will bring you the Run Application dialog box.</li>
<li>Type following and hit enter:<br />
<strong><em>gksu gedit /etc/X11/xorg.conf</em></strong></li>
<li>It will ask you for your super user password. Give it!</li>
<li><em>xorg.conf </em>should open in <em>gedit</em> file editor</li>
<li>Look for following lines:<br />
<em>Section &#8220;InputDevice&#8221;<br />
Identifier    &#8220;Synaptics Touchpad&#8221;&#8230;<br />
&#8230;<br />
EndSection</em></li>
<li>Add the following line just before the line EndSection<br />
<strong><em>Option        &#8220;SHMConfig&#8221;    &#8220;true&#8221;</em></strong></li>
<li>Save the file</li>
<li>Open a Terminal</li>
<li>Type the following command<br />
<strong><em>syndaemon -d -t -i 5</em></strong><br />
<em>-d </em>runs the command in background<br />
<em>-t </em>disables only tapping and scrolling but not mouse movements<br />
<em>-i </em>sets the idle time in seconds after the last key has been pressed. The default is 2 seconds. I was convenient with 5 secs. It means if I don&#8217;t press any key for 5 secs, the touchpad will be enabled.</li>
</ol>
<p>Now to run make the command as a startup command follow the following steps:</p>
<ol>
<li>Go to <em>System&gt;Preference&gt;Sessions</em></li>
<li>Click on <em>Add</em> button.</li>
<li>Fill up the following data in the dialog box that appears:<br />
<em>Name: { Name of the command such as: Disable Touchpad }<br />
Command: syndaemon -d -t -i 5<br />
Comment: { Any comments such as: Disables touchpad&#8217;s tapping functionality while typing }</em></li>
<li>Click on OK and Close the Sessions dialog box</li>
</ol>
<p>Enjoy tapping less typing <img src='http://www.quicktweaks.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0816309066023726";
google_ad_slot = "7783831711";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/04/08/disable-accidental-touchpad-tapping-while-typing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.129 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-02-06 02:01:06 -->
<!-- Compression = gzip -->