Guest User

Tab+LButton to 3, LButton, 1 (in Firefox)

a guest
Aug 20th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #IfWinActive ahk_exe firefox.exe
  2. Tab & LButton::
  3.     Send {3}
  4.     Send {LButton}
  5.     Send {1}
  6. #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment