how to disable shortcut key: Ctrl+Shift+F ? #10668

Closed
opened 2026-01-31 02:26:59 +00:00 by claunia · 1 comment
Owner

Originally created by @elegance on GitHub (Sep 18, 2020).

I want to disable the shortcut key: ctrl+shift+f , because it conflicts with other shortcut keys.

I have tried the following:

  1. Comment it: // { "command": "find", "keys": "ctrl+shift+f" },
  2. Replace it: { "command": "find", "keys": "ctrl+f" },

But ctrl+shift+f still works,It prevents the behavior i want.

Originally created by @elegance on GitHub (Sep 18, 2020). I want to disable the shortcut key: `ctrl+shift+f `, because it conflicts with other shortcut keys. I have tried the following: 1. Comment it: // { "command": "find", "keys": "ctrl+shift+f" }, 2. Replace it: { "command": "find", "keys": "ctrl+f" }, But `ctrl+shift+f` still works,It prevents the behavior i want.
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 02:26:59 +00:00
Author
Owner

@DHowett commented on GitHub (Sep 18, 2020):

I believe there is a comment in that file about “unbound”. You should be able to set ctrl+shift+F to “unbound”.

@DHowett commented on GitHub (Sep 18, 2020): I believe there is a comment in that file about “unbound”. You should be able to set ctrl+shift+F to “unbound”.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10668