i want to clear Console tab in Chrome developer tool inside Chrome browser. i know that their is a icon for that chrome have but what's the shortcut keys for doing that.

Are their anywhere cheatsheet for chrome developer tool or chrome shortcut

link|improve this question
feedback

2 Answers

up vote 5 down vote accepted

You can use ctrl + l to clear the chrome-dev-console

link|improve this answer
feedback

The list of keyboard shortcuts for Chrome Developer Tools is at: http://code.google.com/chrome/devtools/docs/shortcuts.html.

For clearing the console log, press Ctrl-L. Unfortunately, it appears the log needs to be in focus (clicked on) for the keyboard command to work.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown