Advertisement
tabnation

ahk control YouTube

Sep 13th, 2022
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. f1::
  2. SendEvent, {Media_Play_Pause}
  3. Return
  4.  
  5.  
  6. F2::
  7. WinGet, ActiveID, ID, A
  8. WinActivate, ahk_exe chrome.exe
  9. Send, 0
  10. WinActivate, ahk_id %ActiveID%
  11. return
  12.  
  13. ;shift + ?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement