Last active 1560207858

I don't have media keys on my keyboard

Revision dfc6927a7e50c435d2325a1bc37a9b4cd6079ed5

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; win+f4
7#F4::MEDIA_NEXT
8
9; win+f5
10#F5::MEDIA_PLAY_PAUSE
11
12; win+f6
13#F6::VOLUME_MUTE
14
15; win+f7
16#F7::VOLUME_DOWN
17
18; win+f8
19#F8::VOLUME_UP
20
21; win+f9
22#F9::Run, calc
23
24; win+f10
25#F10::Run, %appdata%\Spotify\Spotify.exe