keithclark / ZzFXM

A super small music generator for use in size-limited JavaScript productions
https://keithclark.github.io/ZzFXM/
MIT License
418 stars 33 forks source link

slash key is a hotkey in firefox #37

Open skeddles opened 2 years ago

skeddles commented 2 years ago

To play the note C2 you hit the /? key on the keyboard, but this is bound to "quick search" in firefox, with no way to disable it without an add on. I assume it just needs a preventDefault somewhere

alternatively you could rearrange the keys so it's not needed, I'd prefer if it used the FL Studio layout, since it puts C for both octaves on the left side of the keyboard (Z and Q), which is a bit more intuitive.