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