Reputation: 678
I've recently updated my VSCode and most of its shortcuts don't work anymore. I tried to reinstall my VSCode but it didn't work. I've checked if it's affected by any other system shortcuts but I wasn't lucky enough and none of them worked for me. Some shortcuts like: ctrl + d, ctrl + shift + k, etc.
Upvotes: 1
Views: 10434
Reputation: 790
For those still looking for an answer, if you have multiple keyboard languages defined, Windows provides a very annoying Ctlr+Shift
keyboard binding to switch between them.
I had to disable this as it was interrupting some of keyboard bindings I wanted to use in VS Code.
Here is a guide on how to do that.
Upvotes: 1
Reputation: 1
If there are multiple VS windows, some binded keys are did not work. In my case, everything worked when I closed the windows. Except a one window.
Upvotes: 0
Reputation: 678
I found a solution for this problem.
File>Preferences>Keyboard Shortcut
open keyboard shortcuts
. Like belowkeybindings.json
tab you may see something like this:Replace everything with the settings from the following links:
if you are using windows
copy settings from this link: windows.keybindings.json
for mac
: macos.keybindings.json
for linux
: linux.keybindings.json
and if you want to see all available options
see this link: vs-code-default-keybindings
Upvotes: 18
Reputation: 11
There could be many reasons. First check that if there is any other application overrides the shortcuts or not.
Upvotes: 1