Hacker News new | ask | show | jobs
by ehsankia 3171 days ago
ctrl+shift+j goes directly to console.

I believe ctrl+shift+i goes to whatever tab you were at last, and ctrl+shift+c goes to the element tab and enables the element selector.

I don't know if there's any other shortcuts but these are the one I use most often. You can also drag the various tabs to order them the way you like.

1 comments

Correct, Control+Shift+J (Windows, Linux) or Command+Option+J (Mac) opens DevTools and focuses the Console panel.