Firefox Developer Tools (Windows) Tastatürkürzel 

Firefox Developer Tools (Windows)  

Zeynel -
31 days ago
- Tastaturkürzel
These shortcuts work in the main browser window to open the specified tool. The same shortcuts will work to close tools hosted in the Toolbox, if the tool is active. For tools like the Browser Console that open in a new window, you have to close the window to close the tool.
1
Ctrl + ↑  Shift + I

Open Toolbox (with the most recent tool activated)

1
Ctrl + ↑  Shift + I

Bring Toolbox to foreground (if the Toolbox is in a separate window and not in foreground)

0
oder F12
0
Ctrl + ↑  Shift + I

Close Toolbox (if the Toolbox is in a separate window and in foreground)

0
oder F12
0
Ctrl + ↑  Shift + K

Open Web Console

0
Ctrl + ↑  Shift + C

Toggle “Pick an element from the page” (opens the Toolbox and/or focus the Inspector tab)

0
↑  Shift + F7

Open Style Editor

0
↑  Shift + F5

Open Profiler

0
Ctrl + ↑  Shift + E

Open Network Monitor

0
Ctrl + ↑  Shift + M

Toggle Responsive Design Mode

0
Ctrl + ↑  Shift + J

Open Browser Console

0
Ctrl + Alt + ↑  Shift + I

Open Browser Toolbox

0
↑  Shift + F9

Storage Inspector

0
Ctrl + ↑  Shift + Z

Open Debugger

Werbung

These shortcuts work whenever the toolbox is open, no matter which tool is active.
0
Ctrl + ]

Cycle through tools left to right

