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?
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:
Windows:
Then modify this file (these are my remapping settings):
content/firebug/debugger/script/scriptPanel.js (Firebug 2.0)
content/firebug/js/scriptPanel.js (before Firebug 2.0)
In versions before 2.0 you should also change the localization file, so the tooltips should the correct keys:
locale/en-US/firebug.properties
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.