MeshWorld India Logo MeshWorld.
DevTools Tutorial Chromium 1 min read

How to Open the Command Menu in Chromium Browsers like Google Chrome

Vishnu
By Vishnu
How to Open the Command Menu in Chromium Browsers like 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) or Ctrl + Shift + P (Windows, Linux). Command Menu
  • You can also click Customize And Control DevTools Customize And Control DevTools and then select Run Command. Run command for disabling JavaScript

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.