Advertisement
flyboy463

AHK ATS Splitter Logic

Jun 3rd, 2021
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $z::
  2. {
  3.     Send {; down}
  4.     Sleep 100
  5.     Send {; up}
  6.     Send {a up}
  7. }
  8. return
  9.  
  10. $x::
  11. {
  12.     Send {' down}
  13.     Sleep 100
  14.     Send {' up}
  15.     Send {a down}
  16.  
  17. }
  18. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement