<?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>TommyBlue.it &#187; touchpad</title>
	<atom:link href="http://www.tommyblue.it/tag/touchpad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tommyblue.it</link>
	<description>Bombardare per la pace è un po' come trombare per la verginità...</description>
	<lastBuildDate>Sun, 13 Jun 2010 23:43:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MacBook synaptics configuration for Hal</title>
		<link>http://www.tommyblue.it/2009/02/05/macbook-synaptics-configuration-for-hal/</link>
		<comments>http://www.tommyblue.it/2009/02/05/macbook-synaptics-configuration-for-hal/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 16:40:09 +0000</pubDate>
		<dc:creator>TommyBlue</dc:creator>
				<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Software Libero]]></category>
		<category><![CDATA[hal]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[touchpad]]></category>

		<guid isPermaLink="false">http://www.tommyblue.it/?p=323</guid>
		<description><![CDATA[Since Ubuntu 8.10 the device configuration was moved from Xorg to Hal. So i had to &#8220;translate&#8221; my old notes to let my touchpad work with hal. Just create a new .fdi file into /etc/hal/fdi/policy and paste the translated configuration below: &#60;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34;?&#62; &#60;deviceinfo version=&#34;0.2&#34;&#62; &#60;device&#62; &#60;match key=&#34;info.capabilities&#34; contains=&#34;input.touchpad&#34;&#62; &#60;merge key=&#34;input.x11_driver&#34; type=&#34;string&#34;&#62;synaptics&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.SendCoreEvents&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>Since <strong>Ubuntu 8.10</strong> the device configuration was moved from <strong>Xorg</strong> to <strong>Hal</strong>. So i had to &#8220;translate&#8221; my <a href="/2008/07/27/macbook-synaptics-configuration/">old notes</a> to let my touchpad work with hal.<br />
Just create a new <strong>.fdi</strong> file into <strong><em>/etc/hal/fdi/policy</em></strong> and paste the translated configuration below:</p>
<p><code><span style="color:#ff3030; font-weight:bold">&lt;?xml</span> version=<span style="color:#1861a7">&quot;1.0&quot;</span> encoding=<span style="color:#1861a7">&quot;UTF-8&quot;</span>?&gt;<br />
<span style="color:#ff3030; font-weight:bold">&lt;deviceinfo</span> version=<span style="color:#1861a7">&quot;0.2&quot;</span>&gt;<br />
  <span style="color:#ff3030; font-weight:bold">&lt;device&gt;</span><br />
  <span style="color:#ff3030; font-weight:bold">&lt;match</span> key=<span style="color:#1861a7">&quot;info.capabilities&quot;</span> contains=<span style="color:#1861a7">&quot;input.touchpad&quot;</span>&gt;<br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_driver&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;synaptics<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.SendCoreEvents&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;true<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.Device&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;/dev/psaux<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.Protocol&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;auto-dev<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.SHMConfig&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;true<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.LeftEdge&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">100</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.RightEdge&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">1120</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.TopEdge&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">50</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.BottomEdge&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">310</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.FingerLow&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">5</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.FingerHigh&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">20</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.MaxTapTime&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">100</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.MaxTapMove&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">150</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.MaxDoubleTapTime&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">180</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.VertScrollDelta&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">20</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.HorizScrollDelta&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">50</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.MinSpeed&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">0.49</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.MaxSpeed&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">0.78</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.AccelFactor&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">0.0010</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.LockedDrags&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;false<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.TapButton1&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">1</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.TapButton2&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">3</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.TapButton3&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;<span style="color:#32ba06">2</span><span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.VertTwoFingerScroll&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;true<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.HorizTwoFingerScroll&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;false<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.FastTaps&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;true<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.VertEdgeScroll&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;false<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
      <span style="color:#ff3030; font-weight:bold">&lt;merge</span> key=<span style="color:#1861a7">&quot;input.x11_options.HorizEdgeScroll&quot;</span> type=<span style="color:#1861a7">&quot;string&quot;</span>&gt;false<span style="color:#ff3030; font-weight:bold">&lt;/merge&gt;</span><br />
    <span style="color:#ff3030; font-weight:bold">&lt;/match&gt;</span><br />
  <span style="color:#ff3030; font-weight:bold">&lt;/device&gt;</span><br />
<span style="color:#ff3030; font-weight:bold">&lt;/deviceinfo&gt;</span></code></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Condividi questo post:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F&amp;title=MacBook%20synaptics%20configuration%20for%20Hal&amp;bodytext=Since%20Ubuntu%208.10%20the%20device%20configuration%20was%20moved%20from%20Xorg%20to%20Hal.%20So%20i%20had%20to%20%22translate%22%20my%20old%20notes%20to%20let%20my%20touchpad%20work%20with%20hal.%0D%0AJust%20create%20a%20new%20.fdi%20file%20into%20%2Fetc%2Fhal%2Ffdi%2Fpolicy%20and%20paste%20the%20translated%20configuration%20below%3A%0D%0A%0D%0A%26lt%3B%3F" title="Digg"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F&amp;title=MacBook%20synaptics%20configuration%20for%20Hal&amp;notes=Since%20Ubuntu%208.10%20the%20device%20configuration%20was%20moved%20from%20Xorg%20to%20Hal.%20So%20i%20had%20to%20%22translate%22%20my%20old%20notes%20to%20let%20my%20touchpad%20work%20with%20hal.%0D%0AJust%20create%20a%20new%20.fdi%20file%20into%20%2Fetc%2Fhal%2Ffdi%2Fpolicy%20and%20paste%20the%20translated%20configuration%20below%3A%0D%0A%0D%0A%26lt%3B%3F" title="del.icio.us"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F&amp;t=MacBook%20synaptics%20configuration%20for%20Hal" title="Facebook"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F&amp;title=MacBook%20synaptics%20configuration%20for%20Hal&amp;annotation=Since%20Ubuntu%208.10%20the%20device%20configuration%20was%20moved%20from%20Xorg%20to%20Hal.%20So%20i%20had%20to%20%22translate%22%20my%20old%20notes%20to%20let%20my%20touchpad%20work%20with%20hal.%0D%0AJust%20create%20a%20new%20.fdi%20file%20into%20%2Fetc%2Fhal%2Ffdi%2Fpolicy%20and%20paste%20the%20translated%20configuration%20below%3A%0D%0A%0D%0A%26lt%3B%3F" title="Google Bookmarks"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F" title="Identi.ca"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F&amp;title=MacBook%20synaptics%20configuration%20for%20Hal&amp;source=TommyBlue.it+Bombardare+per+la+pace+%C3%A8+un+po%27+come+trombare+per+la+verginit%C3%A0...&amp;summary=Since%20Ubuntu%208.10%20the%20device%20configuration%20was%20moved%20from%20Xorg%20to%20Hal.%20So%20i%20had%20to%20%22translate%22%20my%20old%20notes%20to%20let%20my%20touchpad%20work%20with%20hal.%0D%0AJust%20create%20a%20new%20.fdi%20file%20into%20%2Fetc%2Fhal%2Ffdi%2Fpolicy%20and%20paste%20the%20translated%20configuration%20below%3A%0D%0A%0D%0A%26lt%3B%3F" title="LinkedIn"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F&amp;title=MacBook%20synaptics%20configuration%20for%20Hal" title="Reddit"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://twitter.com/home?status=MacBook%20synaptics%20configuration%20for%20Hal%20-%20http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F" title="Twitter"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.tommyblue.it%2F2009%2F02%2F05%2Fmacbook-synaptics-configuration-for-hal%2F&amp;title=MacBook%20synaptics%20configuration%20for%20Hal&amp;body=Since%20Ubuntu%208.10%20the%20device%20configuration%20was%20moved%20from%20Xorg%20to%20Hal.%20So%20i%20had%20to%20%22translate%22%20my%20old%20notes%20to%20let%20my%20touchpad%20work%20with%20hal.%0D%0AJust%20create%20a%20new%20.fdi%20file%20into%20%2Fetc%2Fhal%2Ffdi%2Fpolicy%20and%20paste%20the%20translated%20configuration%20below%3A%0D%0A%0D%0A%26lt%3B%3F" title="Ping.fm"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.tommyblue.it/2009/02/05/macbook-synaptics-configuration-for-hal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook synaptics configuration</title>
		<link>http://www.tommyblue.it/2008/07/27/macbook-synaptics-configuration/</link>
		<comments>http://www.tommyblue.it/2008/07/27/macbook-synaptics-configuration/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 08:31:03 +0000</pubDate>
		<dc:creator>TommyBlue</dc:creator>
				<category><![CDATA[Informatica]]></category>
		<category><![CDATA[Software Libero]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[synaptics]]></category>
		<category><![CDATA[touchpad]]></category>

		<guid isPermaLink="false">http://www.tommyblue.it/?p=186</guid>
		<description><![CDATA[The following configuration implements two-fingers scrolling and the three-fingers click emulates the third-button click. Finally it&#8217;s quite less sensible than the &#8220;default&#8221;, useful to avoid unexpected (and catastrofic!) clicks while moving the cursor :) Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "true" Option "LeftEdge" [...]]]></description>
			<content:encoded><![CDATA[<p>The following configuration implements two-fingers scrolling and the three-fingers click emulates the third-button click. Finally it&#8217;s quite less sensible than the &#8220;default&#8221;, useful to avoid unexpected (and catastrofic!) clicks while moving the cursor :)</p>
<p><code>Section "InputDevice"<br />
        Identifier      "Synaptics Touchpad"<br />
        Driver          "synaptics"<br />
        Option          "SendCoreEvents"        "true"<br />
        Option          "Device"                "/dev/psaux"<br />
        Option          "Protocol"              "auto-dev"<br />
        Option          "SHMConfig"             "true"<br />
        Option          "LeftEdge"              "100"<br />
        Option          "RightEdge"             "1120"<br />
        Option          "TopEdge"               "50"<br />
        Option          "BottomEdge"            "310"<br />
        Option          "FingerLow"             "5"<br />
        Option          "FingerHigh"            "20"<br />
        Option          "MaxTapTime"            "100"<br />
        Option          "MaxTapMove"            "150"<br />
        Option          "MaxDoubleTapTime"      "180"<br />
        Option          "VertScrollDelta"       "20"<br />
        Option          "HorizScrollDelta"      "50"<br />
        Option          "MinSpeed"              "0.49"<br />
        Option          "MaxSpeed"              "0.78"<br />
        Option          "AccelFactor"           "0.0010"<br />
        Option          "LockedDrags"           "false"<br />
        Option          "TapButton1"            "1"<br />
        Option          "TapButton2"            "3"<br />
        Option          "TapButton3"            "2"<br />
        Option          "VertTwoFingerScroll"   "true"<br />
        Option          "HorizTwoFingerScroll"  "false"<br />
        Option          "FastTaps"              "true"<br />
        Option          "VertEdgeScroll"        "false"<br />
        Option          "HorizEdgeScroll"       "false"<br />
EndSection</code></p>

<div class="sociable">
<div class="sociable_tagline">
<strong>Condividi questo post:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F&amp;title=MacBook%20synaptics%20configuration&amp;bodytext=The%20following%20configuration%20implements%20two-fingers%20scrolling%20and%20the%20three-fingers%20click%20emulates%20the%20third-button%20click.%20Finally%20it%27s%20quite%20less%20sensible%20than%20the%20%22default%22%2C%20useful%20to%20avoid%20unexpected%20%28and%20catastrofic%21%29%20clicks%20while%20moving%20the%20curso" title="Digg"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F&amp;title=MacBook%20synaptics%20configuration&amp;notes=The%20following%20configuration%20implements%20two-fingers%20scrolling%20and%20the%20three-fingers%20click%20emulates%20the%20third-button%20click.%20Finally%20it%27s%20quite%20less%20sensible%20than%20the%20%22default%22%2C%20useful%20to%20avoid%20unexpected%20%28and%20catastrofic%21%29%20clicks%20while%20moving%20the%20curso" title="del.icio.us"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F&amp;t=MacBook%20synaptics%20configuration" title="Facebook"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F&amp;title=MacBook%20synaptics%20configuration&amp;annotation=The%20following%20configuration%20implements%20two-fingers%20scrolling%20and%20the%20three-fingers%20click%20emulates%20the%20third-button%20click.%20Finally%20it%27s%20quite%20less%20sensible%20than%20the%20%22default%22%2C%20useful%20to%20avoid%20unexpected%20%28and%20catastrofic%21%29%20clicks%20while%20moving%20the%20curso" title="Google Bookmarks"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F" title="Identi.ca"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F&amp;title=MacBook%20synaptics%20configuration&amp;source=TommyBlue.it+Bombardare+per+la+pace+%C3%A8+un+po%27+come+trombare+per+la+verginit%C3%A0...&amp;summary=The%20following%20configuration%20implements%20two-fingers%20scrolling%20and%20the%20three-fingers%20click%20emulates%20the%20third-button%20click.%20Finally%20it%27s%20quite%20less%20sensible%20than%20the%20%22default%22%2C%20useful%20to%20avoid%20unexpected%20%28and%20catastrofic%21%29%20clicks%20while%20moving%20the%20curso" title="LinkedIn"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F&amp;title=MacBook%20synaptics%20configuration" title="Reddit"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  href="http://twitter.com/home?status=MacBook%20synaptics%20configuration%20-%20http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F" title="Twitter"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.tommyblue.it%2F2008%2F07%2F27%2Fmacbook-synaptics-configuration%2F&amp;title=MacBook%20synaptics%20configuration&amp;body=The%20following%20configuration%20implements%20two-fingers%20scrolling%20and%20the%20three-fingers%20click%20emulates%20the%20third-button%20click.%20Finally%20it%27s%20quite%20less%20sensible%20than%20the%20%22default%22%2C%20useful%20to%20avoid%20unexpected%20%28and%20catastrofic%21%29%20clicks%20while%20moving%20the%20curso" title="Ping.fm"><img src="http://www.tommyblue.it/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.tommyblue.it/2008/07/27/macbook-synaptics-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
