Google chrome javascript console keyboard shortcuts
Simple direct Google searching doesn't seem to bring this up right away so I thought may be a simple search would bring this up and save you some time.
Source:
http://code.google.com/chrome/devtools/docs/shortcuts.html#console
Windows / Linux | Mac | |
---|---|---|
Next Suggestion | Tab | Tab |
Previous Suggestion | Shift-Tab | ⇧Tab |
Accept Suggestion | Right | Right |
Previous Command / Line | Up | Up |
Next Command / Line | Down | Down |
Previous Command | Ctrl-P | ⌃P |
Next Command | Ctrl-N | ⌃N |
Clear History | Ctrl-L | ⌘K or ⌃L |
Multiline entry | Shift-Enter | Ctrl+Return |
Execute | Enter | Return |
Source:
http://code.google.com/chrome/devtools/docs/shortcuts.html#console
Comments
Post a Comment