Advertisement
keeganjacobson

Superuser-style Software Based Media Keys

Feb 10th, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. Copy the contents between the dashes and save as a .ahk file
  2. ----------------------
  3. #NoTrayIcon
  4. +^!Left::Send {Media_Prev}
  5. ^!Down::Send {Media_Play_Pause}
  6. +^!Right::Send {Media_Next}
  7. ^!Left::Send {Volume_Down}
  8. +^!Down::Send {Volume_Mute}
  9. ^!Right::Send {Volume_Up}
  10. ----------------------
  11.  
  12. http://superuser.com/questions/278951/my-keyboard-has-no-media-keys-can-i-control-media-without-them
  13.  
  14. Posted by przemoc, modified for pastebin by Keegan Jacobson (keeganjacobson)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement