BC: keyboard shortcuts

for Bandcamp and its embeded player: seek, autoseek when changing track, play/pause, go to prev/next release, volume control, pitch control. Designed for those digging through lots of tunes.

< 腳本BC: keyboard shortcuts的回應

評論:正評 - 腳本一切正常

§
發表於:2023-08-30

I needed to customize my shortcut mapping It would be nice to see a link to all the allowed key codes and to be able to use e.g. Shift+key to do some things. And to know how to disable a key binding entirely.

However, the script works and I can find out how to do those things myself. Thanks!

userscript1作者
§
發表於:2023-10-29
編輯:2023-10-29

The link you're looking for is in the code: https://developer.mozilla.org/en-US/docs/Web/API/UI_Events/Keyboard_event_code_values

To disable a keybinging set it to '' , example:
const volDown = '';

I've not had reason to look at modifier keys (shift, etc.) but maybe one day.

Thanks for the comment, glad the script is useful!

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址