Hotkey for "New Tab..." menu item #15624

Open
opened 2026-01-31 04:43:44 +00:00 by claunia · 0 comments
Owner

Originally created by @GerhardWeinberger on GitHub (Oct 21, 2021).

Is there a way to assign a hotkey for the "New tab..." menu item?
ie:

{
   // New tab...
   "name": { "key": "NewTabParentCommandName" },
   "commands": [
       {
           "iterateOn": "profiles",
           "icon": "${profile.icon}",
           "name": "${profile.name}",
           "command": { "action": "newTab", "profile": "${profile.name}" }
       }
   ],
   "keys": "ctrl+alt+t"
},

See last question in https://github.com/microsoft/terminal/issues/9180

Originally created by @GerhardWeinberger on GitHub (Oct 21, 2021). Is there a way to assign a hotkey for the "New tab..." menu item? ie: ``` { // New tab... "name": { "key": "NewTabParentCommandName" }, "commands": [ { "iterateOn": "profiles", "icon": "${profile.icon}", "name": "${profile.name}", "command": { "action": "newTab", "profile": "${profile.name}" } } ], "keys": "ctrl+alt+t" }, ``` See last question in https://github.com/microsoft/terminal/issues/9180
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 04:43:44 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15624