visual-studio-codevscode-keybinding

Why a certain keys on my keyboard not working in VS code


So recently I was configuring some key bindings and snippets in VS Code and now the letter K is not showing up in the editor. When I press the key K, I get the message at the bottom of my screen saying "K was pressed wait for a second cord. Any help would be really appreciated!


Solution

  • This will be because you have created some keyboard shortcuts that are conflicting with certain keys on the keyboard.

    Go through all your keyboard shortcuts (Ctrl+K Ctrl+S) and remove the ones that are causing this conflict.

    It could also, be causes by some extensions. To fix this try restarting your pc and restarting vs code as well as removing the potentially buggy extensions.