-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Feature Request: Key binding for "New Window" #1051
Comments
Do you possibly mean #653? |
No, just call a new window,just like konsole |
Oh, so just a keybinding for opening a new window? Yea we should do that. |
I've renamed this to capture what I think it means. |
Triaged. We need to think about what it means for terminal to have multiple windows. This will also impact how we do tab tearoff. |
When we do this, we should consider supporting shift-click on the |
Maybe we should provide a setting? |
Why would that setting be turned off? What’s the alternative scenario? |
Note that in #2320 I suggested the |
To make a normal click on the button / entry in the list of profiles open a new window and shift-click open a new tab you mean? So swap the behavior. That could very well become my personal preference 😉 |
Building on the solution of @zadjii-msft that @damnskippy referenced, heres how to open a new WSL window: |
I think we need a better solution here. All workarounds are no use when the Windows Terminal isn't running, and for top-down(or drag-down) terminal, we also need a solution to start a new Windows Terminal instance. I think we'd better implement a guard process start when the system boot up. That should be in the Terminal v2.0 Milestone or any other Milestone before this feature. |
@quank123wip I think what' you're actually looking for is #653 |
Actually, I think both this feature and that need a same solution about auto start when system boots. |
@quangkieu Hey wadda ya know, that's already a setting we support. See |
This is one of the few hotkeys missing for full compatibility with gnome-terminal's hotkeys.
This workaround also swaps the current window to the rightmost tab. =/ |
Finally implements the `newWindow` action. It does so by `ShellExecute`ing `wt.exe` with commandline args corresponding to the ones that would create the same `NewTerminalArgs`. This works with #8898 and #9118 to allow new windows (even with `windowingBehavior: useExisting`) This is taken from my auto-elevate branch, hence the references to elevation References #5000 References projects/5 References #8898 References #9118 Closes #1051
🎉This issue was addressed in #9208, which has now been successfully released as Handy links: |
Summary of the new feature/enhancement
Default Hot key for call the Terminal such as Ctrl+Shift+T.
Custom Hot Key to call different Environments.
Technical implementation details
None yet.
The text was updated successfully, but these errors were encountered: