Advertisement
tabnation

contralsend, focus, click

Oct 21st, 2022
887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. f1::
  2. controlclick, Button3, ahk_class Microsoft-Windows-SnipperToolbar
  3. Return
  4.  
  5. f2::
  6. controlclick, Button2, ahk_class #32770
  7. Return
  8.  
  9. f3::
  10. ;clipboard = tabnation
  11. send ^f
  12. sleep 3000
  13. ControlFocus, Edit1, Find
  14. sleep 3000
  15. ControlSend, Edit1, tabnation, Find
  16. ;send ^v
  17. sleep 3000
  18. controlclick, Button7, ahk_class #32770,,,click
  19. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement