Satyajit Ranjeev

My rants on development and design

Tweak the touchpad on your laptop

leave a comment »

If you have read my earlier post about the Fedora 9 and Touchpads you would realise there is quite a bit you can do with your touch pad. Now these are the options i have added to make my system a little more simple.

Tap with one finger: Left Click

Tap with two fingers: Middle Click

Tap with three fingers: Right Click

Drag down with two fingers: Scroll down

Drag side ways with two fingers: Scroll Side ways

(the above two very similar to that of the Mac)

Add these lines to /etc/X11/xorg.conf

Section "InputDevice"
Driver      "synaptics"
Identifier  "TouchPad"
Option      "SendCoreEvents"
Option      "Protocol" "auto-dev"
Option      "SHMConfig" "on"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option  "VertEdgeScroll"        "false"
Option  "HorizEdgeScroll"        "false"
Option  "VertTwoFingerScroll"   "1"
Option  "HorizTwoFingerScroll"  "1"
EndSection

Make sure you add this line to the ServerLayout section:

InputDevice "TouchPad" "CorePointer"

Ofcourse we do not need to restart our machines every time we do a bit of tweaking or installation, so just log off and log in and you have the tweaked system.

Written by Ranjeev Satyajit

September 2, 2008 at 10:02 am

Posted in Tweaks

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.