sh 用于为Thinkpad T440p / Thinkpad L440设置synaptics配置的脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 用于为Thinkpad T440p / Thinkpad L440设置synaptics配置的脚本相关的知识,希望对你有一定的参考价值。

#!/bin/sh

# this script sets some parameters to get a useable configuration
# these changes are not persistent, you may want to include this in your autostart

# 1 finger = left click, 2 finger = right click, 3 finger = middle click 
synclient TapButton2=3
synclient TapButton3=2
synclient ClickFinger2=3
synclient ClickFinger3=2

# enable horizontal two-finger scrolling (vertical is enabled by default)
synclient HorizTwoFingerScroll=1

# disable the top edge of the touchpad to prevent jittering when using the trackpoint
synclient AreaTopEdge=2500

# configure trackpoint buttons
synclient RightButtonAreaLeft=3700
synclient RightButtonAreaRight=0
synclient RightButtonAreaTop=0
synclient RightButtonAreaBottom=2300
synclient MiddleButtonAreaLeft=2900
synclient MiddleButtonAreaRight=3500
synclient MiddleButtonAreaTop=0
synclient MiddleButtonAreaBottom=2300

以上是关于sh 用于为Thinkpad T440p / Thinkpad L440设置synaptics配置的脚本的主要内容,如果未能解决你的问题,请参考以下文章