[PR #2031] Avoid passing commands through with the shift modifier #24782

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

Original Pull Request: https://github.com/microsoft/terminal/pull/2031

State: closed
Merged: No


Summary of the Pull Request

This change would enable keybinds like Ctrl+Shift+C or Ctrl+Shift+V to work, as they would be captured inadvertently, and sent as their respective escape sequences.

References

#2000

PR Checklist

  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed

Validation Steps Performed

Built Terminal on separate instance of Azure Pipelines, then validated that functionality (Ctrl+Shift+V/Ctrl+Shift+C) work as intended (which is, that they properly copy and paste)

**Original Pull Request:** https://github.com/microsoft/terminal/pull/2031 **State:** closed **Merged:** No --- <!-- 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 This change would enable keybinds like Ctrl+Shift+C or Ctrl+Shift+V to work, as they would be captured inadvertently, and sent as their respective escape sequences. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References #2000 <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] Tests added/passed ## Validation Steps Performed Built Terminal on separate instance of Azure Pipelines, then validated that functionality (Ctrl+Shift+V/Ctrl+Shift+C) work as intended (which is, that they properly copy and paste)
claunia added the pull-request label 2026-01-31 09:05:18 +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#24782