Last active 1560207858

I don't have media keys on my keyboard

Revision 1b7fa0d454840239a34b5899f71a70b331ff2356

mediakeys.ahk Raw
1#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
2#InstallKeybdHook
3SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
4SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
5
6#F4::MEDIA_NEXT
7
8#F5::MEDIA_PLAY_PAUSE
9
10#F6::VOLUME_MUTE
11
12#F7::VOLUME_DOWN
13
14#F8::VOLUME_UP
15
16#F9::Run, calc
17
18#F10::Run, %appdata%\Spotify\Spotify.exe