Fixed a mischange.

It seems that I changed the title "Ctrl+A" for `Ctrl+A` key to "Ctrl+T" during the implementation of d5badd135b by mistake. Glad that I inspected the diff before releasing :)
This commit is contained in:
Ni Rui
2022-08-12 19:44:17 +08:00
parent 42955fd21d
commit 2d14b266f1

View File

@@ -529,7 +529,7 @@ export const consoleScreenKeys = [
},
],
[
"Ctrl+T",
"Ctrl+A",
{
altKey: false,
charCode: 0,