Find binding cannot be removed #14305

Closed
opened 2026-01-31 04:06:47 +00:00 by claunia · 4 comments
Owner

Originally created by @LuisPeregrinaPSL on GitHub (Jun 22, 2021).

Windows Terminal version (or Windows build number)

1.8.1521.0

Other Software

No response

Steps to reproduce

Change the binding for Search (default: ctrl+shift+f) to ctrl+shift+g.
Save.
Reopen Windows Terminal.

Expected Behavior

ctrl+shift+f: Nothing, as that combination is not bound.
ctrl+shift+g: Search box appears.

Actual Behavior

ctrl+shift+f: Search box appears.
ctrl+shift+g: Search box appears.

Originally created by @LuisPeregrinaPSL on GitHub (Jun 22, 2021). ### Windows Terminal version (or Windows build number) 1.8.1521.0 ### Other Software _No response_ ### Steps to reproduce Change the binding for Search (default: ctrl+shift+f) to ctrl+shift+g. Save. Reopen Windows Terminal. ### Expected Behavior ctrl+shift+f: Nothing, as that combination is not bound. ctrl+shift+g: Search box appears. ### Actual Behavior ctrl+shift+f: Search box appears. ctrl+shift+g: Search box appears.
claunia added the Issue-QuestionNeeds-TriageArea-SettingsProduct-Terminal labels 2026-01-31 04:06:48 +00:00
Author
Owner

@lhecker commented on GitHub (Jun 29, 2021):

Did you change this setting in the settings UI, or directly in your settings.json?

@lhecker commented on GitHub (Jun 29, 2021): Did you change this setting in the settings UI, or directly in your `settings.json`?
Author
Owner

@LuisPeregrinaPSL commented on GitHub (Jun 29, 2021):

Actions can only be changed in JSON

@LuisPeregrinaPSL commented on GitHub (Jun 29, 2021): Actions can only be changed in JSON
Author
Owner

@lhecker commented on GitHub (Jun 29, 2021):

@LuisPeregrinaPSL There's actually a UI to change actions inside the settings UI now. I just forgot whether 1.8 or 1.9 was the first version to ship that UI (it's 1.9). 🙂
Anyways: You have to explicitly unbind like so:

{ "command": "unbound", "keys": "ctrl+shift+f" },

Please let me know if this fixes your issue.

@lhecker commented on GitHub (Jun 29, 2021): @LuisPeregrinaPSL There's actually a UI to change actions inside the settings UI now. I just forgot whether 1.8 or 1.9 was the first version to ship that UI (it's 1.9). 🙂 Anyways: You have to explicitly unbind like so: ```json { "command": "unbound", "keys": "ctrl+shift+f" }, ``` Please let me know if this fixes your issue.
Author
Owner

@LuisPeregrinaPSL commented on GitHub (Jun 29, 2021):

Yes, thx, that was it.

@LuisPeregrinaPSL commented on GitHub (Jun 29, 2021): Yes, thx, that was it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#14305