Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Firefox save image under cursor.
- #IfWinActive ahk_class MozillaWindowClass
- !PgDn::
- MouseClick, right
- SendInput {v}
- WinWait, Save Image, , 5
- if ErrorLevel
- {
- return
- }
- else
- SendInput {Enter}
- return
- #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement