Skip to content

Instantly share code, notes, and snippets.

@debxp
Created July 27, 2019 05:02
Show Gist options
  • Save debxp/9e050eb30c1cf00e4a316d8d42d60818 to your computer and use it in GitHub Desktop.
Save debxp/9e050eb30c1cf00e4a316d8d42d60818 to your computer and use it in GitHub Desktop.
Emula o clique no plugin do verve com o xdotool
#!/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