Created
April 6, 2018 08:05
-
-
Save atareao/730fc482b72d35386f5dff415b8ce6fd to your computer and use it in GitHub Desktop.
Synaptics taps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ xinput list-props "SynPS/2 Synaptics TouchPad" | grep Capabilities | |
Synaptics Capabillities (309): 1, 0, 1, 0, 0, 1, 1 | |
De izquierda a derecha, esto muestra: | |
(1) el dispositivo tiene un botón izquierdo físico | |
(0) el dispositivo no tiene un botón central físico | |
(1) el dispositivo tiene un botón físico derecho | |
(0) el dispositivo no es compatible con la detección de dos dedos (two-finger) | |
(0) el dispositivo no es compatible con la detección de tres dedos (three-finger) | |
(1) el dispositivo puede configurar la resolución vertical | |
(1) el dispositivo puede configurar la resolución horizontal | |
# pad corners rt rb lt lb tap fingers 1 2 3 (can't simulate more then 2 tap fingers AFAIK) - values: 0=disable 1=left 2=middle 3=right etc. (in FF 8=back 9=forward) | |
xinput --set-prop --type=int --format=8 "SynPS/2 Synaptics TouchPad" "Synaptics Tap Action" 0 0 0 0 1 2 3 | |
Device 'SynPS/2 Synaptics TouchPad': | |
Device Enabled (138): 1 | |
Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 | |
Device Accel Profile (269): 1 | |
Device Accel Constant Deceleration (270): 2.500000 | |
Device Accel Adaptive Deceleration (271): 1.000000 | |
Device Accel Velocity Scaling (272): 12.500000 | |
Synaptics Edges (295): 1781, 5579, 1674, 4952 | |
Synaptics Finger (296): 25, 30, 0 | |
Synaptics Tap Time (297): 180 | |
Synaptics Tap Move (298): 256 | |
Synaptics Tap Durations (299): 180, 180, 100 | |
Synaptics ClickPad (300): 0 | |
Synaptics Middle Button Timeout (301): 75 | |
Synaptics Two-Finger Pressure (302): 282 | |
Synaptics Two-Finger Width (303): 7 | |
Synaptics Scrolling Distance (304): 116, 116 | |
Synaptics Edge Scrolling (305): 1, 0, 0 | |
Synaptics Two-Finger Scrolling (306): 0, 0 | |
Synaptics Move Speed (307): 1.000000, 1.750000, 0.034294, 0.000000 | |
Synaptics Off (308): 1 | |
Synaptics Locked Drags (309): 0 | |
Synaptics Locked Drags Timeout (310): 5000 | |
Synaptics Tap Action (311): 3, 3, 3, 3, 1, 3, 0 | |
Synaptics Click Action (312): 1, 0, 0 | |
Synaptics Circular Scrolling (313): 0 | |
Synaptics Circular Scrolling Distance (314): 0.100000 | |
Synaptics Circular Scrolling Trigger (315): 0 | |
Synaptics Circular Pad (316): 0 | |
Synaptics Palm Detection (317): 0 | |
Synaptics Palm Dimensions (318): 10, 200 | |
Synaptics Coasting Speed (319): 20.000000, 50.000000 | |
Synaptics Pressure Motion (320): 30, 160 | |
Synaptics Pressure Motion Factor (321): 1.000000, 1.000000 | |
Synaptics Resolution Detect (322): 1 | |
Synaptics Grab Event Device (323): 0 | |
Synaptics Gestures (324): 1 | |
Synaptics Capabilities (325): 1, 0, 1, 1, 1, 1, 1 | |
Synaptics Pad Resolution (326): 182, 121 | |
Synaptics Area (327): 0, 0, 0, 0 | |
Synaptics Noise Cancellation (328): 29, 29 | |
Device Product ID (258): 2, 7 | |
Device Node (259): "/dev/input/event8" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment