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.
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