diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-05-17 19:22:11 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-05-17 19:22:11 -0700 |
commit | 13dd2539848573d00e4562c0914104f8f039e56c (patch) | |
tree | 476199d98f64b709f70839b261cbde2b98d917e9 | |
parent | cfdd5634995768c33485b02ee0a35c46a4a8e3a6 (diff) | |
download | lines.love-13dd2539848573d00e4562c0914104f8f039e56c.tar.gz |
record a known issue
Discovered while showing this to Dan Oblinger.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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. |