How did GlobalSummon work #22737

Closed
opened 2026-01-31 08:22:00 +00:00 by claunia · 0 comments
Owner

Originally created by @CN-CODEGOD on GitHub (Jan 6, 2025).

I have add the GlobalSummon in setting.json
{
"command":
{
"action": "globalSummon",
"desktop": "any",
"dropdownDuration": 200,
"monitor": "toMouse",
"name": "_quake",
"toggleVisibility": true
},
"id": "User.Myshell"
}

{
"id": "User.Myshell",
"keys": "win+`"
}

can i add another GlobalSummon that call another windows with diffent hotkey , if do how?
{
"command":
{
"action": "globalSummon",
"desktop": "any",
"dropdownDuration": 200,
"monitor": "toMouse",
"name": "_quake",
"toggleVisibility": true
},
"id": "User.differntShell"
}

{
"id": "User.differntShell",
"keys": "ctrl+`"
}

Originally created by @CN-CODEGOD on GitHub (Jan 6, 2025). I have add the GlobalSummon in setting.json { "command": { "action": "globalSummon", "desktop": "any", "dropdownDuration": 200, "monitor": "toMouse", "name": "_quake", "toggleVisibility": true }, "id": "User.Myshell" } { "id": "User.Myshell", "keys": "win+`" } can i add another GlobalSummon that call another windows with diffent hotkey , if do how? { "command": { "action": "globalSummon", "desktop": "any", "dropdownDuration": 200, "monitor": "toMouse", "name": "_quake", "toggleVisibility": true }, "id": "User.differntShell" } { "id": "User.differntShell", "keys": "ctrl+`" }
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 08:22:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22737