[PR #10841] [MERGED] Set drag and drop on '+' tooltip text based on keyboard modifiers #28245

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10841
Author: @ianjoneill
Created: 8/1/2021
Status: Merged
Merged: 8/2/2021
Merged by: @undefined

Base: mainHead: f-drag-drop-new-tooltip


📝 Commits (1)

  • 3ef4957 Set drag and drop on '+' tooltip text based on keyboard modifiers

📊 Changes

2 files changed (+20 additions, -3 deletions)

View changed files

📝 src/cascadia/TerminalApp/Resources/en-US/Resources.resw (+7 -1)
📝 src/cascadia/TerminalApp/TabRowControl.cpp (+13 -2)

📄 Description

Sets the tooltip text on the '+' button based on the keyboard modifiers
when dragging and dropping.

Validation Steps Performed

Manually tested - dragged a directory onto the '+ button and saw that

  • The text changed when shift was pressed
  • The text changed when alt was pressed
  • The text changed back when shift or alt were released

Closes #10722


🔄 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/10841 **Author:** [@ianjoneill](https://github.com/ianjoneill) **Created:** 8/1/2021 **Status:** ✅ Merged **Merged:** 8/2/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `f-drag-drop-new-tooltip` --- ### 📝 Commits (1) - [`3ef4957`](https://github.com/microsoft/terminal/commit/3ef4957348dccd9e97071fde743a8410d52161c6) Set drag and drop on '+' tooltip text based on keyboard modifiers ### 📊 Changes **2 files changed** (+20 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/Resources/en-US/Resources.resw` (+7 -1) 📝 `src/cascadia/TerminalApp/TabRowControl.cpp` (+13 -2) </details> ### 📄 Description Sets the tooltip text on the '+' button based on the keyboard modifiers when dragging and dropping. ## Validation Steps Performed Manually tested - dragged a directory onto the '+ button and saw that * The text changed when `shift` was pressed * The text changed when `alt` was pressed * The text changed back when `shift` or `alt` were released Closes #10722 --- <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:27:17 +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#28245