From 7688cc321c18420ac44abdb5d0acaba09af1675b Mon Sep 17 00:00:00 2001 From: John Gebbie Date: Wed, 20 Sep 2023 10:37:02 +0100 Subject: [PATCH] detail mouseto and mousemove usage --- dotool.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotool.go b/dotool.go index 22c206b..c278ebb 100644 --- a/dotool.go +++ b/dotool.go @@ -30,8 +30,8 @@ The supported actions are: buttonup left/middle/right wheel AMOUNT hwheel AMOUNT - mouseto X Y - mousemove X Y + mouseto X Y (where X and Y are percentages between 0.0 and 1.0) + mousemove X Y (where X and Y are amounts to move) keydelay MILLISECONDS keyhold MILLISECONDS typedelay MILLISECONDS