What is the keyboard shortcut to inspect an element using Firefox?

In Chrome you can press Command+Option+c to switch directly into element inspection mode. What's the equivilent keyboard shortcut in Firefox?

2 Answers

F12 opens it for me in Chrome and in Firefox

2

See: Firefox Developer Tools Documentation

  • Windows & Linux: Ctrl + Shift + C
  • Mac: Cmd + Opt + C

Also, these will open and close the dev tools:

  • Windows & Linux: Ctrl + Shift + I
  • Mac: Cmd + Opt + I

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like