-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple Quake Windows can be opened #15037
Comments
This might be related to #14957. I would have dismissed this as intended behaviour if not for the tip and tricks page provided (https://learn.microsoft.com/en-us/windows/terminal/tips-and-tricks). As an aside, I'm not sure what the intended behaviour is if, for example, you were to re-enter |
Do you have both Terminal Preview and Terminal stable installed? Are you possibly running one Terminal instance elevated (as admin)/? I'd be sure that this isn't #14957 - that's only just been checked in and is only available on internal 1.18 builds. Doing |
By default, my terminal instances are elevated, yes. Is that the reason for this behaviour? |
Probably - though, there should only be one Can you check something for me quick/? In each of the open If they both do, that's very peculiar, and I might want to take a look at your settings.json file next. If they DON'T both have one, then this is totally by design. |
I did this, and yeah, the one instantiated by the command is not an elevated terminal, so it does seem to be by design. |
Alright I think this is crazy. But here's my thoughts on what's going on
The issue that for some reason, the unelevated terminal instance is still running. Only one process can hold on to the global hotkeys. The issue is that there's that first unelevated instance that's still running. That would be something to investigate. |
I believe you may have swapped which instance in elevated and which is not, but I think the problem is still the same, except that it is the elevated instance that is getting priority over the global hotkeys. |
related/repeat of #11478? |
For reference, none of my quake tabs are elevated |
Windows Terminal version
1.16.10261.0
Windows build number
22000.1696
Other Software
No response
Steps to reproduce
wt -w _quake
Expected Behavior
The already open quake window should minimize as is normal while using the quake shortcut.
Actual Behavior
A different quake window opens either above the current quake window or on the currently active screen (if using multiple screens).
The text was updated successfully, but these errors were encountered: