Skip to content

Commit 2d14b26

Browse files
committed
Fixed a mischange.
It seems that I changed the title "Ctrl+A" for `Ctrl+A` key to "Ctrl+T" during the implementation of d5badd1 by mistake. Glad that I inspected the diff before releasing :)
1 parent 42955fd commit 2d14b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/screen_console_keys.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ export const consoleScreenKeys = [
529529
},
530530
],
531531
[
532-
"Ctrl+T",
532+
"Ctrl+A",
533533
{
534534
altKey: false,
535535
charCode: 0,

0 commit comments

Comments
 (0)