Why can't I define key bindings for certain key combinations #275
-
Beta Was this translation helpful? Give feedback.
Answered by
madskristensen
Jan 21, 2022
Replies: 1 comment
-
You can't assign keybindings to your command that are already used for other commands in the same scope. You can assign it in a narrower scope, for instance for your language service. A narrower scope wins over the Global scope. Some keybindings are special and can't be used for anything. That includes Ctrl+K and Ctrl+T which is locked to be a two-key sequenced keybinding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
reduckted
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't assign keybindings to your command that are already used for other commands in the same scope. You can assign it in a narrower scope, for instance for your language service. A narrower scope wins over the Global scope.
Some keybindings are special and can't be used for anything. That includes Ctrl+K and Ctrl+T which is locked to be a two-key sequenced keybinding