aqandrew / fret-zone

🎸 React clone of Guitar Pro tab editor (WIP)
https://fret.zone/
48 stars 5 forks source link

prevent default event action when arrow keys are pressed #9

Closed aqandrew closed 4 years ago

aqandrew commented 4 years ago

pressing arrow keys shouldn't scroll the Document; rather, it should select strings (vertically) or durations (horizontally)

https://stackoverflow.com/a/8916697/6432160