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.

< Rückmeldungen auf BC: keyboard shortcuts

Rezension: Gut - Skript funktioniert

§
Veröffentlicht: 30.08.2023

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!

userscript1Verfasser
§
Veröffentlicht: 29.10.2023
Bearbeitet: 29.10.2023

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!

Antwort schreiben

Anmelden um eine Antwort zu senden.

长期地址
遇到问题?请前往 GitHub 提 Issues。