#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. #InstallKeybdHook SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. ; win+f4 #F4::MEDIA_NEXT ; win+f5 #F5::MEDIA_PLAY_PAUSE ; win+f6 #F6::VOLUME_MUTE ; win+f7 #F7::VOLUME_DOWN ; win+f8 #F8::VOLUME_UP ; win+f9 #F9::Run, calc ; win+f10 #F10::Run, %appdata%\Spotify\Spotify.exe