Search Support

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

Weird Inspector hotkey behaviour

  • 4 replies
  • 2 have this problem
  • 7 views
  • Last reply by 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?

All Replies (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.

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