Keyboard Shortcuts Reference
Action | Shortcut |
---|---|
Local search within the currently selected resource in the tab. | Command-F |
Select next in Web Inspector. Make sure Web Inspector is undocked for this feature to work. | Shift-Command-] |
Select previous tab in Web Inspector. Make sure Web Inspector is undocked for this feature to work. | Shift-Command-[ |
Find Next. | Command-G |
Find Previous. | Command-Shift-G |
Puts the selected text in the system search pasteboard, which is used by the Find dialog as the default search text. | Command-E |
Brings up the “Go To Line Number” dialog. | Control-G (in text editor) |
Brings up the Quick Open dialog, a feature that allows you to quickly search for a file in Web Inspector. You can also use Quick Open to find substrings in files and to locate a particular line in a file using the pattern, filename:linenumber. | Command-Shift-O |
Zoom-in, makes Web Inspector’s interface larger. | Command-+ |
Zoom-out, makes Web Inspector’s interface smaller. | Command- - |
Open Settings. | Command- , |
Reset changes to Web Inspector’s interface size. | Command-0 |
Save all console messages to a text file in the Console tab. Save current web content into a .webarchive file in the Elements tab. When showing a resource, it saves the resource to disk. | Command-S |
Forces the Save As… dialog. | Shift-Command-S |
Toggle between previous Web Inspector position, detached and docked. | Shift-Command-D |
Shifts focus to the search bar. | Shift-Command-F |
Enter element selection mode. | Shift-Command-C |
Focus the Split Console at the bottom of the tabs. Click again to enlarge the console. | Escape |
Focus on the console prompt. Unlike Esc, it does the same thing regardless of the context. | Control-~ |
Show/Close Web Inspector. | Command-Option-I |
Show Error Console. | Command-Option-C |
Start Profiling JavaScript. | Shift-Command-Option-P |
Next Console Suggestion. | Tab |
Previous Console Suggestion. | Shift-Tab |
Accept Console Suggestion. | Right |
Previous Command/Line in Console. | Up |
Next Command/Line in Console. | Down |
Clear Console History. | Command-K (when in Console tab) |
Clear Network Items. | Command-K (when in Network tab) |
Execute Console Command in Console tab. Edit attribute in Elements Panel when element is selected. | Return |
Continue in Debugger. | Command-/ |
Step Over in Debugger. | Command-’ |
Step Into in Debugger. | Command-; |
Step Out in Debugger. | Shift-Command-; |