Skip to content

Instantly share code, notes, and snippets.

@adamharley
Created February 8, 2015 16:29
Show Gist options
  • Save adamharley/fc587d3899e88ef86668 to your computer and use it in GitHub Desktop.
Save adamharley/fc587d3899e88ef86668 to your computer and use it in GitHub Desktop.
Media Remote to VLC
; Power
Browser_Home::Run, VLC\vlc.exe --intf dummy --play-and-exit pronto\power-on.wav pronto\power-off.wav, , hide
; Channel up
PgUp::Run, VLC\vlc.exe --intf dummy --play-and-exit pronto\channel-up.wav, , hide
; Channel down
PgDn::Run, VLC\vlc.exe --intf dummy --play-and-exit pronto\channel-down.wav, , hide
; TV
^+t::Run, VLC\vlc.exe --intf dummy --play-and-exit pronto\source-tv.wav, , hide
; HDMI 1
^m::Run, VLC\vlc.exe --intf dummy --play-and-exit pronto\source-hdmi1.wav, , hide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment