diff options
author | 2021-03-04 17:03:42 +0000 | |
---|---|---|
committer | 2021-03-04 17:03:42 +0000 | |
commit | dfcc266cd0573f7ece2ffd05dea981c66a11774a (patch) | |
tree | fbb27cd7f19487a40d2a59ccc221f387b6eecadf | |
parent | Tweak whitespace and adjust prototypes. (diff) | |
download | wireguard-openbsd-dfcc266cd0573f7ece2ffd05dea981c66a11774a.tar.xz wireguard-openbsd-dfcc266cd0573f7ece2ffd05dea981c66a11774a.zip |
new sentence, new line;
-rw-r--r-- | share/man/man4/wsmouse.4 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/wsmouse.4 b/share/man/man4/wsmouse.4 index 7806ccfff07..9dae08eb1c4 100644 --- a/share/man/man4/wsmouse.4 +++ b/share/man/man4/wsmouse.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsmouse.4,v 1.21 2021/03/03 19:44:37 bru Exp $ +.\" $OpenBSD: wsmouse.4,v 1.22 2021/03/04 17:03:42 jmc Exp $ .\" $NetBSD: wsmouse.4,v 1.3 1999/12/06 14:52:08 augustss Exp $ .\" .\" Copyright (c) 2018 Ulf Brosziewski <bru@openbsd.org> @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: March 3 2021 $ +.Dd $Mdocdate: March 4 2021 $ .Dt WSMOUSE 4 .Os .Sh NAME @@ -88,8 +88,8 @@ is omitted, commands apply to .Bl -tag -width Ds .It Cm mouse.tp.tapping Contacts on the touchpad that are immediately released again can -be mapped to mouse button clicks. This list of three parameters -configures these mappings, in the order: +be mapped to mouse button clicks. +This list of three parameters configures these mappings, in the order: .Bd -literal -offset indent .Sm off .Ar one-finger , two-finger , three-finger @@ -97,12 +97,12 @@ configures these mappings, in the order: .Ed .Pp Setting a parameter to a positive value enables that tap gesture -and maps it to the given mouse button. To disable all three tap -gestures at once, provide the single value of 0. Conversely, a -single non-zero value will enable one-finger, two-finger, and +and maps it to the given mouse button. +To disable all three tap gestures at once, provide the single value of 0. +Conversely, a single non-zero value will enable one-finger, two-finger, and three-finger tap gestures with their default mappings of left -button, right button, and middle button, respectively. If, within -a short time interval, a second touch follows a tap gesture +button, right button, and middle button, respectively. +If, within a short time interval, a second touch follows a tap gesture mapped to a left-button click, the button-up event is not issued until that touch ends .Pq Dq tap-and-drag . |