Waiting for second key of chord

前端 未结 6 572
悲哀的现实
悲哀的现实 2020-12-08 19:13

I have assigned the keyboard shortcut Ctrl+E to a command. But when I click Ctrl+E, the status bar says Ctrl+E

6条回答
  •  爱一瞬间的悲伤
    2020-12-08 19:25

    I have had the same issue with my "<" [backquote] key and wasn't able to find the right keybinding in the normal settings. Allow chords wouldn't do anything either.

    This is for anyone, who isn't able to reasign the key in the default keybindings:

    1. Find the User settings in your terminal.
        Windows %APPDATA%\Code\User\
    
        macOS $HOME/Library/Application Support/Code/User/
    
        Linux $HOME/.config/Code/User/
    
    1. Open the keybindings.json file
    2. look for all chords that you would like gone.
    3. (Obviously) remove/alter them

    I hope I could help some of you!

提交回复
热议问题