mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
i18n
+ Small fixes
This commit is contained in:
@@ -759,8 +759,8 @@ MailBoxMessageListViewModel.prototype.initShortcuts = function ()
|
||||
});
|
||||
|
||||
// change focused state
|
||||
key('tab, shift+tab', Enums.KeyState.MessageList, function (event, handler) {
|
||||
if (event && handler && 'shift+tab' === handler.shortcut)
|
||||
key('tab, shift+tab, left, right', Enums.KeyState.MessageList, function (event, handler) {
|
||||
if (event && handler && 'shift+tab' === handler.shortcut || 'left' === handler.shortcut)
|
||||
{
|
||||
self.folderList.focused(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user