Home  >  Article  >  Development Tools  >  How to modify shortcut keys in vscode

How to modify shortcut keys in vscode

藏色散人
藏色散人Original
2019-11-18 10:28:238627browse

How to modify shortcut keys in vscode

How to modify the shortcut keys in vscode?

How to modify the default shortcut keys in vscode:

1. First open the vscode editor, click Home Page - Preferences - Keyboard Shortcuts;

How to modify shortcut keys in vscode

2. Enter the keyboard shortcut interface and you can see that all commands have been displayed here.

How to modify shortcut keys in vscode

3. Let’s modify the default Shortcut key settings, such as modifying the save command shortcut key, directly right-click - change key binding;

How to modify shortcut keys in vscode

4. A pop-up window will prompt you to enter the required combination. keys, for example, the editor holds down ctrl shift s at the same time, and then clicks the enter key to complete the modification;

How to modify shortcut keys in vscode

5. If you want to reset back to the default settings, the same can be done Right click - Reset key bindings to return to the default settings;

How to modify shortcut keys in vscode

#6. If you need more advanced custom shortcut keys, you can click directly above The prompt "keybindings.josn", enter the key value you need to modify on the right side of the opened interface;

How to modify shortcut keys in vscode

The above is the detailed content of How to modify shortcut keys in vscode. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn