Advertisement
Guest User

AHK Media Keys F1-F3

a guest
May 3rd, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;allows F1 to F3 to act as media keys
  2. F1::
  3. Send, {Media_Prev}
  4. return
  5. F2::
  6. Send, {Media_Play_Pause}
  7. return
  8. F3::
  9. Send, {Media_Next}
  10. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement