mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
Document enabling hotkeys
This commit is contained in:
parent
39e8698d11
commit
c175e14a12
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ const winamp = new Winamp({
|
|||
}],
|
||||
initialSkin: {
|
||||
url: "https://d38dnrh1liu4f5.cloudfront.net/projects/winamp2-js/skins/base-2.91.wsz"
|
||||
}
|
||||
},
|
||||
enableHotkeys: true // Enable hotkeys
|
||||
});
|
||||
// Render after the skin has loaded.
|
||||
winamp.renderWhenReady(document.getElementById('winamp2-js'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue