Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji
Wątek został zarchiwizowany. Jeśli potrzebujesz pomocy, zadaj nowe pytanie.
Rozwiązane Zarchiwizowany

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

BenjiR odpowiedziano
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.

Wszystkie odpowiedzi (4)

Wybrane rozwiązanie

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.