--- title: Todos os atalhos de teclado slug: Tools/Keyboard_shortcuts tags: - Ferramentas - I10n:priority translation_of: Tools/Keyboard_shortcuts original_slug: Tools/atalhos_de_teclado ---
{{ToolsSidebar}}

Esta página lista todos os atalhos de teclado utilizados pelas ferramentas de desenvolvimento integradas no Firefox.

A primeira secção lista o atalho para abrir cada ferramenta e a segunda secção lista os atalhos que são aplicáveis ​​à própria 'Caixa de Ferramentas.' Depois disso, existe uma secção para cada ferramenta, que lista os atalhos que pode utilizar dentro dessa ferramenta.

Porque as chaves de acesso são dependentes do local, elas não estão documentadas nesta página.

Abrir e fechar ferramentas

Estes atalhos funcionam na janela principal do navegador para abrir a ferramenta especificada. Para as ferramentas que estão alojadas na 'Caixa de Ferramentas', elas funcionam para fechar a ferramenta se estiver ativa. Para as ferramentas, tal como a 'Consola do Navegador' que abre numa nova janela, tem de fechar a janela para fechar a ferramenta.

Comando Windows macOS Linux
Bring Toolbox to foreground (if the Toolbox is in a separate window and not in foreground) Ctrl + Shift + I or F12 Cmd + Opt + I or F12 Ctrl + Shift + I or F12
Close Toolbox (if the Toolbox is in a separate window and in foreground) Ctrl + Shift + I or F12 Cmd + Opt + I or F12 Ctrl + Shift + I or F12
Open Web Console 1 Ctrl + Shift + K Cmd + Opt + K Ctrl + Shift + K
Toggle "Pick an element from the page" (opens the Toolbox and/or focus the Inspector tab) Ctrl + Shift + C Cmd + Opt + C Ctrl + Shift + C
Open Style Editor Shift + F7 Shift + F7 * Shift + F7
Open Profiler Shift + F5 Shift + F5 * Shift + F5
Open Network Monitor 2 Ctrl + Shift + E Cmd + Opt + E Ctrl + Shift + E
Toggle Responsive Design Mode Ctrl + Shift + M Cmd + Opt + M Ctrl + Shift + M
Open Browser Console Ctrl + Shift + J Cmd + Shift + J Ctrl + Shift + J
Open Browser Toolbox Ctrl + Alt + Shift + I Cmd + Opt + Shift + I Ctrl + Alt + Shift + I
Open Scratchpad Shift + F4 Shift + F4 * Shift + F4
Open WebIDE Shift + F8 Shift + F8 * Shift + F8
Storage Inspector Shift + F9 Shift + F9 * Shift + F9
Open Debugger 3 Ctrl + Shift + Z Cmd + Opt + Z Ctrl + Shift + Z

1. Ao contrário das outras ferramentas hospedadas na caixa de ferramentas, este atalho também não fecha a consola da Web. Em vez disso, este concentra-se na linha de comando da consola da Web. Para fechar a consola, utilize o atalho da caixa de ferramentas global de Ctrl + Shift + I (Cmd + Opt + I num Mac).

2. Antes do Firefox 55, o atalho de teclado era Ctrl + Shift + Q (Cmd + Opt + Q num Mac).

3. Até ao Firefox 38, quando uma 'Consola do Navegador' está ocultada por uma janela normal do Firefox, a mesma combinação de teclas fecha a consola. A partir do Firefox 38, se a 'Consola do Navegador' é ocultada por uma janela normal do Windows, esta combinação de teclas volta a apresentar esta consola no topo e foca-se na mesma.

4. A ferramenta está desativada por predefinição, assim o atalho não funcionará até que este seja ativado no 'Painel das Definições'.

Caixa de Ferramentas

Estes atalhos funcionam sempre que a caixa de ferramentas estiver aberta, independentemente da ferramenta ativa.

