Reputation: 572
Are there any way of adding short key for capturing screenshots in Google Chrome?
Upvotes: 14
Views: 4626
Reputation: 18064
To take a screenshot while the page having the focus (hence the need for shortcuts):
In the DevTools, open the command menu, type Rendering
, and select "Show Rendering":
In the Rendering tab, enable ☑️Emulate a focused page:
Now you can take screenshots as described in the doc but without the need to use shortcuts:
Since Chrome 123, the "Emulate a focused page" setting can be activated also from the Elements > Styles area.
Source: What's New in DevTools (Chrome 123)
Upvotes: 3
Reputation: 450
Long list but fastest execution when learned:
Variants of step n. 5:
Upvotes: 7
Reputation: 25957
I work on the DevTools team. There's no keyboard shortcut for it, and there's no way to add custom keyboard shortcuts.
But you can access it from the Command Menu.
Screenshots
and select Capture full size screenshot
.Upvotes: 8