Guest User

Untitled

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5. ^#Left::Send {Media_Prev}
  6. ^#Down::Send {Media_Play_Pause}
  7. ^#Right::Send {Media_Next}
  8. ^#Up::Send {Media_Stop}
  9. ^#!Left::Send {Volume_Down}
  10. ^#!Down::Send {Volume_Mute}
  11. ^#!Right::Send {Volume_Up}
Add Comment
Please, Sign In to add comment