Created
July 27, 2019 05:02
-
-
Save debxp/9e050eb30c1cf00e4a316d8d42d60818 to your computer and use it in GitHub Desktop.
Emula o clique no plugin do verve com o xdotool
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
ml=$(xdotool getmouselocation | cut -d' ' -f1-2 | sed -e 's/.://g') | |
xdotool mousemove 100 1030 | |
xdotool click 1 | |
xdotool mousemove $ml | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment