This commit is contained in:
the-djmaze 2024-08-06 12:02:23 +02:00
parent 4e8f12a392
commit d2f3aa1c10
2 changed files with 6 additions and 0 deletions

View file

@ -466,6 +466,11 @@ export class MailMessageView extends AbstractViewRight {
}
});
addShortcut('b', 'shift', [ScopeMessageList, ScopeMessageView], () => {
currentMessage()?.swapColors?.();
return false;
});
addShortcut('arrowup,arrowleft', 'meta', [ScopeMessageList, ScopeMessageView], () => {
this.goUpCommand();
return false;