[PR #11137] [MERGED] Disable autocorrect for command, path and find text inputs #28428

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11137
Author: @ianjoneill
Created: 9/3/2021
Status: Merged
Merged: 9/7/2021
Merged by: @carlos-zamora

Base: mainHead: f-disable-autocorrect-for-commands-paths-find


📝 Commits (2)

  • 5fd4b3a Disable autocorrect for command, path and find text inputs
  • 8f951d1 Code format

📊 Changes

4 files changed (+8 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalControl/SearchBoxControl.xaml (+1 -0)
📝 src/cascadia/TerminalSettingsEditor/Appearances.xaml (+1 -0)
📝 src/cascadia/TerminalSettingsEditor/Interaction.xaml (+2 -1)
📝 src/cascadia/TerminalSettingsEditor/Profiles.xaml (+4 -1)

📄 Description

Summary of the Pull Request

Disables autocorrect for command, path and find text inputs. Does not disable it for profile names, tab titles or colour scheme names.

PR Checklist

  • Closes Color scheme has no effect (#11133)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Documentation updated. If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated.
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Validation Steps Performed

Manually typed bash -i -l into the profile command text input and found it no longer auto-capitalised the I.


🔄 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/11137 **Author:** [@ianjoneill](https://github.com/ianjoneill) **Created:** 9/3/2021 **Status:** ✅ Merged **Merged:** 9/7/2021 **Merged by:** [@carlos-zamora](https://github.com/carlos-zamora) **Base:** `main` ← **Head:** `f-disable-autocorrect-for-commands-paths-find` --- ### 📝 Commits (2) - [`5fd4b3a`](https://github.com/microsoft/terminal/commit/5fd4b3aaaf3ad523edc18e7a27e4219a5e48d3ed) Disable autocorrect for command, path and find text inputs - [`8f951d1`](https://github.com/microsoft/terminal/commit/8f951d139e16c85c46882c37921a855a6905a556) Code format ### 📊 Changes **4 files changed** (+8 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/SearchBoxControl.xaml` (+1 -0) 📝 `src/cascadia/TerminalSettingsEditor/Appearances.xaml` (+1 -0) 📝 `src/cascadia/TerminalSettingsEditor/Interaction.xaml` (+2 -1) 📝 `src/cascadia/TerminalSettingsEditor/Profiles.xaml` (+4 -1) </details> ### 📄 Description ## Summary of the Pull Request Disables autocorrect for command, path and find text inputs. Does not disable it for profile names, tab titles or colour scheme names. ## PR Checklist * [x] Closes #11133 * [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. * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Validation Steps Performed Manually typed `bash -i -l` into the profile command text input and found it no longer auto-capitalised the I. --- <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:28:28 +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#28428