1j01 / jspaint

🎨 Classic MS Paint, REVIVED + ✨Extras
https://jspaint.app/about
MIT License
7.25k stars 568 forks source link

Support backspace as alternative to 'Del' #195

Closed intrvertmichael closed 2 years ago

intrvertmichael commented 4 years ago

I added the delete button to the key listener so the image is cleared when the backspace button is pressed.

1j01 commented 2 years ago

Delete clears the selection, but not the whole image. So this is not an "alternative to 'Del'" if it's clearing the whole image.