Skip to content

Instantly share code, notes, and snippets.

@rhalldearn
Created February 15, 2017 16:10
Show Gist options
  • Save rhalldearn/8abc202bf1b55104f258c35e19d2a0af to your computer and use it in GitHub Desktop.
Save rhalldearn/8abc202bf1b55104f258c35e19d2a0af to your computer and use it in GitHub Desktop.
Windows 10 media keys for Spotify on Lenovo P50
# Good for Lenovo P50 as it has numberpad
# install auto hot key e.g.
# choco install autohotkey
# Create shortcut key file 'mediakeys.ahk':
^!NumpadLeft::Send {Media_Prev}
^!NumpadDown::Send {Media_Play_Pause}
^!NumpadRight::Send {Media_Next}
^!.::
MsgBox, 0, , Media Keys Are On.
return
# Convert to exe with Auto Hot Key Coverter and save exe here:
# C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\mediakeys.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment