Skip to content

Instantly share code, notes, and snippets.

@Corvimae
Created January 1, 2020 01:34
Show Gist options
  • Save Corvimae/a1d2ad93545dc03cd8be02f5096c47e1 to your computer and use it in GitHub Desktop.
Save Corvimae/a1d2ad93545dc03cd8be02f5096c47e1 to your computer and use it in GitHub Desktop.
Media Keys
#SingleInstance force
SetNumLockState, AlwaysOff
DetectHiddenWindows On
PrintScreen::PostMessage, 0x319,, 0xC0000,, ahk_exe Spotify.exe
ScrollLock::PostMessage, 0x319,, 0xE0000,, ahk_exe Spotify.exe
Pause::PostMessage, 0x319,, 0xB0000,, ahk_exe Spotify.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment