KeyTunes is a lightweight, ultra-fast background application that adds custom, passive global hotkeys and a sleek mini player to Spotify on Windows.
Unlike other Spotify controllers, KeyTunes does not rely on slow web scrapers, simulated keypresses, or the Premium Spotify Web API. Instead, it hooks directly into the native Windows Media Control APIs and the Windows Audio COM Session to deliver instant, zero-lag volume and playback controls.
- Passive Global Hotkeys: Control Spotify from anywhere, even while gaming. The app listens passively without blocking other inputs.
- Zero-Lag Volume Control: Uses the native Windows Audio
IAudioSessionControlAPI for instantaneous 2% volume adjustments that you can hold down without freezing your system. - Sleek Mini Player: A floating, drag-and-drop mini player that stays out of your way.
- High-Res Album Art: Bypasses low-quality Windows thumbnails and automatically fetches gorgeous 600x600 album art from the public iTunes database.
- Go to the Releases page.
- Download the latest
KeyTunes Setup.exe. - Double-click the installer to launch the Setup Wizard.
- The wizard will let you choose your installation folder and give you the option to create a Desktop Shortcut.
Note: KeyTunes is properly registered with Windows, meaning you can easily uninstall it at any time from your Control Panel's "Add or Remove Programs" menu.
Once installed, KeyTunes will sit quietly in your system tray. You can right-click the tray icon to access:
- Hotkeys: Rebind your playback and volume hotkeys.
- Mini Player: Open the floating player to see what's currently playing.
- Quit: Completely exit the application.
CTRL+SHIFT+UP: Volume UpCTRL+SHIFT+DOWN: Volume DownCTRL+SHIFT+LEFT: Previous TrackCTRL+SHIFT+RIGHT: Next TrackCTRL+SHIFT+SPACE: Play/Pause
If you want to modify the source code and run KeyTunes locally via Node.js:
git clone https://github.com/FaranRaja/KeyTunes.git
cd KeyTunes
npm install
npm startnpm run distThis will compile the .exe installer in the dist folder.
MIT License