Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- !q::
- clipboard := ""
- Send, ^c
- ClipWait, 2
- text:= clipboard
- clipboard := ""
- IfWinActive ahk_exe firefox.exe
- click, 779 60
- sleep 200
- send ^c
- ClipWait, 2
- IfWinNotExist, Add
- {
- WinActivate User 1 - Anki
- send a
- sleep 3000
- return
- }
- WinActivate, Add
- sleep 200
- click, 528 200
- sleep 300
- send ^v
- sleep 100
- clipboard:= text
- click, 724 139
- sleep 100
- send ^v
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement