Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3674890
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T02:54:33+00:00 2026-05-19T02:54:33+00:00

Is there a way to customize Firebug’s keyboard shortcuts? I love being able to

  • 0

Is there a way to customize Firebug’s keyboard shortcuts? I love being able to step through JavaScript code using Firebug’s Script panel, but it looks like I’m limited to either using the default keyboard shortcuts for stepping over/into/out of code or using the mouse to click the appropriate button.

Am I missing something?

Is there some secret about:config hack in Firefox/Firebug that would help me?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T02:54:34+00:00Added an answer on May 19, 2026 at 2:54 am

    You can change them manually. Go to this directory:

    In recent versions the extension comes in a single file with the extension XPI. Just rename it to ZIP, create a directory and extract its contents into it.

    Linux:

    .mozilla/firefox/*****.default/extensions/firebug@software.joehewitt.com/ 
    

    Windows:

    %APPDATA%\Mozilla\Firefox\Profiles\<profile>\extensions\firebug@software.joehewitt.com\
    

    Then modify this file (these are my remapping settings):

    content/firebug/debugger/script/scriptPanel.js (Firebug 2.0)

        this.keyListeners =
        [
            chrome.keyCodeListen("F5", Events.isShift, Obj.bind(this.rerun, this, context), true),
            chrome.keyCodeListen("F5", null, Obj.bind(this.resume, this, context), true),
            chrome.keyCodeListen("F6", null, Obj.bind(this.stepOver, this, context), true),
            chrome.keyCodeListen("F7", null, Obj.bind(this.stepInto, this, context)),
            chrome.keyCodeListen("F8", null, Obj.bind(this.stepOut, this, context))
        ];
    

    content/firebug/js/scriptPanel.js (before Firebug 2.0)

        this.keyListeners =
        [
            chrome.keyCodeListen("F5", null, Obj.bind(this.resume, this, context), true),
            chrome.keyListen("/", Events.isControl, Obj.bind(this.resume, this, context)),
            chrome.keyCodeListen("F6", null, Obj.bind(this.stepOver, this, context), true),
            chrome.keyListen("'", Events.isControl, Obj.bind(this.stepOver, this, context)),
            chrome.keyCodeListen("F7", null, Obj.bind(this.stepInto, this, context)),
            chrome.keyListen(";", Events.isControl, Obj.bind(this.stepInto, this, context)),
            chrome.keyCodeListen("F8", null, Obj.bind(this.stepOut, this, context)),
            chrome.keyListen(",", Events.isControlShift, Obj.bind(this.stepOut, this, context))
        ];
    

    In versions before 2.0 you should also change the localization file, so the tooltips should the correct keys:

    locale/en-US/firebug.properties

    firebug.Continue=Continue (F5)
    firebug.StepOver=Step Over (F6)
    firebug.StepInto=Step Into (F7)
    firebug.StepOut=Step Out (F8)
    

    And that is all. Unfortunately, you have to do it every time you update Firebug. Though there is already a request to allow their customization directly within Firebug.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to customize the iphone keyboard? Say I want the number
is there the way to customize a DatePicker? That is my Layout-Code. <?xml version=1.0
Is there any way to customize javascript prompt box? I want to make my
Is there a way to customize the SBCL REPL in a way that makes
Is there a way to customize a favorite or bookmark icon for Android? I
What is the way (if there is a way) to customize the menu (the
is there any way to customize Dotnetnuke captcha control? I want to change background
Is there a way to customize the method that is called when someone touches
Is there any way to customize Java application's title bar? I don't mean app
Is there a way to customize the directory where grails install-plugin installs a plugin?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.