terminal preview: alt+shift+s keybinding no longer works? #23644

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

Originally created by @dovholuknf on GitHub (Sep 25, 2025).

Windows Terminal version

1.24.2372.0

Windows build number

10.0.26100.6584

Other Software

not really relevant? maybe power toys?

Steps to reproduce

i had these keybindings set:

    "keybindings": 
    [
        {
            "id": "User.splitPane.A6751878",
            "keys": "alt+shift+d"
        },
        {
            "id": "User.toggleSplitOrientation",
            "keys": "alt+shift+s"
        },
        {
            "id": "User.find",
            "keys": "ctrl+shift+f"
        }
    ],

however the "splitPane" macro no longer works with alt+shift+s for 'reasons'?

Expected Behavior

It used to work fine - but recently broke? Something seems to be eating this particular command. I changed to "alt+shift+r" which does work.

Actual Behavior

"nothing" happens (nothing noticable)

Originally created by @dovholuknf on GitHub (Sep 25, 2025). ### Windows Terminal version 1.24.2372.0 ### Windows build number 10.0.26100.6584 ### Other Software not really relevant? maybe power toys? ### Steps to reproduce i had these keybindings set: ``` "keybindings": [ { "id": "User.splitPane.A6751878", "keys": "alt+shift+d" }, { "id": "User.toggleSplitOrientation", "keys": "alt+shift+s" }, { "id": "User.find", "keys": "ctrl+shift+f" } ], ``` however the "splitPane" macro no longer works with alt+shift+s for 'reasons'? ### Expected Behavior It used to work fine - but recently broke? Something seems to be eating this particular command. I changed to "alt+shift+r" which does work. ### Actual Behavior "nothing" happens (nothing noticable)
claunia added the Needs-TriageIssue-Bug labels 2026-01-31 08:48:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#23644