From 9c9e6cbe0b4c7ca313116eb4b7966824c681ed17 Mon Sep 17 00:00:00 2001 From: Soc Sieng Date: Tue, 31 Aug 2021 17:26:46 -0700 Subject: [PATCH] docs: add sample command for mouse path command --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2161988..2ef7a96 100644 --- a/README.md +++ b/README.md @@ -114,11 +114,8 @@ Example usage: - ``: Move mouse cursor from 400, 400 position to 0, 0 over 2 seconds. - ``: Move mouse cursor to 400, 400 instantly. -```sh -sendkeys -c "" -``` - -![mouse move example](https://github.com/socsieng/sendkeys/raw/main/docs/images/mouse.gif) +![mouse move example](https://github.com/socsieng/sendkeys/raw/main/docs/images/mouse.gif)
_Sample command: +`sendkeys -c ""`_ #### Mouse click @@ -222,7 +219,8 @@ Example usage: - ``: Moves the mouse from its current position along a cubic bezier path with control points `0,40` and `200,40` to the final position of `200,1`. -![mouse path example](https://github.com/socsieng/sendkeys/raw/main/docs/images/mouse-path.gif) +![mouse path example](https://github.com/socsieng/sendkeys/raw/main/docs/images/mouse-path.gif)
_Sample command: +`sendkeys -c ""`_ #### Mouse down and up