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;
2. Enter the keyboard shortcut interface and you can see that all commands have been displayed here.
3. Let’s modify the default Shortcut key settings, such as modifying the save command shortcut key, directly right-click - change key binding;
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;
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;
#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;
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!