Add ctrl+T to stop current task #13590

Closed
opened 2026-01-31 03:46:45 +00:00 by claunia · 1 comment
Owner

Originally created by @Josh65-2201 on GitHub (Apr 22, 2021).

Description of the new feature/enhancement

Adding this would act like crtl+c on the cmd. currently it used for copying so ctrl+T should be used as it common for other program's and is not used.

Originally created by @Josh65-2201 on GitHub (Apr 22, 2021). # Description of the new feature/enhancement Adding this would act like crtl+c on the cmd. currently it used for copying so ctrl+T should be used as it common for other program's and is not used.
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 03:46:45 +00:00
Author
Owner

@DHowett commented on GitHub (Apr 22, 2021):

You can safely bind ^T to send the same signal as ^C in your settings file.

In the keybindings section:

{ "command": { "action": "sendInput", "input": "\u0003" }, "keys": "ctrl+t" },

😄

@DHowett commented on GitHub (Apr 22, 2021): You can safely bind ^T to send the same signal as ^C in your settings file. In the keybindings section: ``` { "command": { "action": "sendInput", "input": "\u0003" }, "keys": "ctrl+t" }, ``` :smile:
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13590