Document enabling hotkeys

This commit is contained in:
Jordan Eldredge 2018-02-26 07:05:03 -08:00
parent 39e8698d11
commit c175e14a12

View file

@ -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'));