Keyboard and Mouse Shortcuts
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Updated for 1.9.0) |
Sebastianz (Talk | contribs) m (Corrected shortcut for Customize Shortcuts) |
||
| Line 29: | Line 29: | ||
| Toggle JavaScript Profiler || Ctrl+Shift+P || ⌘+Shift+P || | | Toggle JavaScript Profiler || Ctrl+Shift+P || ⌘+Shift+P || | ||
|- | |- | ||
| - | | Customize Shortcuts || Shift+ | + | | Customize Shortcuts || Ctrl+Shift+Alt+B || ⌘+Shift+Alt+B || |
|- | |- | ||
| Re-execute last command || Ctrl+Shift+E || Ctrl+Shift+E || | | Re-execute last command || Ctrl+Shift+E || Ctrl+Shift+E || | ||
Revision as of 07:37, 12 January 2012
Complete reference of the quickest ways to get things done in Firebug. You can also use duvet-dayz Firebug Cheatsheet.
See also Keyboard shortcut re-binding
Contents |
Global
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Help | F1 | F1 | Since Firebug 1.7 |
| Command History | Ctrl+H | ⌘+H | Since Firebug 1.7 |
| Open Firebug Panel | F12 | F12 | |
| Close Firebug Panel | F12 | F12 | |
| Open Firebug in window | Ctrl+F12 | ⌘+F12 | |
| Switch to previous Panel | Ctrl+` | Ctrl+` | |
| Toggle Command Line Popup | Ctrl+Shift+L | ⌘+Shift+L | |
| Close Command Line Popup | Esc | Esc | |
| Focus Search Field | Ctrl+F | ⌘+F | Since Firebug 1.9.0, previously Ctrl/⌘+Shift+K |
| Toggle Inspect Mode | Ctrl+Shift+C | ⌘+Shift+C | |
| Toggle JavaScript Profiler | Ctrl+Shift+P | ⌘+Shift+P | |
| Customize Shortcuts | Ctrl+Shift+Alt+B | ⌘+Shift+Alt+B | |
| Re-execute last command | Ctrl+Shift+E | Ctrl+Shift+E | |
| Increase text size | Ctrl++ or Ctrl+Alt+Mousewheel Up | ⌘++ or ⌘+Alt+Mousewheel up | Since Firebug 1.9.0, previously Ctrl/⌘+Alt++ |
| Decrease text size | Ctrl+- or Ctrl+Alt+Mousewheel Down | ⌘+- or ⌘+Alt+Mousewheel down | Since Firebug 1.9.0, previously Ctrl/⌘+Alt+- |
| Reset text size | Ctrl+0 or Ctrl+Alt+Middle click | ⌘+0 or ⌘+Alt+Middle click | Since Firebug 1.9.0, previously Ctrl/⌘+Shift+Numpad 0 |
Console Panel
Command Line
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Focus Command Line | Ctrl+Shift+L | ⌘+Shift+L | |
| Auto-complete next property | Tab | Tab | |
| Auto-complete previous property | Shift+Tab | Shift+Tab | |
| Execute | Return | Return | |
| Inspect result | Shift+Return | Shift+Return | |
| Open result's context menu | Ctrl+Return | ⌘+Return |
Command Editor
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Execute | Ctrl+Return | ⌘+Return |
HTML Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Edit attribute | Click on name or value | Click on name or value | |
| Edit text node | Click on text | Click on text | |
| Edit element | Double-Click tag name | Double-Click tag name | |
| Next node in path | Ctrl+. | Ctrl+. | |
| Previous node in path | Ctrl+, | Ctrl+, |
HTML Editor
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Finish editing | Return | Return | |
| Cancel editing | Esc | Esc | |
| Advance to next field | Tab | Tab | |
| Advance to previous field | Shift+Tab | Shift+Tab |
HTML Inspect Mode
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Inspect Element | Ctrl+Shift+C | ⌘+Shift+C | |
| Cancel inspection | Esc | Esc | |
| Ctrl+Shift+C | ⌘+Shift+C | ||
| Inspect parent | Ctrl+Up | ⌘+Up | |
| Inspect child | Ctrl+Down | ⌘+Down | |
| Toggle Quick Info Box | Ctrl+Shift+I | ⌘+Shift+I |
Layout Side Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Edit value | Click on value | Click on value |
Layout Editing
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Finish editing | Return | Return | |
| Cancel editing | Esc | Esc | |
| Advance to next field | Tab | Tab | |
| Advance to previous field | Shift+Tab | Shift+Tab | |
| Increase number by one | Up | Up | |
| Decrease number by one | Down | Down | |
| Increase number by ten | Page Up | Page Up | |
| Decrease number by ten | Page Down | Page Down |
DOM Side Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Finish editing | Return | Return | |
| Cancel editing | Esc | Esc | |
| Auto-complete next property | Tab | Tab | |
| Auto-complete previous property | Shift+Tab | Shift+Tab |
CSS Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Edit property | Click on property | Click on property | |
| Insert new property | Double-Click on white-space | Double-Click on white-space | |
| Focus CSS Location Menu | Ctrl+Space | ⌘+Shift+Space |
CSS Editing
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Finish editing | Return | Return | |
| Cancel editing | Esc | Esc | |
| Advance to next Field | Tab | Tab | |
| Advance to previous Field | Shift+Tab | Shift+Tab | |
| Increase number by 0.1 | Ctrl+Up | ⌘+Up | Since Firebug 1.8 |
| Decrease number by 0.1 | Ctrl+Down | ⌘+Down | Since Firebug 1.8 |
| Increase number by 1 | Up | Up | |
| Decrease number by 1 | Down | Down | |
| Increase number by 10 | Shift+Up, Page Up | Shift+Up, Page Up | Since Firebug 1.8, previously just Page Up |
| Decrease number by 10 | Shift+Up, Page Down | Shift+Up, Page Down | Since Firebug 1.8, previously just Page Down |
| Auto-complete next keyword | Up | Up | |
| Auto-complete previous keyword | Down | Down |
Script Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Rerun | Shift+F8 | Shift+F8 | Since Firebug 1.9.0 |
| Continue | F8 | F8 | |
| Step Over | F10 | F10 | |
| Step Into | F11 | F11 | |
| Step Out | Shift+F11 | Shift+F11 | |
| Toggle breakpoint | Click on line number | Click on line number | |
| Disable breakpoint | Shift+Click on line number | Shift+Click on line number | |
| Edit breakpoint condition | Right-Click on line number | Right-Click on line number | |
| Run to line | Middle-Click on line number, Ctrl+Click on line number | Middle-Click on line number, ⌘+Click on line number | |
| Next function on stack | Ctrl+. | Ctrl+. | |
| Previous function on stack | Ctrl+, | Ctrl+, | |
| Focus Scripts Location Menu | Ctrl+Space | ⌘+Shift+Space | |
| Focus Watch Side Panel | Ctrl+Shift+N | ⌘+Shift+N |
Watch Side Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Finish editing | Return | Return | |
| Cancel editing | Esc | Esc | |
| Auto-complete next property | Tab | Tab | |
| Auto-complete previous property | Shift+Tab | Shift+Tab |
DOM Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| Edit property | Double-Click on empty space | Double-Click on empty space | |
| Finish editing | Return | Return | |
| Cancel editing | Esc | Esc | |
| Next object in path | Ctrl+. | Ctrl+. | |
| Previous object in path | Ctrl+, | Ctrl+, |