mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-05 09:34:56 +03:00
fixed #2111
This commit is contained in:
parent
58c7c23bd8
commit
092820173f
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user