[PR #9429] [MERGED] Allow shift+click on a profile to open a new window #27581

Open
opened 2026-01-31 09:22:48 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9429
Author: @PankajBhojwani
Created: 3/9/2021
Status: Merged
Merged: 3/10/2021
Merged by: @undefined

Base: mainHead: dev/pabhoj/shift_click_window


📝 Commits (3)

📊 Changes

5 files changed (+40 additions, -5 deletions)

View changed files

📝 src/cascadia/TerminalApp/AppActionHandlers.cpp (+2 -2)
📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+3 -0)
📝 src/cascadia/TerminalApp/TabRowControl.xaml (+4 -3)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+29 -0)
📝 src/cascadia/TerminalApp/TerminalPage.h (+2 -0)

📄 Description

Summary of the Pull Request

Shift+click on a profile to open a new wt window with that profile. Or, shift+click on the '+' button to open a new wt window with the default profile.

PR Checklist

Validation Steps Performed

Manual testing


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9429 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 3/9/2021 **Status:** ✅ Merged **Merged:** 3/10/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/shift_click_window` --- ### 📝 Commits (3) - [`f8e0f2b`](https://github.com/microsoft/terminal/commit/f8e0f2bd7efdd34d5ad8fbd84345513831810eaf) new window - [`19de609`](https://github.com/microsoft/terminal/commit/19de609c360e0fb2b6a120207ba75dc5bc8a1a66) else if - [`3dad515`](https://github.com/microsoft/terminal/commit/3dad5152d682e088b73f75f9b02a1dc77bef25cb) update tooltip ### 📊 Changes **5 files changed** (+40 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/AppActionHandlers.cpp` (+2 -2) 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+3 -0) 📝 `src/cascadia/TerminalApp/TabRowControl.xaml` (+4 -3) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+29 -0) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+2 -0) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Shift+click on a profile to open a new wt window with that profile. Or, shift+click on the '+' button to open a new wt window with the default profile. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #9395 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Documentation updated. If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/terminal) and link it here: #xxx * [ ] Schema updated. * [x] I work here <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Manual testing --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:22:49 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#27581