Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

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