Currently, pressing Ctrl-S when you are writing an email brings up the »Save Document as« dialog which is not really helpful.
Instead, it should force trigger a draft save if you are in any of the compose or reply fields. (Maybe we should even catch it in all cases, so that the dialog never pops up.)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
@jancborchardt I'd like to work on this.
@AasthaGupta awesome! Let me know if you need any help
@jancborchardt I'd like to work on this.
Hey, @AasthaGupta! Are you still interested in working on this?
function handleShortcuts() in EnvelopeList.vue shows how to do that
This seems easy, but more importantly is it still relevant? Since PR #1236 the draft seems to be saved on every key press
Yes but still it would be nice to catch it. Otherwise you get the default save page dialog.
Most helpful comment
function
handleShortcuts()inEnvelopeList.vueshows how to do that