Editable dataframe delete vs backspace button

streamlit version : 1.23.0
browser: Chrome
Platform: window, macOS

The delete key on MacOS works fine with the editable dataframe. However, on Windows, the backspace key does not trigger deletion of a cell value in the editable dataframe. Only the delete key works. Is this intended?

Steps to reproduce: https://data-editor.streamlit.app/?ref=blog.streamlit.io Try the example apps on Windows and Mac

As a long time windows user, I don’t expect the backspace key to delete a cell value. I don’t know what the expectation of a Mac user would be.