[PR #985] [MERGED] Eat all tab keypresses no matter what. #24427

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/985
Author: @zadjii-msft
Created: 5/24/2019
Status: Merged
Merged: 5/24/2019
Merged by: @zadjii-msft

Base: masterHead: dev/migrie/b/744-fix-tab-navigation


📝 Commits (1)

  • a7349a2 Eat all tap keypresses no matter what.

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+8 -0)

📄 Description

Summary of the Pull Request

Fix #744, by making sure the TermControl always handles Tab keypresses. This will break keyboard navigation with tab, but considering that the shell almost always wants tab as a character, this makes more sense. We should probably introduce another keybinding to manually get the focus out of the control, but that can be a follow-up.

PR Checklist

  • Closes Is there any plan to support MacOS? (#744)
  • CLA signed. If not, go over here and sign the CLA
  • N/A Tests added/passed
  • N/A Requires documentation to be updated
  • I've discussed this with myself in the long hours waiting to fall asleep

🔄 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/985 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 5/24/2019 **Status:** ✅ Merged **Merged:** 5/24/2019 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `master` ← **Head:** `dev/migrie/b/744-fix-tab-navigation` --- ### 📝 Commits (1) - [`a7349a2`](https://github.com/microsoft/terminal/commit/a7349a22be0294bb7b3a9b77b07f639bffd31e0a) Eat all tap keypresses no matter what. ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+8 -0) </details> ### 📄 Description ## Summary of the Pull Request Fix #744, by making sure the TermControl always handles Tab keypresses. This will break keyboard navigation with tab, but considering that the shell almost _always_ wants tab as a character, this makes more sense. We should probably introduce another keybinding to manually get the focus out of the control, but that can be a follow-up. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [x] Closes #744 * [x] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [x] N/A Tests added/passed * [x] N/A Requires documentation to be updated * [x] I've discussed this with myself in the long hours waiting to fall asleep --- <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:03:16 +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#24427