Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firebug shortcut {Ctrl + Shift + C} toggles Firefox Developer Tools instead of Firebug Inspect Element

  • 4 replies
  • 12 have this problem
  • 26 views
  • Last reply by BenjiR

How I can I disable Firefox's shortcut key for {Ctrl + Shift + C} so that Firebug can take it's usual action of element selection? This has only recently started since Firefox updated itself to v25.0.

How I can I disable Firefox's shortcut key for {Ctrl + Shift + C} so that Firebug can take it's usual action of element selection? This has only recently started since Firefox updated itself to v25.0.

Chosen solution

You could disable the built-in Inspector by setting the devtools.inspector.enabled to false on the about:config page (search devtools.*.enabled for more).

Read this answer in context 👍 8

All Replies (4)

Chosen Solution

You could disable the built-in Inspector by setting the devtools.inspector.enabled to false on the about:config page (search devtools.*.enabled for more).

Try out this add-on; Customizable Shortcuts. It not only lets you know what the sortcuts are, but you can change them if you want. Customizable Shortcuts

Keys that are found under the devtoolsKeyset might be harder to modify with an extension.
Note that you can also do this via the Options button the Developer toolbox.

Thanks cor-el, this fixed the problem.