Skip to content

Instantly share code, notes, and snippets.

@andresfelipemendez
Created May 8, 2018 19:40
Show Gist options
  • Save andresfelipemendez/5ebe6cece77b01c95056809263a030d2 to your computer and use it in GitHub Desktop.
Save andresfelipemendez/5ebe6cece77b01c95056809263a030d2 to your computer and use it in GitHub Desktop.
shortcut for missing media keys
;^ ctrl
;! alt
;+ shift
^!r::Reload
^F1::Send, {Media_Play_Pause}
^F2::Send, {Media_Prev}
^F3::Send, {Media_Next}
^F5::Send, {Volume_Up}
^F4::Send, {Volume_Down}
return
#a::
toggle:=!toggle ; This toggles the variable between true/false
if toggle
{
Run %ComSpec% /c ""C:\EndPointController.exe" "4"
}
else
{
Run %ComSpec% /c ""C:\EndPointController.exe" "3"
}
Return
;EndPointController.exe 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment