Previous tab in settings.json doesnt work #15018

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

Originally created by @yawhide on GitHub (Aug 31, 2021).

Windows Terminal version (or Windows build number)

1.9.1942.0 & 1.10.2383.0

Other Software

No response

Steps to reproduce

Edit the settings.json file and add

{
            "command": "previousTab",
            "keys": "alt+shift+["
        }

to your actions array.

Previous tab will not be updated correctly.
image

Expected Behavior

Previous tab hotkey would be remapping to alt+shift+[

Actual Behavior

Previous tab is hotkey is not changing to what I specified in my settings.json file

Originally created by @yawhide on GitHub (Aug 31, 2021). ### Windows Terminal version (or Windows build number) 1.9.1942.0 & 1.10.2383.0 ### Other Software _No response_ ### Steps to reproduce Edit the settings.json file and add ``` { "command": "previousTab", "keys": "alt+shift+[" } ``` to your actions array. Previous tab will not be updated correctly. ![image](https://user-images.githubusercontent.com/5014112/131548960-4286bef8-908e-4c17-b096-7ec1cd34d600.png) ### Expected Behavior Previous tab hotkey would be remapping to `alt+shift+[` ### Actual Behavior Previous tab is hotkey is not changing to what I specified in my settings.json file
claunia added the Needs-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-31 04:26:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15018