Mistake in defaults.json skips ctrl+shift+8 #10955

Open
opened 2026-01-31 02:34:40 +00:00 by claunia · 0 comments
Owner

Originally created by @whorfin on GitHub (Oct 9, 2020).

Environment

Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd]
Microsoft Windows [Version 10.0.19041.508]

Windows Terminal version (if applicable): 1.3.2651.0

Any other software?

Steps to reproduce

Alt+Settings to open "defaults.json"
observe the section directly under "newTab":
{ "command": { "action": "newTab", "index": 0 }, "keys": "ctrl+shift+1" },
{ "command": { "action": "newTab", "index": 1 }, "keys": "ctrl+shift+2" },
{ "command": { "action": "newTab", "index": 2 }, "keys": "ctrl+shift+3" },
{ "command": { "action": "newTab", "index": 3 }, "keys": "ctrl+shift+4" },
{ "command": { "action": "newTab", "index": 4 }, "keys": "ctrl+shift+5" },
{ "command": { "action": "newTab", "index": 5 }, "keys": "ctrl+shift+6" },
{ "command": { "action": "newTab", "index": 6 }, "keys": "ctrl+shift+7" },
{ "command": { "action": "newTab", "index": 7 }, "keys": "ctrl+shift+9" },
{ "command": { "action": "newTab", "index": 8 }, "keys": "ctrl+shift+9" },

See anything amiss?
That sure looks like the newTab with index 7 should be "ctrl+shift+8" not 9

Cheers

Originally created by @whorfin on GitHub (Oct 9, 2020). # Environment ```none Windows build number: [run `[Environment]::OSVersion` for powershell, or `ver` for cmd] Microsoft Windows [Version 10.0.19041.508] Windows Terminal version (if applicable): 1.3.2651.0 Any other software? ``` # Steps to reproduce Alt+Settings to open "defaults.json" observe the section directly under "newTab": { "command": { "action": "newTab", "index": 0 }, "keys": "ctrl+shift+1" }, { "command": { "action": "newTab", "index": 1 }, "keys": "ctrl+shift+2" }, { "command": { "action": "newTab", "index": 2 }, "keys": "ctrl+shift+3" }, { "command": { "action": "newTab", "index": 3 }, "keys": "ctrl+shift+4" }, { "command": { "action": "newTab", "index": 4 }, "keys": "ctrl+shift+5" }, { "command": { "action": "newTab", "index": 5 }, "keys": "ctrl+shift+6" }, { "command": { "action": "newTab", "index": 6 }, "keys": "ctrl+shift+7" }, { "command": { "action": "newTab", "index": 7 }, "keys": "ctrl+shift+9" }, { "command": { "action": "newTab", "index": 8 }, "keys": "ctrl+shift+9" }, See anything amiss? That sure looks like the newTab with index 7 should be "ctrl+shift+8" not 9 Cheers
claunia added the Needs-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-31 02:34:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10955