|
@@ -6,8 +6,8 @@ Section "InputClass"
|
|
|
Option "AxisXInvert" "false" # default
|
|
Option "AxisXInvert" "false" # default
|
|
|
Option "AxisYInvert" "false" # default
|
|
Option "AxisYInvert" "false" # default
|
|
|
Option "Sensitivity" "0.55"
|
|
Option "Sensitivity" "0.55"
|
|
|
- Option "FingerLow" "2" # default
|
|
|
|
|
- Option "FingerHigh" "8" # default
|
|
|
|
|
|
|
+ Option "FingerLow" "1"
|
|
|
|
|
+ Option "FingerHigh" "12"
|
|
|
Option "IgnoreThumb" "true" # default
|
|
Option "IgnoreThumb" "true" # default
|
|
|
Option "IgnorePalm" "true"
|
|
Option "IgnorePalm" "true"
|
|
|
Option "DisableOnPalm" "false" # default
|
|
Option "DisableOnPalm" "false" # default
|
|
@@ -15,34 +15,36 @@ Section "InputClass"
|
|
|
Option "ThumbRatio" "70" # default
|
|
Option "ThumbRatio" "70" # default
|
|
|
Option "ThumbSize" "25" # default
|
|
Option "ThumbSize" "25" # default
|
|
|
Option "PalmSize" "40" # default
|
|
Option "PalmSize" "40" # default
|
|
|
- Option "BottomEdge" "0" # default
|
|
|
|
|
|
|
+ Option "BottomEdge" "25" # default=0
|
|
|
Option "ButtonEnable" "true" # default
|
|
Option "ButtonEnable" "true" # default
|
|
|
Option "ButtonIntegrated" "true" # default
|
|
Option "ButtonIntegrated" "true" # default
|
|
|
Option "ButtonMoveEmuate" "true" # default
|
|
Option "ButtonMoveEmuate" "true" # default
|
|
|
Option "ButtonZonesEnable" "false" # default
|
|
Option "ButtonZonesEnable" "false" # default
|
|
|
Option "ButtonTouchExpire" "100" # default
|
|
Option "ButtonTouchExpire" "100" # default
|
|
|
- Option "ClickFinger1" "3" # default
|
|
|
|
|
- Option "ClickFinger2" "2" # default
|
|
|
|
|
- Option "ClickFinger3" "0" # default
|
|
|
|
|
- Option "TapButton1" "1" # default
|
|
|
|
|
- Option "TapButton2" "3" # default
|
|
|
|
|
- Option "TapButton3" "2" # default
|
|
|
|
|
|
|
+ Option "ClickFinger1" "1" # default=3
|
|
|
|
|
+ Option "ClickFinger2" "3" # default=2
|
|
|
|
|
+ Option "ClickFinger3" "3" # default=0
|
|
|
|
|
+ Option "TapButton1" "0" # default=1
|
|
|
|
|
+ Option "TapButton2" "0" # default=3
|
|
|
|
|
+ Option "TapButton3" "0" # default=2
|
|
|
Option "TapButton4" "0" # default
|
|
Option "TapButton4" "0" # default
|
|
|
- Option "ClickTime" "50" # default
|
|
|
|
|
|
|
+ Option "ClickTime" "25" # default=50
|
|
|
Option "MaxTapTime" "120" # default
|
|
Option "MaxTapTime" "120" # default
|
|
|
Option "MaxTapMove" "400" # default
|
|
Option "MaxTapMove" "400" # default
|
|
|
Option "GestureClickTime" "10" # default
|
|
Option "GestureClickTime" "10" # default
|
|
|
Option "GestureWaitTime" "100" # default
|
|
Option "GestureWaitTime" "100" # default
|
|
|
- Option "ScrollDistance" "150" # default
|
|
|
|
|
|
|
+ Option "ScrollDistance" "75" # default=150
|
|
|
Option "ScrollUpButton" "5"
|
|
Option "ScrollUpButton" "5"
|
|
|
Option "ScrollDownButton" "4"
|
|
Option "ScrollDownButton" "4"
|
|
|
Option "ScrollLeftButton" "7"
|
|
Option "ScrollLeftButton" "7"
|
|
|
Option "ScrollRightButton" "6"
|
|
Option "ScrollRightButton" "6"
|
|
|
- Option "SwipeDistance" "700" # default
|
|
|
|
|
- Option "SwipeUpButton" "8" # default
|
|
|
|
|
- Option "SwipeDownButton" "9" # default
|
|
|
|
|
- Option "SwipeLeftButton" "10" # default
|
|
|
|
|
- Option "SwipeRightButton" "11" # default
|
|
|
|
|
|
|
+ Option "SwipeDistance" "1" # default=700
|
|
|
|
|
+ Option "SwipeUpButton" "1" # default=8
|
|
|
|
|
+ Option "SwipeDownButton" "1" # default=9
|
|
|
|
|
+ Option "SwipeLeftButton" "1" # default=10
|
|
|
|
|
+ Option "SwipeRightButton" "1" # default=11
|
|
|
|
|
+ Option "SwipeClickTime" "0"
|
|
|
|
|
+ Option "SwipeSensitivity" "1000"
|
|
|
Option "Swipe4Distance" "700" # default
|
|
Option "Swipe4Distance" "700" # default
|
|
|
Option "Swipe4UpButton" "8" # default
|
|
Option "Swipe4UpButton" "8" # default
|
|
|
Option "Swipe4DownButton" "9" # default
|
|
Option "Swipe4DownButton" "9" # default
|
|
@@ -58,4 +60,5 @@ Section "InputClass"
|
|
|
Option "TapDragTime" "350" # default
|
|
Option "TapDragTime" "350" # default
|
|
|
Option "TapDragWait" "40" # default
|
|
Option "TapDragWait" "40" # default
|
|
|
Option "TapDragDist" "200" # default
|
|
Option "TapDragDist" "200" # default
|
|
|
|
|
+ Option "ButtonMoveEmulate" "false"
|
|
|
EndSection
|
|
EndSection
|