본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

"Scratchpad" troubles

  • 2 답장
  • 1 이 문제를 만남
  • 6 보기
  • 최종 답변자: cor-el

more options

Hello.

After the multi-processing update in Firefox, i can use Firebug plugin normally. So, i use default developer panel, and here i have found a very necessary feature, Scratchpad build-in into developer panel. And this service have some hot-keys. One of them is "Ctrl + R" which execute code. Simple scratchpad, in the window works fine with it, but in console version this key reload the page. And i cant rebind this key in settings or in browser config.

Can u fix this issue? Thank you.

Hello. After the multi-processing update in Firefox, i can use Firebug plugin normally. So, i use default developer panel, and here i have found a very necessary feature, Scratchpad build-in into developer panel. And this service have some hot-keys. One of them is "Ctrl + R" which execute code. Simple scratchpad, in the window works fine with it, but in console version this key reload the page. And i cant rebind this key in settings or in browser config. Can u fix this issue? Thank you.

모든 댓글 (2)

more options

The shortcut issue you describe appears to have been reported as bug 995756 a few years ago and even has a dupe, but there hasn’t been any recent activity for it. It should take little to have this fixed though; perhaps you can post a reply or vote in the bug, or we can ask for speeding up the fix.

The Menu Wizard add-on enables you to remap shortcut keys, but unfortunately it does not seem to be able to do so for the Scratchpad component.

If you really want a speedy fix for productivity or other reasons, you could open up the omni.ja file residing in the [drive:\]Program Files\Mozilla Firefox\browser folder (it’s a zip file, rename if needed), browse for the scratchpad.dtd file and replace the run.key entry with another non-conflicting one, such as "u". Then put that file in the zip file, rename it back to omni.ja and replace the original file that you should of course put aside as a backup. Note that this is about the omni file in the browser subfolder, not the one in the parent folder. I haven’t tested it but am sure it should work, at least with a Nightly zip version. Of course the omni.ja file will be overwritten with any Firefox update.

Side note: I assume you are aware of the fact Firebug will no longer be updated and you are advised to use Firefox Devtools instead?

Does this help?

more options

If I use the DOM Inspector then I see no access keys for these buttons (these would be in the Scratchpad menu bar that isn't present), so it currently is not possible to use shortcut keys.

  • view-source:chrome://devtools/content/scratchpad/scratchpad.xul
<toolbarbutton id="sp-toolbar-run"
               class="devtools-toolbarbutton"
               label="&run.label;"
               command="sp-cmd-run"/>