bryanbraun / music-box-fun

A web app for making music box songs.
https://musicbox.fun
Other
51 stars 4 forks source link

Ability to undo (CTRL+Z) and redo (CTRL+SHIFT+Z) #24

Closed kaelyavel closed 3 years ago

kaelyavel commented 3 years ago

I put random notes all over a music sheet I worked on but unfortunately couldn't undo anything.

bryanbraun commented 3 years ago

Great idea! Currently, the back button should undo a song change and the forward button should redo it.

I'll bet there's a way to map CTRL+Z to "Back" and CTRL+SHIFT+Z to "Forward" which should resolve this issue.

bryanbraun commented 3 years ago

FYI, I just added this feature in c7f5c1c, and deployed it. Feel free to test it out on the live site. 😄