From 13dd2539848573d00e4562c0914104f8f039e56c Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 17 May 2022 19:22:11 -0700 Subject: [PATCH] record a known issue Discovered while showing this to Dan Oblinger. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f4c4191 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Known issues: +* Touchpads can drag the mouse pointer using a light touch or a heavy click. + On Linux, drags using the light touch get interrupted when a key is pressed. + You'll have to press down to drag.