Text input fields in Settings have autocorrect enabled (oops) #15076

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

Originally created by @joslinpr on GitHub (Sep 3, 2021).

Windows Terminal version (or Windows build number)

Windows 10 ECB 9.0 SAC 20H2 / Windows Feature Experience Pack 120.2212.551.0

Other Software

OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5

Steps to reproduce

Create a New Profile / Edit an existing profile.

Under General, type into command line:

C:\Windows\System32\OpenSSH\ssh.exe -A -i C:\Users\username\.ssh\id_rsa user@hostname

What you get is:

C:\Windows\System32\OpenSSH\ssh.exe -A-I C:\Users\username\.ssh\id_rsa username@hostname

Note the capital I. This does not occur when you cut and paste, but will if you remove the "I" and type "i".

If you use the new profile, you get the unexpected error "no support for PKCS#11." from ssh.exe.

Expected Behavior

What you type is what you get.

Actual Behavior

Autocorrect changes -i to -I, leading to an error message.

Originally created by @joslinpr on GitHub (Sep 3, 2021). ### Windows Terminal version (or Windows build number) Windows 10 ECB 9.0 SAC 20H2 / Windows Feature Experience Pack 120.2212.551.0 ### Other Software OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5 ### Steps to reproduce ### Create a New Profile / Edit an existing profile. #### Under General, type into command line: ```C:\Windows\System32\OpenSSH\ssh.exe -A -i C:\Users\username\.ssh\id_rsa user@hostname``` #### What you get is: ``` C:\Windows\System32\OpenSSH\ssh.exe -A ```**-I**``` C:\Users\username\.ssh\id_rsa username@hostname``` Note the capital I. This does not occur when you cut and paste, but will if you remove the "I" and type "i". If you use the new profile, you get the unexpected error "no support for PKCS#11." from ```ssh.exe```. ### Expected Behavior What you type is what you get. ### Actual Behavior Autocorrect changes -i to -I, leading to an error message.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15076