diff --git a/README.md b/README.md index f7ff5f1..73da5c0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,12 @@ 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 click A mouse click can be activated using the following markup: `` diff --git a/docs/images/mouse.gif b/docs/images/mouse.gif new file mode 100644 index 0000000..53f8856 Binary files /dev/null and b/docs/images/mouse.gif differ