From 52b33cc793d4e9365c0b7016c82ba311da7f2b10 Mon Sep 17 00:00:00 2001 From: NI Date: Thu, 8 Jul 2021 22:32:06 +0800 Subject: [PATCH] Fix the Control+Q key combination for Console Screen Toolbar. See #52 --- ui/widgets/screen_console_keys.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/widgets/screen_console_keys.js b/ui/widgets/screen_console_keys.js index 36e4060..12c77ab 100644 --- a/ui/widgets/screen_console_keys.js +++ b/ui/widgets/screen_console_keys.js @@ -630,7 +630,7 @@ export const consoleScreenKeys = [ altKey: false, charCode: 0, code: "KeyQ", - ctrlKey: false, + ctrlKey: true, key: "q", keyCode: 81, location: 0,