Add Control+Q key to the Console screen tool bar

This commit is contained in:
NI
2020-12-27 20:58:24 +08:00
parent 9b9e6b7f62
commit d52f4dc285

View File

@@ -624,6 +624,22 @@ export const consoleScreenKeys = [
which: 68, which: 68,
}, },
], ],
[
"Ctrl+Q",
{
altKey: false,
charCode: 0,
code: "KeyQ",
ctrlKey: false,
key: "q",
keyCode: 81,
location: 0,
metaKey: false,
repeat: false,
shiftKey: false,
which: 81,
},
],
], ],
}, },
]; ];