Mouse-Friendly UI in Quake Mode #21692

Closed
opened 2026-01-31 07:52:09 +00:00 by claunia · 3 comments
Owner

Originally created by @polygonnedpotato on GitHub (May 10, 2024).

Description of the new feature/enhancement

Currently, Quake windows only show the terminal, with no UI. One of the reasons this terminal is better than conhost.exe is because there is support for tabs, and a more user-friendly UI. However, these are not present in Quake mode, and the only way to use tabs are by keyboard shortcuts, which could be hard to remember. Redesigning the Quake UI could help the user's experience with Quake mode, as it would make it easier to use.

Proposed technical implementation details (optional)

Originally created by @polygonnedpotato on GitHub (May 10, 2024). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 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 Currently, Quake windows only show the terminal, with no UI. One of the reasons this terminal is better than conhost.exe is because there is support for tabs, and a more user-friendly UI. However, these are not present in Quake mode, and the only way to use tabs are by keyboard shortcuts, which could be hard to remember. Redesigning the Quake UI could help the user's experience with Quake mode, as it would make it easier to use. <!-- 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). --> # Proposed technical implementation details (optional) <!-- A clear and concise description of what you want to happen. -->
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 07:52:09 +00:00
Author
Owner

@github-actions[bot] commented on GitHub (May 10, 2024):

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@github-actions[bot] commented on GitHub (May 10, 2024): Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! ### Open similar issues: - [Quake mode: Add support for reserved tabs (#10279)](https://github.com/microsoft/terminal/issues/10279), similarity score: 0.76 ### Closed similar issues: - [Quake Mode & Tabs Feature Request (#13043)](https://github.com/microsoft/terminal/issues/13043), similarity score: 0.80 - [Quake Mode - Can we have Tab title to show how many tabs we have on quake mode? (#11935)](https://github.com/microsoft/terminal/issues/11935), similarity score: 0.75 - [Show Tabs in Quake Mode (#11085)](https://github.com/microsoft/terminal/issues/11085), similarity score: 0.75 > Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Author
Owner

@zadjii-msft commented on GitHub (May 10, 2024):

For what it's worth, you may be more interested in just plain-old globalSummmon, which you can use with any window (not just a quake one):

I have it bound like:

        {
            "command":
            {
                "action": "globalSummon",
                "monitor": "any"
            },
            "keys": "win+sc(41)"
        },

I think that's 1000% more useful than the _quake window. You can also "Toggle focus mode" to turn the tabs back on in Quake mode

Otherwise, we're tracking "customizing the quake window" very broadly in /dup #9992

@zadjii-msft commented on GitHub (May 10, 2024): For what it's worth, you may be more interested in just plain-old [`globalSummmon`](https://learn.microsoft.com/en-us/windows/terminal/customize-settings/actions#global-summon), which you can use with any window (not just a quake one): I have it bound like: ```json { "command": { "action": "globalSummon", "monitor": "any" }, "keys": "win+sc(41)" }, ``` I think that's 1000% more useful than the \_quake window. You can also "Toggle focus mode" to turn the tabs back on in Quake mode Otherwise, we're tracking "customizing the quake window" very broadly in /dup #9992
Author
Owner

@microsoft-github-policy-service[bot] commented on GitHub (May 10, 2024):

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!

@microsoft-github-policy-service[bot] commented on GitHub (May 10, 2024): 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! <!-- Policy app identification https://img.shields.io/static/v1?label=PullRequestIssueManagement. -->
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21692