分页: 1 / 1

【已解决】synaptics触摸板不能轻触单击

发表于 : 2012-01-05 19:41
onlylove
为什么我的synaptics触摸板不能用轻触代替单击呢……我记得可以的,总是要按键……xserver-xorg-input-synaptics装了,还要装什么,或者写啥配置文件?

Re: synaptics触摸板不能轻触单击

发表于 : 2012-01-05 19:45
eexpress
synclient -l 里面有tapxxx的。

Re: synaptics触摸板不能轻触单击

发表于 : 2012-01-06 23:08
onlylove

代码: 全选

Parameter settings:
    LeftEdge                = 1752
    RightEdge               = 5192
    TopEdge                 = 1620
    BottomEdge              = 4236
    FingerLow               = 24
    FingerHigh              = 29
    FingerPress             = 255
    MaxTapTime              = 180
    MaxTapMove              = 221
    MaxDoubleTapTime        = 180
    SingleTapTimeout        = 180
    ClickTime               = 100
    FastTaps                = 0
    EmulateMidButtonTime    = 75
    EmulateTwoFingerMinZ    = 280
    EmulateTwoFingerMinW    = 7
    VertScrollDelta         = 100
    HorizScrollDelta        = 100
    VertEdgeScroll          = 1
    HorizEdgeScroll         = 0
    CornerCoasting          = 0
    VertTwoFingerScroll     = 0
    HorizTwoFingerScroll    = 0
    MinSpeed                = 0.4
    MaxSpeed                = 0.7
    AccelFactor             = 0.00995223
    TrackstickSpeed         = 40
    EdgeMotionMinZ          = 29
    EdgeMotionMaxZ          = 159
    EdgeMotionMinSpeed      = 1
    EdgeMotionMaxSpeed      = 401
    EdgeMotionUseAlways     = 0
    UpDownScrolling         = 1
    LeftRightScrolling      = 1
    UpDownScrollRepeat      = 1
    LeftRightScrollRepeat   = 1
    ScrollButtonRepeat      = 100
    TouchpadOff             = 0
    GuestMouseOff           = 0
    LockedDrags             = 0
    LockedDragTimeout       = 5000
    RTCornerButton          = 0
    RBCornerButton          = 0
    LTCornerButton          = 0
    LBCornerButton          = 0
    TapButton1              = 0
    TapButton2              = 0
    TapButton3              = 0
    ClickFinger1            = 1
    ClickFinger2            = 1
    ClickFinger3            = 1
    CircularScrolling       = 0
    CircScrollDelta         = 0.1
    CircScrollTrigger       = 0
    CircularPad             = 0
    PalmDetect              = 0
    PalmMinWidth            = 10
    PalmMinZ                = 199
    CoastingSpeed           = 0
    PressureMotionMinZ      = 29
    PressureMotionMaxZ      = 159
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice         = 1
    TapAndDragGesture       = 1
    AreaLeftEdge            = 0
    AreaRightEdge           = 0
    AreaTopEdge             = 0
    AreaBottomEdge          = 0
如果这样的话, TapButton1 =1是左键
RBCornerButton = 2是右键,对不?我网上找很多文章,有说2是右键也有说3的,先弄上试试

Re: synaptics触摸板不能轻触单击

发表于 : 2012-01-06 23:28
nmsfan
2是中键吧

Re: synaptics触摸板不能轻触单击

发表于 : 2012-01-06 23:41
onlylove
2是中键,刚试过了,不过,那个右下角好像找不太准,经常没反应……右键感觉不是很常用,不设也没什么,继续提问,这个设置要写在哪里才能保存啊?

Re: synaptics触摸板不能轻触单击

发表于 : 2012-01-07 16:18
自由建客

代码: 全选

vi /etc/X11/xorg.conf #{
# Touchpad Synaptics
Section "InputClass"
   Identifier   "touchpad catchall"
   Driver      "synaptics"
   MatchIsTouchpad   "on"
   Option      "VertEdgeScroll" "TRUE"
   Option      "HorizEdgeScroll" "TRUE"
   Option      "TapButton1" "1"
EndSection
#}

Re: synaptics触摸板不能轻触单击

发表于 : 2012-01-07 16:51
牵牛星
似乎默认关闭的,可以在系统设置里面找一下开启

Re: synaptics触摸板不能轻触单击

发表于 : 2012-01-07 22:29
onlylove
我做加法装的系统,而且好像Xfce4没那个设置,今天搜了下,是在/usr/share/X11/xorg.conf.d/50-synaptics.conf这个文件里修改设置,填上Option "TapButton1" "1" Option "RBCornerButton" "3"经过半小时折腾,对右键多少有点感觉了……手指有点累

Re: 【已解决】synaptics触摸板不能轻触单击

发表于 : 2012-01-07 22:55
牵牛星
以为你是用gnome或者kde :em06