
Managing Firebug
| Linux | Action | |
|---|---|---|
| F12 | Open and close Firebug Panel | |
| Ctrl+F, then Shift+Tab | With Firebug Panel open, will put focus on the Panel (via the Firefox Find Box). Does not always work depending on what Panel is open | |
| Ctrl+F12 | Open Firebug in window (for some reason sometimes pressing ctrl+f12 again closes Firefox, use ctrl+w to close the Firebug window instead | |
| Ctrl+Shift+C | Toggle Inspect Mode | |
| Ctrl+Shift+L | Focus Command Line | |
| Ctrl+Shift+K | Focus Search Box | |
| F1 | Firebug Help Page |
HTML-Panel
| Linux | Action | |
|---|---|---|
| Arrow Down/Arrow Up | One line down / one line up | |
| Ctrl+Arrow Down/Ctrl+Arrow Up | One Node up / one Node down | |
| Arrow Left/Arrow Right | Collapse / Expand current node |
CSS-Panel
| Linux | Action | |
|---|---|---|
| Tab/Shift+Tab | Jump to next / jump to previous field | |
| Arrow Up/ arrow down field with number value | Increase / decrease number by 1 | |
| Page Up/ page down field with number value | Increase / decrease number by 10 | |
| Enter | Finish editing | |
| Esc | Cancel editing |
Script-Panel
| Linux | Action | |
|---|---|---|
| F8 | Continue | |
| F10 | Step Over | |
| F11 | Step Into | |
| Shift+F11 | Step Out | |
| Click on line number | Toggle breakpoint | |
| shift'click on line number | Disable breakpoint | |
| right-click on line number | Edit breakpoint condition | |
| Ctrl+./Ctrl+, | Next / previous function on stack | |
| Ctrl+Space | Focus Scripts Location Menu | |
| Ctrl+Shift+N | Focus Watch Side Panel |