Skip to main content

Hotkeys

Webamp attempts to emulate the hotkeys of the original Winamp. This means that you can control playback and other features of Webamp using your keyboard.

Enable hotkeys

If you want to display the hotkeys in the Webamp UI, you can pass the enableHotkeys option when initializing Webamp:

import Webamp from "webamp";

const webamp = new Webamp({
enableHotkeys: true,
});

webamp.renderWhenReady(document.getElementById("winamp-container"));

Hotkeys

Key ComboAction
XPlay
CPause
VStop
BNext Track
ZPrevious Track
RToggle Repeat
SToggle Shuffle
LOpen File Dialog
← (Left)Seek Backward (5s)
→ (Right)Seek Forward (5s)
↑ (Up)Volume Up
↓ (Down)Volume Down
Ctrl+DToggle Double Size Mode
Ctrl+RReverse Playlist
Ctrl+TToggle Time Mode
Alt+WToggle Main Window
Alt+EToggle Playlist Window
Alt+GToggle Equalizer Window
Numpad 0Open File Dialog
Numpad 1Skip Backward 10 Tracks
Numpad 2Volume Down
Numpad 3Skip Forward 10 Tracks
Numpad 4Previous Track
Numpad 5Play
Numpad 6Next Track
Numpad 7Seek Backward (5s)
Numpad 8Volume Up
Numpad 9Seek Forward (5s)

Milkdrop Hotkeys

When Milkdrop visualization is focused, the following additional hotkeys are available:

KeyAction
SpaceNext Preset (fade)
BackspacePrevious Preset (immediate)
HNext Preset (immediate)
RToggle Randomize
LToggle Preset Overlay
TShow Track Title Message
Scroll Lock / F14Toggle Preset Cycling

Easter Egg

Webamp emulates the original Winamp's Easter egg. If you type "nullsoft", letter by letter, pressing <esc> after each letter "L" to dismiss the open file dialog, you will toggle Webamp into and out of "Easter Egg Mode". In this mode, a custom skin-defined title bar is shown in the main window.