Advertisement
iTA360

AutoHotKey Macro Find Word in Text Copy Number and Delete FiLe in folder 2 snapped Windows

Sep 18th, 2023 (edited)
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. f1::
  2. Loop, 100
  3. {
  4. MouseMove, 350, 110
  5. Click
  6. MouseMove, 650, 110
  7. Send {LButton 5}
  8. MouseMove 115, 1071
  9. Send {LButton 2}
  10. Sleep 1000
  11. Send, ^c
  12. MouseMove -321, 62, 0
  13. Click
  14. Send, ^v
  15. MouseMove 68, 111, 0
  16. Click, 64 111 Right
  17. Sleep 1000
  18. Click, 184 581 Left
  19. Sleep 1000
  20. MouseMove 1178, 821
  21. Click
  22. }
  23. return
  24. F2::Reload
  25. f4::
  26. #Persistent
  27. SetTimer, WatchCursor, 100
  28. return
  29. WatchCursor:
  30. MouseGetPos, , , id, control
  31. WinGetTitle, title, ahk_id %id%
  32. WinGetClass, class, ahk_id %id%
  33. ToolTip, ahk_id %id%`nahk_class %class%`n%title%`nControl: %control%
  34. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement