Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Copy the contents between the dashes and save as a .ahk file
- ----------------------
- #NoTrayIcon
- +^!Left::Send {Media_Prev}
- ^!Down::Send {Media_Play_Pause}
- +^!Right::Send {Media_Next}
- ^!Left::Send {Volume_Down}
- +^!Down::Send {Volume_Mute}
- ^!Right::Send {Volume_Up}
- ----------------------
- http://superuser.com/questions/278951/my-keyboard-has-no-media-keys-can-i-control-media-without-them
- Posted by przemoc, modified for pastebin by Keegan Jacobson (keeganjacobson)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement