Created
August 30, 2017 05:56
-
-
Save blackhalt/f6079bff240d6727d7a0fb1de16785c1 to your computer and use it in GitHub Desktop.
Zīmēt no komandrindas ;)
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
sleep 1 | |
xdotool search "Untitled" windowactivate --sync mousemove --window %1 804 230 #te jārēķina sava ekrāna izšķirtspējas izmēri.Peles sākumpunkts | |
sleep 0.5 | |
xdotool mousedown 1 | |
sleep 0.5 | |
xdotool mousemove_relative --sync 500 500 | |
sleep 0.5 | |
xdotool mouseup 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment