Advertisement
Guest User

Untitled

a guest
Jul 7th, 2019
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. !q::
  3. clipboard := ""
  4. Send, ^c
  5. ClipWait, 2
  6. text:= clipboard
  7. clipboard := ""
  8. IfWinActive ahk_exe firefox.exe
  9. click, 779 60
  10. sleep 200
  11. send ^c
  12. ClipWait, 2
  13. IfWinNotExist, Add
  14. {
  15. WinActivate User 1 - Anki
  16. send a
  17. sleep 3000
  18. return
  19.  
  20. }
  21. WinActivate, Add
  22. sleep 200
  23. click, 528 200
  24. sleep 300
  25. send ^v
  26. sleep 100
  27. clipboard:= text
  28. click, 724 139
  29. sleep 100
  30. send ^v
  31. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement