benrbray / prosemirror-math

Schema and plugins for "first-class" math support in ProseMirror!
https://benrbray.com/prosemirror-math/
MIT License
249 stars 35 forks source link

Control+backspace is a text-editing shortcut on Windows to delete words; it should not delete the entire math block in the default config #21

Open CurtisFenner opened 3 years ago

CurtisFenner commented 3 years ago

On Windows, Control+Backspace is a standard key combination that deletes the preceding word. At least on Windows, the behavior of deleting the entire math block is surprising.

(Mac uses different shortcuts; Option+Backspace deletes words and Command+Backspace deletes lines)

Alt+Backspace apparently means "undo" on Windows (TIL)