Add a shortcut action for executing multiple ShortcutActions #8226

Open
opened 2026-01-31 01:24:02 +00:00 by claunia · 0 comments
Owner

Originally created by @zadjii-msft on GitHub (May 18, 2020).

Dispatch a whole bunch of commands all at once.

{
    "action": {
        "command": "executeActions",
        "actions": [
            { "action": "newTab", "profile": "Ubuntu" },
            { "action": "splitPane", "split":"auto", "splitMode": "duplicate" },
        ]
    },
    "keys": []
}

We could probably use the same machinery we use for commandline args for this.

Originally created by @zadjii-msft on GitHub (May 18, 2020). Dispatch a whole bunch of commands all at once. ```json { "action": { "command": "executeActions", "actions": [ { "action": "newTab", "profile": "Ubuntu" }, { "action": "splitPane", "split":"auto", "splitMode": "duplicate" }, ] }, "keys": [] } ``` We could probably use the same machinery we use for commandline args for this.
claunia added the Area-SettingsIssue-TaskResolution-DuplicateProduct-Terminal labels 2026-01-31 01:24:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8226