Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

Weird Inspector hotkey behaviour

  • 4 yanıt
  • 2 kişi bu sorunu yaşıyor
  • 7 gösterim
  • Son yanıtı yazan: 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?

Tüm Yanıtlar (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 tarafından tarihinde düzenlendi

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