Skip to content

Why can't I define key bindings for certain key combinations #275

Answered by madskristensen
reduckted asked this question in Q&A

You must be logged in to vote

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

Replies: 1 comment

You must be logged in to vote
0 replies
Answer selected by reduckted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants