Fix the Control+Q key combination for Console Screen Toolbar. See #52
This commit is contained in:
@@ -630,7 +630,7 @@ export const consoleScreenKeys = [
|
|||||||
altKey: false,
|
altKey: false,
|
||||||
charCode: 0,
|
charCode: 0,
|
||||||
code: "KeyQ",
|
code: "KeyQ",
|
||||||
ctrlKey: false,
|
ctrlKey: true,
|
||||||
key: "q",
|
key: "q",
|
||||||
keyCode: 81,
|
keyCode: 81,
|
||||||
location: 0,
|
location: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user