Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Gnome Shell : 3 finger tap to show Activities

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
f.r3d
Posts: 76
Joined: 2016-07-28 16:39
Location: France
Has thanked: 4 times

Gnome Shell : 3 finger tap to show Activities

#1 Post by f.r3d »

Hi everyone!

I read the Debian wiki about Synaptics but I can't figure out how to activate 3 fingers tap... I would like to create a shortcut to show Activities whenever I tap three fingers on my touchpad. Any ideas?

Code: Select all

frederic@frederic-laptop:~$ grep "TouchPad: buttons:" /var/log/Xorg.0.log
[     3.388] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
Thank you for your help!

Edit:

So, I did the first part of the job. I think I enabled the three point click by creating this file /etc/X11/xorg.conf.d/synaptics.conf

Code: Select all

Section "InputClass"
        Identifier      "Touchpad"                      # required
        MatchIsTouchpad "yes"                           # required
        Driver          "synaptics"                     # required
        Option          "TapButton1"            "1"
        Option          "TapButton2"            "2"     # multitouch
        Option          "TapButton3"            "3"     # multitouch
        Option          "VertTwoFingerScroll"   "1"     # multitouch
        Option          "HorizTwoFingerScroll"  "1"     # multitouch
EndSection
Now, how to link it to showing Activities?
Last edited by f.r3d on 2017-03-23 12:29, edited 3 times in total.
Debian 11 Gnome 64bit
Thinkpad T460
4X Intel Core i7-6600U / 8GB Ram / Intel HD Graphics 520 / 256GB SSD /

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Gnome Shell : 3 point click to show Activities

#2 Post by phenest »

Not all touchpads are capable of detecting 3 fingers. What laptop do you have?

What's the output of:

Code: Select all

xinput list
... and whatever the touchpad is called:

Code: Select all

xinput list-props "The Name of Your TouchPad"
Example:

Code: Select all

xinput list-props "SynPS/2 Synaptics TouchPad"
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
f.r3d
Posts: 76
Joined: 2016-07-28 16:39
Location: France
Has thanked: 4 times

Re: Gnome Shell : 3 finger tap to show Activities

#3 Post by f.r3d »

the command xinput list does not work on my laptop... In the Debian doc about X11 and Synaptics it is said that the command grep "TouchPad: buttons:" /var/log/Xorg.0.log shows if a trackpad can detect three fingers, and mine indicates "triple" (as mentioned above).

Edit:

The package touchegg exists but it is not available in Debian repositories, nor its dependencies (such as utouch).

The details about my laptop are in my signature.
Debian 11 Gnome 64bit
Thinkpad T460
4X Intel Core i7-6600U / 8GB Ram / Intel HD Graphics 520 / 256GB SSD /

peter_irich
Posts: 1405
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: Gnome Shell : 3 finger tap to show Activities

#4 Post by peter_irich »

What you are mean when sayd "xinput does not work?" xinput is in the package xinput.
Also there is package xserver-xorg-input-mutouch, but I don't know is it suitable for your touchpad.
Also xserver-xorg-input-multitouch, x11-touchscreen-calibrator.
Also there is touchcal program in Internet for a sensor screen calibration.

Peter

User avatar
f.r3d
Posts: 76
Joined: 2016-07-28 16:39
Location: France
Has thanked: 4 times

Re: Gnome Shell : 3 finger tap to show Activities

#5 Post by f.r3d »

When I type xinput list the terminal answers command no found.
Debian 11 Gnome 64bit
Thinkpad T460
4X Intel Core i7-6600U / 8GB Ram / Intel HD Graphics 520 / 256GB SSD /

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Gnome Shell : 3 finger tap to show Activities

#6 Post by phenest »

What about the output of:

Code: Select all

synclient -l
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Gnome Shell : 3 finger tap to show Activities

#7 Post by phenest »

ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
f.r3d
Posts: 76
Joined: 2016-07-28 16:39
Location: France
Has thanked: 4 times

Re: Gnome Shell : 3 finger tap to show Activities

#8 Post by f.r3d »

Code: Select all

frederic@frederic-laptop:~$ synclient -l
Parameter settings:
    LeftEdge                = 1767
    RightEdge               = 5397
    TopEdge                 = 1637
    BottomEdge              = 4451
    FingerLow               = 25
    FingerHigh              = 30
    MaxTapTime              = 180
    MaxTapMove              = 234
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 282
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 106
    HorizScrollDelta        = 106
    VertEdgeScroll          = 0
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 1
    HorizTwoFingerScroll    = 1
    MinSpeed                = 1
    MaxSpeed                = 1.75
    AccelFactor             = 0.0374602
    TouchpadOff             = 2
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 1
    TapButton2              = 3
    TapButton3              = 2
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 1
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 200
    CoastingSpeed           = 20
    CoastingFriction        = 50
    PressureMotionMinZ      = 30
    PressureMotionMaxZ      = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 0
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0
    HorizHysteresis         = 26
    VertHysteresis          = 26
    ClickPad                = 0
Debian 11 Gnome 64bit
Thinkpad T460
4X Intel Core i7-6600U / 8GB Ram / Intel HD Graphics 520 / 256GB SSD /

Post Reply