You are not logged in.

#1 2012-07-22 18:15:23

tancrackers
Member
From: USA
Registered: 2012-04-11
Posts: 44

Question regarding synaptics clickpad

The arch wiki cites an example:
To edit  /etc/X11/xorg.conf.d/10-synaptics.conf and use
Option "ClickPad"         "true"
Option "EmulateMidButtonTime" "0"
Option "SoftButtonAreas"  "50% 0 82% 0 0 0 0 0"
However, this successfully gave me a right click on the bottom right "button", but I want to get a left "button."
http://i48.tinypic.com/20f3pch.png
This picture shows the location of the left click I am trying to get ^ (warning, worst GIMP job EVER)
I am pretty much trying to emulate a traditional touchpad with real buttons. I currently am unable to touch the clickpad and move the mouse. This makes dragging VERY difficult.
Here is my /etc/X11/xorg.conf.d/10-synaptics.conf:
Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "ClickPad"         "true"
        Option "EmulateMidButtonTime" "0"
        Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
EndSection

The wiki describes middle and right button areas, but no left buttons areas. How can I do this?

EDIT: This was my configuration before editing the file:
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
EndSection

Last edited by tancrackers (2012-07-22 18:40:05)


Block ads forever! http://adblockplus.org/en/

Offline

#2 2012-07-22 18:49:25

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,143

Re: Question regarding synaptics clickpad

man synaptics

It even includes a picture (ASCII art but likely does the job).


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#3 2012-08-07 03:32:32

tancrackers
Member
From: USA
Registered: 2012-04-11
Posts: 44

Re: Question regarding synaptics clickpad

I'm sorry, but I still do not understand what I actually have to do. Should I just wait for an update to the synaptics driver?


Block ads forever! http://adblockplus.org/en/

Offline

Board footer

Powered by FluxBB