Skip to content

Commit

Permalink
Fixed a mischange.
Browse files Browse the repository at this point in the history
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 :)
  • Loading branch information
nirui committed Aug 12, 2022
1 parent 42955fd commit 2d14b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/widgets/screen_console_keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ export const consoleScreenKeys = [
},
],
[
"Ctrl+T",
"Ctrl+A",
{
altKey: false,
charCode: 0,
Expand Down

0 comments on commit 2d14b26

Please sign in to comment.