Global keyboard shortcut for launching Terminal #16277

Closed
opened 2026-01-31 05:02:28 +00:00 by claunia · 3 comments
Owner

Originally created by @amzon-ex on GitHub (Dec 27, 2021).

Description of the new feature/enhancement

The right-click context menu now already includes a 'Open in Windows Terminal' option by default, which is super handy. Is it possible to attach a global keybind to this action which does the same? I use AutoHotkey to (patchily) achieve a similar behaviour, but an integrated keybind would be nice...

Proposed technical implementation details (optional)

(If this is possible...)
The keybind respects the context as well:

  • If pressed from a window which doesn't have a 'path' per se, or the path is irrelevant (like a CLSID location) then open at default starting directory.
  • If pressed in a window with a natural 'path', open at that location.
  • If terminal already active, bring it to focus.
  • If in focus, minimize.

Thanks for considering!

Originally created by @amzon-ex on GitHub (Dec 27, 2021). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement <!-- A clear and concise description of what the problem is that the new feature would solve. Describe why and how a user would use this new functionality (if applicable). --> The right-click context menu now already includes a 'Open in Windows Terminal' option by default, which is super handy. Is it possible to attach a global keybind to this action which does the same? I use AutoHotkey to (patchily) achieve a similar behaviour, but an integrated keybind would be nice... # Proposed technical implementation details (optional) <!-- A clear and concise description of what you want to happen. --> (If this is possible...) The keybind respects the context as well: - If pressed from a window which doesn't have a 'path' per se, or the path is irrelevant (like a CLSID location) then open at default starting directory. - If pressed in a window with a natural 'path', open at that location. - If terminal already active, bring it to focus. - If in focus, minimize. Thanks for considering!
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 05:02:29 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Jan 3, 2022):

The Terminal actually already does have a global hotkey setting - check out the globalSummon action

The other half of you request is presumably tracked over in #10202

/dup #10202
/dup #653

and there's other related issues tracked in #8888

@zadjii-msft commented on GitHub (Jan 3, 2022): The Terminal actually already _does_ have a global hotkey setting - check out the [`globalSummon` action](https://docs.microsoft.com/en-us/windows/terminal/customize-settings/actions#global-commands) The other half of you request is presumably tracked over in #10202 /dup #10202 /dup #653 and there's other related issues tracked in #8888
Author
Owner

@ghost commented on GitHub (Jan 3, 2022):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Jan 3, 2022): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Author
Owner

@Chealer commented on GitHub (Aug 26, 2025):

Thanks @zadjii-msft
globalSummon ("Show/Hide the Terminal window") does allow most of what this requests, but as its label indicates, it does not respect the first 2 points. The first is tracked in issue #9996. The second is indeed at least related to #10202.

@Chealer commented on GitHub (Aug 26, 2025): Thanks @zadjii-msft `globalSummon` ("Show/Hide the Terminal window") does allow most of what this requests, but as its label indicates, it does not respect the first 2 points. The first is tracked in issue #9996. The second is indeed at least related to #10202.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#16277