+ Small fixes
This commit is contained in:
RainLoop Team
2014-04-18 02:42:30 +04:00
parent 524743ecbe
commit 3221b0651e
28 changed files with 1096 additions and 91 deletions

View File

@@ -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);
}