mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 00:36:44 +03:00
Resolve #1690
This commit is contained in:
parent
4e8f12a392
commit
d2f3aa1c10
2 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue