Add Ctrl + S as a shortcut key to save the current note.
GuoJiaxing1997 opened this issue · 2 comments
GuoJiaxing1997 commented
Add Ctrl + S as a shortcut key to save the current note.
Now Ctrl + S is to save .html.
dullage commented
I'd love to do this, but unfortunately it's used by the editor component for strike-through. The only way I can override it is to disable all keyboard shortcuts in the editor (things like CTRL-B for bold) and then manually re-implement them. So for now, we'll have to make do with CTRL-Enter to save (available in the latest version).
GuoJiaxing1997 commented
got it, thanks!