diff --git a/src/app/components/project-map/web-console/web-console.component.ts b/src/app/components/project-map/web-console/web-console.component.ts index 064150e9..c3a6a89a 100644 --- a/src/app/components/project-map/web-console/web-console.component.ts +++ b/src/app/components/project-map/web-console/web-console.component.ts @@ -71,7 +71,7 @@ export class WebConsoleComponent implements OnInit, AfterViewInit { this.term.attachCustomKeyEventHandler((key: KeyboardEvent) => { if (key.code === 'KeyC' || key.code === 'KeyV') { - if (key.ctrlKey) { + if (key.ctrlKey && key.shiftKey) { return false; } } diff --git a/src/index.html b/src/index.html index 0332bc23..4ae7015b 100644 --- a/src/index.html +++ b/src/index.html @@ -35,7 +35,7 @@ -
+