Created
December 12, 2010 02:00
-
-
Save mishudark/737784 to your computer and use it in GitHub Desktop.
activa multitouch con touchpad synaptic, guardarlo en /etc/hal/fdi/policy/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ISO-8859-1"?> | |
<deviceinfo version="0.2"> | |
<device> | |
<match key="info.capabilities" contains="input.touchpad"> | |
<merge key="input.x11_driver" type="string">synaptics</merge> | |
<merge key="input.x11_options.SHMConfig" type="string">On</merge> | |
<merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">90</merge> | |
<merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge> | |
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge> | |
<merge key="input.x11_options.TapButton1" type="string">1</merge> | |
<merge key="input.x11_options.TapButton2" type="string">3</merge> <!--two finger tap -> middle clieck(3) --> | |
<merge key="input.x11_options.TapButton3" type="string">2</merge> <!--three finger tap -> right click(2). almost impossible to click --> | |
</match> | |
</device> | |
</deviceinfo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment