--- title: Atalhos do Teclado slug: Tools/Keyboard_shortcuts translation_of: Tools/Keyboard_shortcuts ---
{{ToolsSidebar}}

Essa página Lista todos os atalhos de teclados para usar com as ferramentas de desenvolvedor dentro do Firefox.

A primeira seção lista o atalho para abrir cada ferramenta e a segunda seção lista atalhos que são aplicáveis à própria caixa de ferramentas. Depois disso há uma seção para cada ferramenta, que lista os atalhos que você pode usar dentro dessa ferramenta.

Por que as chaves de acesso são dependentes do local, eles não estão documentadas neste página.

Ferramentas de abertura e fechamento

Esses atalhos funcionam na janela principal do navegador para abrir a ferramenta especificada. Para ferramentas que são hospedados na caixa de ferramentas, eles trabalham para fechar a ferramenta se estiver ativo. Para ferramentas como o Console do navegador que abrir em uma nova janela, você tem que fechar a janela para fechar a ferramenta.

Comando Windows OS X Linux
Abre o Toolbox (com a ferramenta mais recente ativado) Ctrl + Shift + I Cmd + Opt + I Ctrl + Shift + I
Traz o Toolbox para primeiro plano (se a caixa de ferramentas está em uma janela separada e não em primeiro plano) Ctrl + Shift + I or F12 Cmd + Opt + I or F12 Ctrl + Shift + I or F12
Fechar Toolbox (se a caixa de ferramentas está em uma janela separada e está em primeiro plano) Ctrl + Shift + I or F12 Cmd + Opt + I or F12 Ctrl + Shift + I or F12
Abre o Web console1 Ctrl + Shift + K Cmd + Opt + K Ctrl + Shift + K
Alternar Inspetor Ctrl + Shift + I Cmd + Opt + I Ctrl + Shift + I
Abre o Debugger Ctrl + Shift + S Cmd + Opt + S Ctrl + Shift + S
Abre o Editor de Estilo (CSS) Shift + F7 Shift + F71 Shift + F7
Abre o Desempenho da Página Shift + F5 Shift + F51 Shift + F5
Abre o Monitor Ctrl + Shift + Q Cmd + Opt + Q Ctrl + Shift + Q
Altera a Barra de Desenvolvedor Shift + F2 Shift + F21 Shift + F2
Altera a Visualização de Design Responsivo Ctrl + Shift + M Cmd + Opt + M Ctrl + Shift + M
Abre o Console do navegador2 Ctrl + Shift + J Cmd + Shift + J Ctrl + Shift + J
Abre o Console do Navegador (Apartir do Firefox 39) Ctrl + Alt +Shift + I Cmd + Opt +Shift + I Ctrl + Alt +Shift + I
Abre o Scratchpad Shift + F4 Shift + F4 Shift + F4
Abre o WebIDE Shift + F8 Shift + F8 Shift + F8
Inspetor de Armazenamento3 Shift + F9 Shift + F9 Shift + F9

1. Ao contrário das outras ferramentas hospedadas na caixa de ferramentas, esse atalho também não fecha o Web Console. Em vez disso, concentra-se na linha de comando do Web Console. Para fechar o Web Console, use o atalho caixa de ferramentas global de Ctrl+Shift+I (Cmd+Opt+I no MAC).

2. Até o Firefox 38, quando o navegador Console estava oculta por uma janela do Firefox normal, a mesma combinação de teclas fecha o Console do Navegador. Do Firefox 38 em diante, se o Console do Navegador está oculta por uma janela do Firefox normal, esta combinação de teclas traz o navegador Console de volta ao topo e se concentra nele.

3. A ferramenta está desativado por padrão, de modo que o atalho não iria funcionar até que seja ativada a partir do Painel de ajustes

Caixa de Ferramentas

Estes atalhos funcionam sempre que o toolbox estiver aberto, não importando qual ferramenta esteja ativa.

