Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
2 results tagged touchpad  ✕   ✕
Mac Mouse Fix https://mousefix.org/
Tue 23 Mar 2021 04:48:15 PM PDT archive.org

A utility which unfucks Mac OSX's general hatred of third party mice and touchpads. Forces OSX to treat them just like Apple's own hardware. Stable, still maintained, regular updates released. Even has its own OSX auto-updater to keep everything up to date. Fixes scrollwheels and two-finger scrolling, too!

Github: https://github.com/noah-nuebling/mac-mouse-fix

Seriously. This utility saved my sanity at work.

macosx touchpad mouse foss
ubuntu snippets: Multi touch for any,all synaptics touchpad http://ubuntu-snippets.blogspot.com/2009/03/multi-touch-for-anyall-synaptics.html
Tue 20 Mar 2018 02:02:14 AM PDT archive.org

A short blog post about enabling multi-touch mode for touchpads in Linux.

gksudo gedit /etc/hal/fdi/policy/11-x11-synaptics.fdi

<?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>

sudo /etc/init.d/hal restart

trackpad x11 laptop howto touchpad multitouch linux synaptics
3421 links, including 116 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn