Cannot unbind default keybindings #7061

Open
opened 2026-01-31 00:54:03 +00:00 by claunia · 0 comments
Owner

Originally created by @hgminh95 on GitHub (Mar 21, 2020).

Environment

Windows build number: 10.0.18362 Build 18362
Windows Terminal version (if applicable): 0.10.761.0

Steps to reproduce

Unbind Ctrl + Shift + 6 key as shown in the docs

"keybindings": [
  { "command": null, "keys": ["ctrl+shift+6"] }
]

Expected behavior

The key is unbound.

Actual behavior

Nothing changed. The key still has effect.

Note

    "keybindings": [
        { "command": "copy", "keys": ["ctrl+shift+6"] },
        { "command": "copy", "keys": ["ctrl+shift+c"] }
    ]

Above settings work for me, i.e. Ctrl+Shift+6 is disabled, while Ctrl+Shift+C for Copy still works as expected.

Originally created by @hgminh95 on GitHub (Mar 21, 2020). # Environment ```none Windows build number: 10.0.18362 Build 18362 Windows Terminal version (if applicable): 0.10.761.0 ``` # Steps to reproduce Unbind Ctrl + Shift + 6 key as shown in the [docs](https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingJsonSettings.md#unbinding-keys) ``` "keybindings": [ { "command": null, "keys": ["ctrl+shift+6"] } ] ``` # Expected behavior The key is unbound. # Actual behavior Nothing changed. The key still has effect. ### Note ``` "keybindings": [ { "command": "copy", "keys": ["ctrl+shift+6"] }, { "command": "copy", "keys": ["ctrl+shift+c"] } ] ``` Above settings work for me, i.e. Ctrl+Shift+6 is disabled, while Ctrl+Shift+C for Copy still works as expected.
claunia added the Resolution-Duplicate label 2026-01-31 00:54:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7061