Skip to content

Commit 87459a4

Browse files
committed
Made the shortcuts more cross-platform
Not everyone uses Apple machines.
1 parent c4579a7 commit 87459a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/en/updates/posts/2016/04/devtools-digest-command-menu.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ featured_image: /web/updates/images/2016/04/devtools-digest/command-menu.png
1515

1616
<p class="intro">Read about DevTools' new <strong>command menu</strong> and its over 60 actions that enable crazy fast workflows.</p>
1717

18-
## Cmd+Shift+P to bring up the Command Menu
18+
## Cmd/Ctrl+Shift+P to bring up the Command Menu
1919

2020
![Command Menu in DevTools](/web/updates/images/2016/04/devtools-digest/command-menu.png)
2121

2222
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,
2424
but has been around for a while. We've now went much further than that and
2525
developed a text-editor-inspired command menu that can drive almost every
2626
important action in DevTools.
2727

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
2930
is in focus!) to bring up the Command Menu, then type to filter and hit
3031
<kbd>Enter</kbd> to trigger the action. A few sample actions you could try:
3132

0 commit comments

Comments
 (0)