Creates hotkeys for controlling Spotify and other mediaprograms with standard keyboards
- Download .exe
- Run the executable
- Install AutoHotkey
- Paste UDSpotify.ahk and lib folder to the same path
- Run the .ahk-File
All Hotkeys only start if the Cursor is placed on the taskbar. If it is somewhere else on the screen the normal hotkey will be replicated.
| Hotkey | Description |
|---|---|
| Alt + s | Show / Hide Spotify (no Taskbar icon)1 |
| Alt + w | Play / Pause Current Sound2 |
| Alt + e | Next Track2 |
| Alt + q | Previous Track2 |
| Alt + r | Increase Volume3 |
| Alt + f | Decrease Volume3 |
| Alt + v | Mute Sound3 |
| Alt + x | Activate Shuffle4.2 |
| Alt + i | Turn On Transparency on Spotify1 |
| Alt + k | (Almost) Turn Off Transparency on Spotify1 |
| Alt + l | Locks screen and pauses Spotify if music is playing1 |
| Alt + a | Display current song in a message box4.2 |
| Alt + p | Adds current track to a (new) playlist4 |
| Alt + u | Lists first 25 playlists for selection of Alt+p hotkey4 |
| Alt + F1 | Show all controls |
1: Only works if Spotify is installed. Else it will show the OSD but nothing else will happen.
2: Utilizes Windows Media functions. Will also work in other players that register those events (f.e. Chrome)
3: Utilizes Windows System Control. Will take effect on all Windows Applications
4: Utilizes Spotify API. Needs access when starting the script.
4.2: Can utilize Spotify API. But an offline variation is usable after renaming the function in the Hotkey(ProgramxyAPI -> ProgramxyNonAPI)
Uses a slightly modified version of the Spotify.ahk by CloakerSmoker, the AHKhttp library by zhamlin, the AHKsock library by jleb and the Cyrpt library by Deo