Comando Windows OS X Linux
Navega pelas ferramentas da esquerda para direita Ctrl + ] Cmd + ] Ctrl + ]
Navega pelas ferramentas da direita para esquerda Ctrl + [ Cmd + [ Ctrl + [
Troca entre a ferramenta ativa e configurações Ctrl + Shift + O Cmd + Shift + O Ctrl + Shift + O
Troca entre a ferramenta ativa e configurações (no no Firefox 43) F1 F1 F1

Alterna a caixa de ferramentas entre os dois modos de posicionamento da caixa de ferramentas (novo no Firefox 41).

Ctrl + Shift + D Cmd + Shift + D Ctrl + Shift + D
Aparece e desaparece o console (exceto quando já está na aba console) ESC ESC ESC

Estes atalhos funcionam em todas as ferramentas que estão disponíveis na caixa de ferramentas.

Comando Windows OS X Linux
Aumentar o tamanho da fonte Ctrl + + Cmd + + Ctrl + +
Diminuir o tamanho da fonte Ctrl + - Cmd + - Ctrl + -
Voltar fonte para o tamanho normal Ctrl + 0 Cmd + 0 Ctrl + 0

Editor de Código

Esta tabela lista todos os atalhos padrões do editor de código.

Na seção preferências do editor em configurações das ferramentas de desenvolvimento, você pode escolher usar as associações do teclado do Vim, Emacs, ou Sublime Text.

Para selecionar este, acesse about:config, selecione configurações devtools.editor.keymap, e adicione "vim" ou "emacs", ou "sublime" para esta configuração. Se você fazer isso, as associações de tecla serão usadas para todas ferramentas da caixa de ferramentas que utilizam o editor de código. É necessário reabrir o editor de código para as configurações terem efeito.

A partir do Firefox 33, as configurações mencionadas acima podem ser realizadas nas configurações das ferramentas do desenvolvedor no na seção Editor de Preferências.

Comando Windows OS X Linux
Ir para a linha Ctrl + J Cmd + J Ctrl + J
Encontrar no arquivo Ctrl + F Cmd + F Ctrl + F
Buscar 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
Desfazer Ctrl + Z Cmd + Z Ctrl + Z
Refazer Ctrl + Shift + Z / Ctrl + Y Cmd + Shift + Z / Cmd + Y Ctrl + Shift + Z / Ctrl + Y
Identar Tab Tab Tab
Desfazer Identar Shift + Tab Shift + Tab Shift + Tab
Mover linha(s) acima Alt + Up Alt + Up Alt + Up
Mover linha(s) abaixo Alt + Down Alt + Down Alt + Down
Comentar/descomentar linha(s) Ctrl + / Cmd + / Ctrl + /

Inspetor de Página

Comando Windows OS X Linux

Abrir o Inspetor

Ctrl + Shift + C Cmd + Opt + C Ctrl + Shift + C

HTML pane

These shortcuts work while you're in the Inspector's HTML pane.

Command Windows OS X 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 Enter 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

CSS pane

These shortcuts work when you're in the Inspector's CSS pane.

Command Windows OS X Linux
Step forward through properties and values Tab Tab Tab
Step backwards through properties and values Shift + Tab Shift + Tab Shift + Tab
Increment selected value by one Up arrow Up arrow Up arrow
Decrement selected value by one Down arrow Down arrow Down arrow
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

Debugger

Command Windows OS X Linux
Open the Debugger Ctrl + Shift + S Cmd + Opt + S Ctrl + Shift + S
Search in the current source using the script filter Ctrl + F Cmd + F Ctrl + F
Find next in the current source Enter / Up arrow Enter / Up arrow Enter / Up arrow
Find previous in the current source Shift + Enter / Down arrow Shift + Enter / Down arrow Shift + Enter / Down arrow
Search in all sources using the script filter Ctrl + Alt + F Cmd + Opt + F Ctrl + Alt + F
Search for scripts by name Ctrl + P / Ctrl + O Cmd + P / Ctrl + O Ctrl + P / Ctrl + O
Search for function definitions Ctrl + D Cmd + D Ctrl + D
Filter variables when execution is paused Ctrl + Alt + V Cmd + Opt + V Ctrl + Alt + V
Resume execution when at a breakpoint F8 F81 F8
Step over F10 F101 F10
Step into F11 F111 F11
Step out Shift + F11 Shift + F111 Shift + F11
Toggle breakpoint on the currently selected line Ctrl + B Cmd + B Ctrl + B
Toggle conditional breakpoint on the currently selected line Ctrl + Shift + B Cmd + Shift + B Ctrl + Shift + B
Add selected text to Watch expressions Ctrl + Shift + E Cmd + Shift + E Ctrl + Shift + E
Go to line using the script filter Ctrl + L Cmd + L Ctrl + L
Search using the script filter Ctrl + O Cmd + O Ctrl + O

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).

Web Console

Command Windows OS X 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 Ctrl + L Ctrl + L

Command line interpreter

These shortcuts apply when you're in the command line interpreter.

Command Windows OS X Linux
Scroll to start of console output (new in Firefox 34, and only if the command line is empty) Home Home Home
Scroll to end of console output (new in Firefox 34, and 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 backwards 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 Return Return Return
Add a new line, for entering multiline expressions Shift + Return Shift + Return Shift + Return

Autocomplete popup

These shortcuts apply while the autocomplete popup is open:

Command Windows OS X 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 (new in Firefox 34) Home Home Home
Scroll to end of autocomplete suggestions (new in Firefox 34) End End End

Style Editor

Command Windows OS X Linux
Open the Style Editor Shift + F7 Shift + F7 Shift + F7
Open auto completion popup Ctrl + Space Cmd + Space Ctrl + Space

Scratchpad

Command Windows OS X 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 (new in Firefox 32) Ctrl + Space Ctrl + Space Ctrl + Space
Show inline documentation (Firefox 32 only) Shift + Space Shift + Space Shift + Space
Show inline documentation (Firefox 33 onwards) Ctrl + Shift + Space Ctrl + Shift + Space Ctrl + Shift + Space

Eyedropper

Command Windows OS X Linux
Select the current color Enter Enter Enter
Dismiss the Eyedropper Escape Escape Escape
Move by 1 pixel Arrow keys Arrow keys Arrow keys
Move by 10 pixels Shift + arrow keys Shift + arrow keys Shift + arrow keys