By default, the action of the context menu key in VS Code editor is opening the context menu. I want to change its function to run a script or execute a program for example, I tried to do that from keyboard shortcuts settings, but I didn't.
Although I set the shortcut key (context menu) for the function that I want to perform (run a script or execute a program in terminal ...), but the context menu key function still works (when I click on the context menu key, the context menu stills appear) this is a picture
- (I want to disable the context menu from appear) - is that possible to do (Knowing that this can be done in PyCharm ...):
[![enter image description here][2]][2]
- Anybody can help? I'll appreciate it, Thanks.
