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:
@@ -529,7 +529,7 @@ export const consoleScreenKeys = [
|
||||
},
|
||||
],
|
||||
[
|
||||
"Ctrl+T",
|
||||
"Ctrl+A",
|
||||
{
|
||||
altKey: false,
|
||||
charCode: 0,
|
||||
|
||||
Reference in New Issue
Block a user