diff options
| author | martin <martin@NetBSD.org> | 2020-10-08 16:47:12 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2020-10-08 16:47:12 +0000 |
| commit | f6cc58c0265f9a2d70f26487ccdd4983ce19e500 (patch) | |
| tree | ef9b837483f4afd8fe854d76c472354517119939 /share | |
| parent | e55f43cdd6386be59480439715a9b24a0772bcdb (diff) | |
Pull up following revision(s) (requested by nia in ticket #1100):
sys/dev/pckbport/synaptics.c: revision 1.69
sys/dev/pckbport/synaptics.c: revision 1.70
share/man/man4/pms.4: revision 1.38
erect a signpost for weary travellers
synaptics: Emulate scrolling when the middle button is held with TrackPoints
idea stolen from various other operating systems.
this configurable with a sysctl in case somebody wants to hold the middle
button, e.g. with old window managers that close menus when a button is
released.
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/pms.4 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/pms.4 b/share/man/man4/pms.4 index 24924e47e5c..948761df37b 100644 --- a/share/man/man4/pms.4 +++ b/share/man/man4/pms.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: pms.4,v 1.32.2.1 2020/03/30 18:45:16 martin Exp $ +.\" $NetBSD: pms.4,v 1.32.2.2 2020/10/08 16:47:12 martin Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> .\" -.Dd March 30, 2020 +.Dd October 1, 2020 .Dt PMS 4 .Os .Sh NAME @@ -215,6 +215,10 @@ If this variable is set too high then mouse movements will be interpreted as Z-axis events after the two finger scoll has finished. If the variable is set too low then there will be mouse movements observed during the two finger scroll. +.It Dv hw.synaptics.aux_mid_button_scroll +This causes Y-axis movement on the "passthrough device" (e.g. the TrackPoint +on ThinkPads) to result in scrolling events instead of Y-axis movement when +the middle button is held. .El .Pp The following |
