@@ -15,17 +15,18 @@ featured_image: /web/updates/images/2016/04/devtools-digest/command-menu.png
15
15
16
16
<p class =" intro " >Read about DevTools' new <strong >command menu</strong > and its over 60 actions that enable crazy fast workflows.</p >
17
17
18
- ## Cmd+Shift+P to bring up the Command Menu
18
+ ## Cmd/Ctrl +Shift+P to bring up the Command Menu
19
19
20
20
![ Command Menu in DevTools] ( /web/updates/images/2016/04/devtools-digest/command-menu.png )
21
21
22
22
The "Jump to File" dialog that appears when you press
23
- <kbd >Cmd</kbd >+<kbd >P</kbd > in the Sources panel isn't terribly well known,
23
+ <kbd >Cmd</kbd >+<kbd >P</kbd > (or < kbd >Ctrl</ kbd >+< kbd >P</ kbd >) in the Sources panel isn't terribly well known,
24
24
but has been around for a while. We've now went much further than that and
25
25
developed a text-editor-inspired command menu that can drive almost every
26
26
important action in DevTools.
27
27
28
- Hit <kbd >Cmd</kbd >+<kbd >Shift</kbd >+<kbd >P</kbd > anywhere (even when the page
28
+ Hit <kbd >Cmd</kbd >+<kbd >Shift</kbd >+<kbd >P</kbd >
29
+ (or <kbd >Ctrl</kbd >+<kbd >Shift</kbd >+<kbd >P</kbd >) anywhere (even when the page
29
30
is in focus!) to bring up the Command Menu, then type to filter and hit
30
31
<kbd >Enter</kbd > to trigger the action. A few sample actions you could try:
31
32
@@ -41,7 +42,7 @@ The new command menu is a super quick way to navigate and discover new settings
41
42
![ Pretty HTML] ( /web/updates/images/2016/04/devtools-digest/pretty-html.jpg )
42
43
43
44
We've had pretty-print for JS and CSS sources built into the Sources panel for
44
- a while now, but have just extended it to the Elements panel for full-blown
45
+ a while now, but have just extended it to supoort full-blown
45
46
HTML pretty-printing. Give it a try – not only does it reformat the HTML, it
46
47
also reformats the JavaScript and CSS within it!
47
48
0 commit comments