mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Release commit
This commit is contained in:
parent
60f7cb3d84
commit
2616b911e1
8 changed files with 7 additions and 9 deletions
|
|
@ -826,11 +826,11 @@
|
|||
});
|
||||
|
||||
key('ctrl+left, command+left', Enums.KeyState.MessageView, function () {
|
||||
return false; // TODO
|
||||
return false;
|
||||
});
|
||||
|
||||
key('ctrl+right, command+right', Enums.KeyState.MessageView, function () {
|
||||
return false; // TODO
|
||||
return false;
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue