Allow instantaneous tab switching again #10907

Closed
opened 2026-01-31 02:33:27 +00:00 by claunia · 4 comments
Owner

Originally created by @sboukortt on GitHub (Oct 5, 2020).

Environment

Windows build number: Microsoft Windows [version 10.0.19041.508]
Windows Terminal version (if applicable): 1.3.2651.0

Steps to reproduce

  1. Bind a shortcut to action “prevTab” or “nextTab”. (In my case, the shortcuts are “shift+left” and “shift+right” respectively.)

  2. With several tabs open, execute the shortcut.

Expected behavior

The tab switches as soon as the key (“left” or “right” for me) is pressed down, as used to be the case from what I remember.

Actual behavior

The tab doesn’t change until the modifier key (e.g. “shift”) of the shortcut is released. Instead, while it is held, a menu like this is presented, and left/right in my example only change the selection in the menu:

tab-switching

Presumably, the change is intentional, so maybe some people like it more, but I really don’t (I can’t quickly glance at the tabs’ contents as I go through them) and I would really like if the old behavior were at least be accessible via a global setting.

Thanks.

Originally created by @sboukortt on GitHub (Oct 5, 2020). # Environment ```none Windows build number: Microsoft Windows [version 10.0.19041.508] Windows Terminal version (if applicable): 1.3.2651.0 ``` # Steps to reproduce 1. Bind a shortcut to action “`prevTab`” or “`nextTab`”. (In my case, the shortcuts are “shift+left” and “shift+right” respectively.) 2. With several tabs open, execute the shortcut. # Expected behavior The tab switches as soon as the key (“left” or “right” for me) is pressed down, as used to be the case from what I remember. # Actual behavior The tab doesn’t change until the modifier key (e.g. “shift”) of the shortcut is released. Instead, while it is held, a menu like this is presented, and left/right in my example only change the selection in the menu: ![tab-switching](https://user-images.githubusercontent.com/16757512/95133185-32c62280-0761-11eb-827f-7eae22b06086.png) Presumably, the change is intentional, so maybe some people like it more, but I really don’t (I can’t quickly glance at the tabs’ contents as I go through them) and I would really like if the old behavior were at least be accessible via a global setting. Thanks.
claunia added the Issue-FeatureResolution-Duplicate labels 2026-01-31 02:33:27 +00:00
Author
Owner

@jack775544 commented on GitHub (Oct 5, 2020):

Set "useTabSwitcher": false in your profile and you will get the old behaviour.

@jack775544 commented on GitHub (Oct 5, 2020): Set `"useTabSwitcher": false` in your profile and you will get the old behaviour.
Author
Owner

@zadjii-msft commented on GitHub (Oct 5, 2020):

Thanks for the suggestion! This is actually already being tracked by another issue on our repo - please refer to #7409 for more discussion.

/dup #7409

@zadjii-msft commented on GitHub (Oct 5, 2020): Thanks for the suggestion! This is actually already being tracked by another issue on our repo - please refer to #7409 for more discussion. /dup #7409
Author
Owner

@ghost commented on GitHub (Oct 5, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Oct 5, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Author
Owner

@sboukortt commented on GitHub (Oct 5, 2020):

Set "useTabSwitcher": false in your profile and you will get the old behaviour.

Oh, I was redirected to the fr-ch version of the documentation on global settings and not the en-us one, and so I didn’t see that option (the translation doesn’t list it). Thanks for pointing it out.

@sboukortt commented on GitHub (Oct 5, 2020): > Set `"useTabSwitcher": false` in your profile and you will get the old behaviour. Oh, I was redirected to the [`fr-ch`](https://docs.microsoft.com/fr-ch/windows/terminal/customize-settings/global-settings) version of the documentation on global settings and not the `en-us` one, and so I didn’t see that option (the translation doesn’t list it). Thanks for pointing it out.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10907