hlorenzi / theorytracker

🎼 HTML5/WebAudio multi-track songwriting app with chord analysis support! -- https://hlorenzi.github.io/theorytracker/
114 stars 18 forks source link

Keycodes map to incorrect keys #1

Open Serentty opened 7 years ago

Serentty commented 7 years ago

The backspace key is supposed to delete notes, but on my machine, it's the 8 key, instead. I think this is because it's interpreting the keycodes that are given in the source code as characters, and not as keycodes.

I'm using Google Chrome on Windows 10. Also tested with Firefox. By the way, Firefox uses the backspace key as a back button, so that could cause issues.

hlorenzi commented 7 years ago

I couldn't reproduce these issues on Google Chrome + Windows 10; could you please verify whether they're fixed? (Also, the app's new version is not currently working properly in Firefox anyway)

Serentty commented 7 years ago

Sure, I'll test it out when I get a chance.