Advertisement
keeganjacobson

Neowin-style Software Based Media Keys

Feb 10th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Copy the contents between the dashes and save as a .ahk file
  2. ----------------------
  3. #NoTrayIcon
  4. F1::Send {Volume_Mute}
  5. F2::Send {Volume_Down}
  6. F3::Send {Volume_Up}
  7. F5::Send {Media_Play_Pause}
  8. F6::Send {Media_Stop}
  9. F7::Send {Media_Prev}
  10. F8::Send {Media_Next}
  11. ----------------------
  12.  
  13. http://www.neowin.net/forum/topic/1110785-autohotkey-script-for-keyboards-lacking-media-keys/
  14.  
  15. Posted by Dennis W, originally by Tracker1, modified for pastebin by Keegan Jacobson (keeganjacobson)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement