diff --git a/ui/widgets/screen_console_keys.js b/ui/widgets/screen_console_keys.js index 1a3d329..8a8e472 100644 --- a/ui/widgets/screen_console_keys.js +++ b/ui/widgets/screen_console_keys.js @@ -529,7 +529,7 @@ export const consoleScreenKeys = [ }, ], [ - "Ctrl+A", + "Ctrl+T", { altKey: false, charCode: 0, @@ -656,6 +656,22 @@ export const consoleScreenKeys = [ which: 88, }, ], + [ + "Ctrl+T", + { + altKey: false, + charCode: 0, + code: "KeyT", + ctrlKey: true, + key: "t", + keyCode: 84, + location: 0, + metaKey: false, + repeat: false, + shiftKey: false, + which: 84, + }, + ], ], }, ];