#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. #F4::MEDIA_NEXT #F5::MEDIA_PLAY_PAUSE #F6::VOLUME_MUTE #F7::VOLUME_DOWN #F8::VOLUME_UP #F9::Run, calc #F10::Run, %appdata%\Spotify\Spotify.exe