Keyboard and Mouse Shortcuts
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) m (Added finish and cancel editing to DOM panel shortcuts) |
Sebastianz (Talk | contribs) m (Fixed description for Command Line shortcut) |
||
| Line 19: | Line 19: | ||
| Switch to previous Panel || Ctrl+` || Ctrl+` || | | Switch to previous Panel || Ctrl+` || Ctrl+` || | ||
|- | |- | ||
| - | | | + | | Toggle [[Command Line|Command Line Popup]] || Ctrl+Shift+L || ⌘+Shift+L || |
|- | |- | ||
| - | | Focus Search | + | | Focus Search Field || Ctrl+Shift+K || ⌘+Shift+K || |
|- | |- | ||
| Toggle Inspect Mode || Ctrl+Shift+C || ⌘+Shift+C || | | Toggle Inspect Mode || Ctrl+Shift+C || ⌘+Shift+C || | ||
| Line 40: | Line 40: | ||
{| class="light" style="width:100%; vertical-align:top;" | {| class="light" style="width:100%; vertical-align:top;" | ||
! style="width:30%;" | Description || style="width:20%;" | Window, Linux || style="width:20%;" | Mac OS || style="width:30%;" | Hint | ! style="width:30%;" | Description || style="width:20%;" | Window, Linux || style="width:20%;" | Mac OS || style="width:30%;" | Hint | ||
| + | |- | ||
| + | | Focus [[Command Line]] || Ctrl+Shift+L || ⌘+Shift+L || | ||
|- | |- | ||
| Auto-complete next property || Tab || Tab || | | Auto-complete next property || Tab || Tab || | ||
Revision as of 09:52, 8 September 2011
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 | Starting from Firebug 1.7 |
| Command History | Ctrl+H | ⌘+H | Starting from 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 | |
| Focus Search Field | Ctrl+Shift+K | ⌘+Shift+K | |
| Toggle Inspect Mode | Ctrl+Shift+C | ⌘+Shift+C | |
| Toggle JavaScript Profiler | Ctrl+Shift+P | ⌘+Shift+P | |
| Re-execute last command | Ctrl+Shift+E | Ctrl+Shift+E | |
| Increase text size | Ctrl+Alt++ or Ctrl+Alt+Mousewheel Up | ⌘+Shift++ or ⌘+Shift+Mousewheel up | Starting from Firebug 1.7.1 |
| Decrease text size | Ctrl+Alt+- or Ctrl+Alt+Mousewheel Down | ⌘+Shift+- or ⌘+Shift+Mousewheel down | Starting from Firebug 1.7.1 |
| Reset text size | Ctrl+Shift+Numpad 0 or Ctrl+Shift+Middle click | ⌘+Shift+Numpad 0 or ⌘+Shift+Middle click | Starting from Firebug 1.7.1 |
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 | Starting from Firebug 1.8 |
| Decrease number by 0.1 | Ctrl+Down | ⌘+Down | Starting from 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 | Starting from Firebug 1.8, before just Page Up |
| Decrease number by 10 | Shift+Up, Page Down | Shift+Up, Page Down | Starting from Firebug 1.8, before just Page Down |
| Auto-complete next keyword | Up | Up | |
| Auto-complete previous keyword | Down | Down |
Script Panel
| Description | Window, Linux | Mac OS | Hint |
|---|---|---|---|
| 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+, |