mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-16 13:58:13 +00:00
Update web-console-full-window.component.ts
This commit is contained in:
@ -91,7 +91,7 @@ export class WebConsoleFullWindowComponent implements OnInit {
|
|||||||
|
|
||||||
this.term.attachCustomKeyEventHandler((key: KeyboardEvent) => {
|
this.term.attachCustomKeyEventHandler((key: KeyboardEvent) => {
|
||||||
if (key.code === 'KeyC' || key.code === 'KeyV') {
|
if (key.code === 'KeyC' || key.code === 'KeyV') {
|
||||||
if (key.ctrlKey) {
|
if (key.ctrlKey && key.shiftKey) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user