Advertisement
tonyrulez

AHK numpad off to media control

Oct 15th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. NumpadLeft::Send {Media_Prev}
  2. NumpadClear::Send {Media_Play_Pause}
  3. NumpadRight::Send {Media_Next}
  4. NumpadUp::Send {Volume_Up}
  5. NumpadDown::Send {Volume_Down}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement