Shortcut load depends on selected Language #6637

Open
opened 2026-01-31 00:43:38 +00:00 by claunia · 0 comments
Owner

Originally created by @MianenCZ on GitHub (Feb 27, 2020).

Environment

Windows build number: Microsoft Windows [Version 10.0.18362.657]
Windows Terminal version (if applicable): 0.9.433.0

Steps to reproduce

I have this shortcuts define in my config:

{
        "command": "splitHorizontal",
        "keys": [ "alt+shift+(" ]
      },
      {
        "command": "splitVertical",
        "keys": [ "alt+shift+)" ]
      },

I have English US Keyboard or Czech Programing Keyboard

  • Shortcur worksas expected (Pressing "alt+shift+9/0" do a split)

I have Czech QUERTY Keyboard

  • Shortcuts do not workd "alt+shift+(" do nothing (As expected, cause the layout of keyboard is different )
  • Then I switch to US Keyboard or Czech Programing Keyboard
  • Shortcut do not work, "alt+shift+(" do nothing (Pressing "alt+shift+9/0" do nothing)
Originally created by @MianenCZ on GitHub (Feb 27, 2020). # Environment ```none Windows build number: Microsoft Windows [Version 10.0.18362.657] Windows Terminal version (if applicable): 0.9.433.0 ``` # Steps to reproduce I have this shortcuts define in my config: ``` json { "command": "splitHorizontal", "keys": [ "alt+shift+(" ] }, { "command": "splitVertical", "keys": [ "alt+shift+)" ] }, ``` I have English US Keyboard or Czech Programing Keyboard - Shortcur worksas expected (Pressing "alt+shift+9/0" do a split) I have Czech QUERTY Keyboard - Shortcuts do not workd "alt+shift+(" do nothing (As expected, cause the layout of keyboard is different ) - **Then I switch to US Keyboard or Czech Programing Keyboard** - Shortcut do not work, "alt+shift+(" do nothing (Pressing "alt+shift+9/0" do nothing)
claunia added the Resolution-Duplicate label 2026-01-31 00:43:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#6637