Better palm detection

This commit is contained in:
SolidHal 2018-10-09 18:46:32 +00:00 committed by GitHub
부모 fb9f8d7712
커밋 e063a50fc5
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23

파일 보기

@ -51,7 +51,10 @@ Section "InputClass"
Option "HorizHysteresis" "10" Option "HorizHysteresis" "10"
# Drag Lock # Drag Lock
#Option "LockedDrags" "1" Option "LockedDrags" "0"
# Tap n drag
Option "TapAndDragGesture" "0"
# Tap to click thresholds. # Tap to click thresholds.
Option "FingerLow" "10" Option "FingerLow" "10"
@ -59,8 +62,8 @@ Section "InputClass"
# Prevent accidental clicks # Prevent accidental clicks
Option "PalmDetect" "1" Option "PalmDetect" "1"
Option "PalmMinWidth" "10" Option "PalmMinWidth" "5"
Option "PalmMinZ" "80" Option "PalmMinZ" "55"
# scrolling. # scrolling.
Option "VertTwoFingerScroll" "1" Option "VertTwoFingerScroll" "1"