fix +7413 cmd+[ is passed to browser if there is only one tab in the pane

pull/117/merge
nightwing 2015-07-03 14:35:35 +04:00
rodzic d025c0a5be
commit 8710e6e850
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -69,7 +69,7 @@ define(function(require, exports, module) {
name: "cancelBrowserAction",
group: "ignore",
bindKey: {
mac: "Command-S|Cmd-R",
mac: "Cmd-S|Cmd-R|Cmd-[|Cmd-]",
win: "Ctrl-S|Ctrl-R|Alt-Left|Alt-Right",
position: -10000
},