Fix the Control+Q key combination for Console Screen Toolbar. See #52

This commit is contained in:
NI
2021-07-08 22:32:06 +08:00
parent f623db3a8a
commit 52b33cc793

View File

@@ -630,7 +630,7 @@ export const consoleScreenKeys = [
altKey: false,
charCode: 0,
code: "KeyQ",
ctrlKey: false,
ctrlKey: true,
key: "q",
keyCode: 81,
location: 0,