Replace "Ctrl+P" shortcut with proper @media print CSS

This commit is contained in:
the-djmaze 2022-10-07 21:08:43 +02:00
parent 1f600dff0d
commit 81a5466f50
40 changed files with 36 additions and 44 deletions

View file

@ -408,12 +408,6 @@ export class MailMessageView extends AbstractViewRight {
return false;
});
// print
addShortcut('p,printscreen', 'meta', [Scope.MessageView, Scope.MessageList], () => {
currentMessage()?.printMessage();
return false;
});
// delete
addShortcut('delete', '', Scope.MessageView, () => {
this.deleteCommand();