Comando Windows macOS Linux
Cycle through tools left to right Ctrl + ] Cmd + ] Ctrl + ]
Cycle through tools right to left Ctrl + [ Cmd + [ Ctrl + [

Toggle between active tool and settings

Ctrl + Shift + O Cmd + Shift + O Ctrl + Shift + O
Toggle between active tool and settings (new in Firefox 43) F1 F1 F1

Toggle toolbox between the last 2 docking modes (new in Firefox 41)

Ctrl + Shift + D Cmd + Shift + D Ctrl + Shift + D
Toggle split console (except if console is the currently selected tool) Esc Esc Esc

Estes atalhos funcionam em todas as ferramentas que estão hospedadas na caixa de ferramentas.

Comando Windows OS X Linux
Increase font size Ctrl + + Cmd + + Ctrl + +
Decrease font size Ctrl + - Cmd + - Ctrl + -
Reset font size Ctrl + 0 Cmd + 0 Ctrl + 0

Editor fonte

Esta tabela lista os atalhos predefinidos para o editor fonte.

Nas secção das 'Preferências do Editor' das configurações das ferramentas de desenvolvimento, pode escolher para utilizar Vim, Emacs, ou combinações de teclas de Sublime Text.

Para as selecionar, visite about:config, selecione a definição devtools.editor.keymap, e atribua "vim" ou "emacs", ou "sublime" para essa definição. Se fizer isso, as combinações selecionadas serão utilziadas para todas as ferramentas de desenvolvimento que utilziam o editor fonte. Precisa de reabrir o editor para que a alteração seja aplicada.

A partir do Firefox 33, a preferência de combinação de teclas está exposta na secção de Preferências do Editor das definições das ferramentas de desenvolvimento, e pode definir isso lá, em vez de about:config.

Comando Windows OS X Linux
Ir para a linha Ctrl + J Cmd + J Ctrl + J
Encontrar um ficheiro Ctrl + F Cmd + F Ctrl + F
Encontrar novamente Ctrl + G Cmd + G Ctrl + G
Selecionar tudo Ctrl + A Cmd + A Ctrl + A
Cortar Ctrl + X Cmd + X Ctrl + X
Copiar Ctrl + C Cmd + C Ctrl + C
Colar Ctrl + V Cmd + V Ctrl + V
Anular Ctrl + Z Cmd + Z Ctrl + Z
Refazer Ctrl + Shift + Z / Ctrl + Y Cmd + Shift + Z / Cmd + Y Ctrl + Shift + Z / Ctrl + Y
Indentar Tab Tab Tab
Remover indentação Shift + Tab Shift + Tab Shift + Tab
Mover linha(s) para cima Alt + Up Alt + Up Alt + Up
Mover linha(s) para baixo Alt + Down Alt + Down Alt + Down
Comentar/remover comentário linha(s) Ctrl + / Cmd + / Ctrl + /

Inspetor de Página

Comando Windows macOS Linux
Elemento de Inspeção Ctrl + Shift + C Cmd + Opt + C Ctrl + Shift + C

Selecionador de Nodo

Estes atalhos funcionam enquanto o selecionador de nodo estiver ativo.

Comando Windows macOS Linux
Select the element under the mouse and cancel picker mode Click Click Click
Select the element under the mouse and stay in picker mode Shift+Click Shift+Click Shift+Click

Painel HTML

Estes atalhos funcionam enquanto estiver no painel Inspetor HTML.

Comando Windows macOS Linux
Delete the selected node Delete Delete Delete
Undo delete of a node Ctrl + Z Cmd + Z Ctrl + Z
Redo delete of a node Ctrl + Shift + Z / Ctrl + Y Cmd + Shift + Z / Cmd + Y Ctrl + Shift + Z / Ctrl + Y
Move to next node (expanded nodes only) Down arrow Down arrow Down arrow
Move to previous node Up arrow Up arrow Up arrow
Expand currently selected node Right arrow Right arrow Right arrow
Collapse currently selected node Right arrow Right arrow Right arrow
Step forward through the attributes of a node Tab Tab Tab
Step backward through the attributes of a node Shift + Tab Shift + Tab Shift + Tab
Start editing the selected attribute Enter Return Enter
Hide/show the selected node H H H
Focus on the search box in the HTML pane Ctrl + F Cmd + F Ctrl + F
Edit as HTML F2 F2 F2
Copy the selected node's outer HTML (new in Firefox 42) Ctrl + C Cmd + C Ctrl + C
Scroll the selected node into view (new in Firefox 44) S S S
Find the next match in the markup, when searching is active Enter Return Enter
Find the previous match in the markup, when searching is active Shift + Enter Shift + Return Shift + Enter

Barra de Breadcrumbs

Este atalhos funcionam quando a barra de breadcrumbs estiver focada.

Comando Windows macOS Linux
Move to the previous element in the breadcrumbs bar  Left arrow Left arrow Left arrow
Move to the next element in the breadcrumbs bar  Right arrow Right arrow Right arrow
Focus the HTML pane Shift + Tab Shift + Tab Shift + Tab
Focus the CSS pane Tab Tab Tab

Painel CSS

Estes atalhos funcionam quando estiver no painel de Inspetor CSS.

Comando Windows macOS Linux
Focus on the search box in the CSS pane Ctrl + F Cmd + F Ctrl + F
Clear search box content (only when the search box is focused, and content has been entered) Esc Esc Esc
Step forward through properties and values Tab Tab Tab
Step backward through properties and values Shift + Tab Shift + Tab Shift + Tab
Start editing property or value (Rules view only, when a property or value is selected, but not already being edited) Enter or Space Return or Space Enter or Space
Cycle up and down through auto-complete suggestions (Rules view only, when a property or value is being edited) Up arrow , Down arrow Up arrow , Down arrow Up arrow , Down arrow
Choose current auto-complete suggestion (Rules view only, when a property or value is being edited) Enter or Tab Return or Tab Enter or Tab
Increment selected value by 1 Up arrow Up arrow Up arrow
Decrement selected value by 1 Down arrow Down arrow Down arrow
Increment selected value by 100 Shift + Page Up Shift + Page Up Shift + Page Up
Decrement selected value by 100 Shift + Page Down Shift + Page Down Shift + Page Down
Increment selected value by 10 Shift + Up arrow Shift + Up arrow Shift + Up arrow
Decrement selected value by 10 Shift + Down arrow Shift + Down arrow Shift + Down arrow
Increment selected value by 0.1 Alt + Up arrow Opt + Up arrow Alt + Up arrow
Decrement selected value by 0.1 Alt + Down arrow Opt + Down arrow Alt + Down arrow
Show/hide more information about current property (Computed view only, when a property is selected, new in Firefox 49) Enter or Space Return or Space Enter or Space
Open MDN reference page about current property (Computed view only, when a property is selected, new in Firefox 49) F1 F1 F1
Open current CSS file in Style Editor (Computed view only, when more information is shown for a property and a CSS file reference is focused, new in Firefox 49) Enter Return Enter

Depurador

Comando Windows macOS Linux
Open the Debugger Ctrl + Shift + S Cmd + Opt + S Ctrl + Shift + S
Search for a string in the current file Ctrl + F  Cmd + F Ctrl + F
Find next in the current file Ctrl + G  Cmd + G  Ctrl + G 
Search for function definitions Ctrl + D Cmd + D Ctrl + D
Search for scripts by name Ctrl + P  Cmd + P Ctrl + P
Resume execution when at a breakpoint F8 F8 1 F8
Step over F10 F10 1 F10
Step into F11 F11 1 F11
Step out Shift + F11 Shift + F11 1 Shift + F11

1. By default, on some Macs, the function key is remapped to use a special feature: for example, to change the screen brightness or the volume. See this guide to using these keys as standard function keys. To use a remapped key as a standard function key, hold the Function key down as well (so to open the Profiler, use Shift + Function + F5).

Note: Before Firefox 66, the combination Ctrl + Shift + S on Windows and Linux or Cmd + Opt + S on macOS would open/close the Debugger. From Firefox 66 and later, this is no longer the case.

Consola da Web

Comando Windows macOS Linux
Open the Web Console Ctrl + Shift + K Cmd + Opt + K Ctrl + Shift + K
Search in the message display pane Ctrl + F Cmd + F Ctrl + F
Clear the object inspector pane Escape Escape Escape
Focus on the command line Ctrl + Shift + K Cmd + Opt + K Ctrl + Shift + K
Clear output

Ctrl + L

From Firefox 44:

Ctrl + Shift + L

Ctrl + L

Ctrl + L

From Firefox 44:

Ctrl + Shift + L

Intérprete da linha de comando

Estes atalhos aplicam-se quando estiver no intérprete da linha de comando.

Comando Windows macOS Linux
Scroll to start of console output (only if the command line is empty) Home Home Home
Scroll to end of console output (only if the command line is empty) End End End
Page up through console output Page up Page up Page up
Page down through console output Page down Page down Page down
Go backward through command history Up arrow Up arrow Up arrow
Go forward through command history Down arrow Down arrow Down arrow
Move to the beginning of the line Home Ctrl + A Ctrl + A
Move to the end of the line End Ctrl + E Ctrl + E
Execute the current expression Enter Return Enter
Add a new line, for entering multiline expressions Shift + Enter Shift + Return Shift + Enter

Janela de 'Completar Automaticamente'

Este atalhos aplicam-se enquanto a janela de completar automaticamente estiver aberta:

Comando Windows macOS Linux
Choose the current autocomplete suggestion Tab Tab Tab
Cancel the autocomplete popup Escape Escape Escape
Move to the previous autocomplete suggestion Up arrow Up arrow Up arrow
Move to the next autocomplete suggestion Down arrow Down arrow Down arrow
Page up through autocomplete suggestions Page up Page up Page up
Page down through autocomplete suggestions Page down Page down Page down
Scroll to start of autocomplete suggestions Home Home Home
Scroll to end of autocomplete suggestions End End End

Editor de Estilo

Comando Windows macOS Linux
Abrir o Editor de Estilo Shift + F7 Shift + F7 Shift + F7
Abrir janela 'Completar Automaticamente' Ctrl + Space Cmd + Space Ctrl + Space

Scratchpad

Comando Windows macOS Linux
Open the Scratchpad Shift + F4 Shift + F4 Shift + F4
Run Scratchpad code Ctrl + R Cmd + R Ctrl + R
Run Scratchpad code, display the result in the object inspector Ctrl + I Cmd + I Ctrl + I
Run Scratchpad code, insert the result as a comment Ctrl + L Cmd + L Ctrl + L
Re-evaluate current function Ctrl + E Cmd + E Ctrl + E
Reload the current page, then run Scratchpad code Ctrl + Shift + R Cmd + Shift + R Ctrl + Shift + R
Save the pad Ctrl + S Cmd + S Ctrl + S
Open an existing pad Ctrl + O Cmd + O Ctrl + O
Create a new pad Ctrl + N Cmd + N Ctrl + N
Close Scratchpad Ctrl + W Cmd + W Ctrl + W
Pretty print the code in Scratchpad Ctrl + P Cmd + P Ctrl + P
Show autocomplete suggestions Ctrl + Space Ctrl + Space Ctrl + Space
Show inline documentation Ctrl + Shift + Space Ctrl + Shift + Space Ctrl + Shift + Space

Eyedropper

Comando Windows macOS Linux
Selecionar a cor atual Enter Return Enter
Rejeitar o Eyedropper Escape Escape Escape
Mover 1 píxel Arrow keys Arrow keys Arrow keys
Mover 10 píxeis Shift + arrow keys Shift + arrow keys Shift + arrow keys