File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/content/en/updates/posts/2016/04 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -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
You can’t perform that action at this time.
0 commit comments