about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-17 19:22:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-17 19:22:11 -0700
commit13dd2539848573d00e4562c0914104f8f039e56c (patch)
tree476199d98f64b709f70839b261cbde2b98d917e9 /README.md
parentcfdd5634995768c33485b02ee0a35c46a4a8e3a6 (diff)
downloadtext.love-13dd2539848573d00e4562c0914104f8f039e56c.tar.gz
record a known issue
Discovered while showing this to Dan Oblinger.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
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.