Skip to content

Instantly share code, notes, and snippets.

@tony612
Created August 12, 2013 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony612/6208273 to your computer and use it in GitHub Desktop.
Save tony612/6208273 to your computer and use it in GitHub Desktop.
chrome shortcuts
// https://developers.google.com/chrome-developer-tools/docs/shortcuts
// Control
Inspect elements: command+option+i
Inspect elements and open console: command+option+j
Select element: command+shift+c
Next panel: command+]
Previous panel: command+[
// Search
Text Search Across All Sources: cmd+option+f
Search filename: command+o
Search method name: command+O(shift+o)
// Element
Expand / Collapse Node: Left/Right
Edit Attribute: Enter
Hide element: h
// other
Find Next: command+g
Find previous: command+shift+g
View the History Page: command+y
View the Downloads Page: command+shift+j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment