提交 09282017 编写于 作者: E Eugene Pankov

fixed #2111

上级 58c7c23b
...@@ -374,7 +374,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit ...@@ -374,7 +374,7 @@ export class BaseTerminalTabComponent extends BaseTabComponent implements OnInit
event.stopPropagation() event.stopPropagation()
return return
} }
if (event.which === 3) { if (event.which === 3 || event.which === 1 && event.ctrlKey) {
if (this.config.store.terminal.rightClick === 'menu') { if (this.config.store.terminal.rightClick === 'menu') {
this.hostApp.popupContextMenu(await this.buildContextMenu()) this.hostApp.popupContextMenu(await this.buildContextMenu())
} else if (this.config.store.terminal.rightClick === 'paste') { } else if (this.config.store.terminal.rightClick === 'paste') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册