Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I open the Chrome DevTools command menu?

How do people access the command menu in the screenshot below?

chrome devtools command menu

like image 447
Kayce Basques Avatar asked Dec 16 '16 21:12

Kayce Basques


2 Answers

  1. Open DevTools.
  2. While the DevTools window is in focus, press Command+Shift+P (Mac) or Control+Shift+P (Windows, Linux).
like image 150
Kayce Basques Avatar answered Sep 20 '22 09:09

Kayce Basques


If you're unable to use keyboard shortcut (Cmd/Ctrl + Shift + P), you can also click the three stacked dots in the upper right-hand corner of the Developer Tools and choose "Run command." This will launch the Command Menu.

Screenshot of Developer Tools menu

like image 22
coneybones Avatar answered Sep 19 '22 09:09

coneybones