How to open a Command Menu in Chromium based browsers such as Google Chrome
Chromium Browser comes with the Command Menu which provides a way to navigate to the Chrome DevTools UI and perform common tasks, such as enabling/disabling JavaScript, taking screenshot of a node or screen area.
Visual Studio Code has a similar feature called as the Command Palette.
How to open a Command Menu
- To open the DevTools Command Menu, press
Cmd + Shift + P
(Mac) orCtrl + Shift + P
(Windows, Linux). - You can also click
Customize And Control DevTools
and then selectRun Command
.
The Command Menu uses a fuzzy search. The list of commands that you see upon opening the Command Menu represents all available commands.
Source:
Hope you find this helpful.