0
Ctrl + [

Cycle through tools right to left

0
F1

Toggle between active tool and settings.

0
Ctrl + ↑  Shift + D

Toggle toolbox between the last 2 docking modes

0
Esc

Toggle split console (except if console is the currently selected tool)

0
These

shortcuts work in all tools that are hosted in the toolbox:

0
Ctrl + +

Increase font size

0
Ctrl + -

Decrease font size

0
Ctrl + 0

Reset font size

In the Editor Preferences section of the developer tools settings, you can choose to use Vim, Emacs, or Sublime Text key bindings instead.
To select these, visit about:config, select the setting devtools.editor.keymap, and assign “vim” or “emacs”, or “sublime” to that setting. If you do this, the selected bindings will be used for all the developer tools that use the source editor. You need to reopen the editor for the change to take effect.
0
Ctrl + J Dann Ctrl + G

Go to line

0
Ctrl + F

Find in file

0
Ctrl + A

Select all

0
Ctrl + X

Cut

0
Ctrl + C

Copy

0
Ctrl + V

Paste

0
Ctrl + Z

Undo

0
Ctrl + ↑  Shift + Z

Redo

0
oder Ctrl + Y
0
Tab

Indent

0
↑  Shift + Tab

Unindent

0
Alt +

Move line(s) up

0
Alt +

Move line(s) down

0
Ctrl + /

Comment/uncomment line(s)

0
Ctrl + ↑  Shift + C

Inspect Element

0

Select the element under the mouse and cancel picker mode

0
↑  Shift +

Select the element under the mouse and stay in picker mode

These shortcuts work while you’re in the Inspector’s HTML pane.
0
Del

Delete the selected node

0
Ctrl + Z

Undo delete of a node

0
Ctrl + ↑  Shift + Z

Redo delete of a node

0
oder Ctrl + Y
0

Move to next node (expanded nodes only)

0

Move to previous node

0
Home

Move to first node in the tree.

0
End

Move to last node in the tree.

Werbung

0

Expand currently selected node

0

Collapse currently selected node

0
⤶ Enter

(When a node is selected) move inside the node so you can start stepping through attributes.

0
Tab

Step forward through the attributes of a node

0
↑  Shift + Tab

Step backward through the attributes of a node

0
⤶ Enter

(When an attribute is selected) start editing the attribute

0
H

Hide/show the selected node

0
Ctrl + F

Focus on the search box in the HTML pane

0
F2

Edit as HTML

0
F2

Stop editing HTML

0
oder Ctrl + ⤶ Enter
0
Ctrl + C

Copy the selected node’s outer HTML

0
S

Scroll the selected node into view

0
⤶ Enter

Find the next match in the markup, when searching is active

0
↑  Shift + ⤶ Enter

Find the previous match in the markup, when searching is active

These shortcuts work when the breadcrumbs bar is focused.
0

Move to the previous element in the breadcrumbs bar

0

Move to the next element in the breadcrumbs bar

0
↑  Shift + Tab

Focus the HTML pane

0
Tab

Focus the CSS pane

These shortcuts work when you’re in the Inspector’s CSS panel
0
Ctrl + F

Focus on the search box in the CSS pane

0
Esc

Clear search box content (only when the search box is focused, and content has been entered)

0
Tab

Step forward through properties and values

0
↑  Shift + Tab

Step backward through properties and values

0
⤶ Enter

or Space  Start editing property or value (Rules view only, when a property or value is selected, but not already being edited)

0
  

Cycle up and down through auto-complete suggestions (Rules view only, when a property or value is being edited)

0
⤶ Enter

or Tab    Choose current auto-complete suggestion (Rules view only, when a property or value is being edited)

0

Increment selected value by 1

0

Decrement selected value by 1

0
Shift + Page Up

Increment selected value by 100

0
Shift + Page Down

Decrement selected value by 100

0
↑  Shift +

Increment selected value by 10

0
↑  Shift +

Decrement selected value by 10

0
Ctrl +

Increment selected value by 0.1

0
Ctrl +

Decrement selected value by 0.1

0
⤶ Enter

Show/hide more information about current property (Computed view only, when a property is selected)

0
oder Space
0
F1

Open MDN reference page about current property (Computed view only, when a property is selected)

0
⤶ Enter

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

Keyboard shortcuts for the Firefox JavaScript Debugger.
0
Ctrl + W

Close current file

0
Ctrl + F

Search for a string in the current file

0
Ctrl + ↑  Shift + F

Search for a string in all files

0
Ctrl + G

Find next in the current file

0
Ctrl + P

Search for scripts by name

0
F8

Resume execution when at a breakpoint

0
F10

Step over

0
F11

Step into

0
↑  Shift + F11

Step out

0
Ctrl + B

Toggle breakpoint on the currently selected line

0
Ctrl + ↑  Shift + B

Toggle conditional breakpoint on the currently selected line

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.
0
Ctrl + ↑  Shift + K

Open the Web Console

0
Ctrl + F

Search in the message display pane

0
Ctrl +

Open the object inspector pane

0
Esc

Clear the object inspector pane

0
Ctrl + ↑  Shift + K

Focus on the command line

0
Ctrl + ↑  Shift + L

Clear output

0
Home

Scroll to start of console output (only if the command line is empty)

0
End

Scroll to end of console output (only if the command line is empty)

0
Page Up

Page up through console output

0
Page Down

Page down through console output

0

Go backward through command history

0

Go forward through command history

0
F9

Initiate reverse search through command history/step backwards through matching commands

0
↑  Shift + F9

Step forward through matching command history (after initiating reverse search)

0
Home

Move to the beginning of the line

0
End

Move to the end of the line

0
⤶ Enter

Execute the current expression

0
↑  Shift + ⤶ Enter

Add a new line, for entering multiline expressions

0
Tab

Choose the current autocomplete suggestion

0
Esc

Cancel the autocomplete popup

0

Move to the previous autocomplete suggestion

0

Move to the next autocomplete suggestion

0
Page Up

Page up through autocomplete suggestions

0
Page Down

Page down through autocomplete suggestions

0
Home

Scroll to start of autocomplete suggestions

0
End

Scroll to end of autocomplete suggestions

0
↑  Shift + F7

Open the Style Editor

0
Ctrl + Space

Open autocomplete popup

0
Ctrl + G

Find Next

0
↑  Shift + Ctrl + G

Find Previous


Teilen Sie diese Seite auf:
Ist diese Seite hilfreich?
0 0

Programminformationen

Programmname: Firefox Developer Tools (Windows) Firefox Developer Tools (Windows) (Entwicklerwerkzeuge)

Website: firefox-source-docs.mozilla.or...

So einfach drücken Sie Tastenkombinationen: 87%

Weitere Informationen >>

Anzahl der Verknüpfungen: 135

Plattform erkannt: Windows oder Linux

Ähnliche Programme



Benutzeroperationen

Firefox Developer Tools (Windows) zu den Favoriten hinzufügen

Werbung


Was ist Ihr Lieblings-Hotkey für Firefox Developer Tools (Windows) ? Habt ihr dazu nützliche Tipps? Informieren Sie unten andere Benutzer darüber.


Nur registrierte Benutzer können Links posten.
 
Noch keine Kommentare. Fragen Sie oder geben Sie den ersten ein!

Neueste Artikel