提交 0f5d3dd7 编写于 作者: I isidor

FileResultsNavigation: open to the side with alt key as default

上级 d450711f
......@@ -60,7 +60,7 @@ export default class FileResultsNavigation extends Disposable {
originalEvent.preventDefault(); // focus moves to editor, we need to prevent default
}
const sideBySide = (originalEvent && (originalEvent.ctrlKey || originalEvent.metaKey));
const sideBySide = (originalEvent && (originalEvent.ctrlKey || originalEvent.metaKey || originalEvent.altKey));
const preserveFocus = !((keyboard && (!payload || !payload.preserveFocus)) || pinned || (payload && payload.focusEditor));
this._openFile.fire({
editorOptions: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册