搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Weird Inspector hotkey behaviour

  • 4 回覆
  • 2 有這個問題
  • 7 次檢視
  • 最近回覆由 morami

more options

The built in Firefox web developer tool inspector can be called with CTRL+SHIFT+I. which will show the web developer toolbar and you can also select a desired element on the page. Now, when I want to select another element and press CTRL+SHIFT+I again, it closes the toolbar. WHY ON EARTH? Is there any way to eliminate this overly annoying toggle behaviour?

I don't want to click every time on an icon, to inspect an element. I want a shortcut which always brings up the toolbar and lets me inspect any element on the page. Like firebug's CTRL+SHIFT+C does it.

Ideas?

The built in Firefox web developer tool inspector can be called with CTRL+SHIFT+I. which will show the web developer toolbar and you can also select a desired element on the page. Now, when I want to select another element and press CTRL+SHIFT+I again, it closes the toolbar. WHY ON EARTH? Is there any way to eliminate this overly annoying toggle behaviour? I don't want to click every time on an icon, to inspect an element. I want a shortcut which always brings up the toolbar and lets me inspect any element on the page. Like firebug's CTRL+SHIFT+C does it. Ideas?

所有回覆 (4)

more options

I usually right-click and press Q to inspect an element. That seems to work without closing the panel. Not sure there is a pure keyboard solution that doesn't involve clicking.

Edit: After looking at the Firebug feature, I see you want to turn on the moving highlight. I don't know of a keyboard combination does that.

由 jscher2000 - Support Volunteer 於 修改

more options

It's called Toggle Inspect Mode in Firebug and works like it's intended. It's just fckd' up in Firefox.

more options

Ctrl+Shift+i works like Ctrl+Shift+k and other toggles that open/shut the relevant pane. I don't think it was ever intended to reactivate inspect mode. Someone needs to define a new keyboard shortcut for that.

I looked into using keyconfig 20110522 for that, but I don't know how to invoke the inspector.highlighter.unlockAndFocus() method from an object available to the extension. I'm sure someone does.

more options

Thanks for your continued efforts. I'm wrestling with keyconfig, but it's a bit under-documented :).