Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #IfWinActive, Sid Meier's Civilization V (DX11)
  2. z::
  3. {
  4. mousegetpos, start_x, start_y
  5. mouseclick, left, 1750, 860, 1, 0
  6. mousemove, %start_x%, %start_y%, 0
  7. }
  8.  
  9. #!/bin/bash
  10.  
  11. xdotool mousemove 2500 1140 click 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement