2
Go to: ( Preferences/Keyboard Shortcuts ) and when opening the key settings tab, below the search field has the option to open the file in advanced mode (keybindings.json) and edit it by adding the object below:
[
{
"key": "alt+c",
"command": "-task.cancel",
"when": "editorTextFocus"
},
{
"key": "alt+c c",
"command": "-extension.colorHelper.convert",
"when": "editorTextFocus"
},
{
"key": "alt+c p",
"command": "-extension.colorHelper.pick",
"when": "editorTextFocus"
}
]
Solved with me this problem the above code! Abs...
Could you try to explain your problem differently? I couldn’t understand...
– Lucas Kauer
On Macbook, when I want to type the letter "ç", I use the shortcut "option + c" because it does not exist on the American keyboard. However, when I need this letter in VS Code, I use the shortcut and nothing happens. This is only happening in VS Code.
– David Coelho