Skip to content

Commit

Permalink
Issue 5352 (Allow rebind of Help/F1 shortcut key in Firebug's Customize
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Mar 30, 2012
1 parent f11943a commit 2518540
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extension/locale/en-US/firebug.properties
Expand Up @@ -1124,7 +1124,9 @@ firebug.shortcut.tip.increaseTextSize=Increase the text sizes used in Firebug
firebug.shortcut.decreaseTextSize.label=Decrease Text Size
firebug.shortcut.tip.decreaseTextSize=Decrease the text sizes used in Firebug
firebug.shortcut.normalTextSize.label=Normal Text Size
firebug.shortcut.tip.normalTextSize=Resets the text sizes used in Firebug to the default
firebug.shortcut.tip.normalTextSize=Reset the text sizes used in Firebug to the default
firebug.shortcut.help.label=Open help
firebug.shortcut.tip.help=Open the page answering the frequently asked questions

firebug.panel_selector=Panel Selector

Expand Down
1 change: 1 addition & 0 deletions extension/modules/loader.js
Expand Up @@ -340,6 +340,7 @@ FirebugLoader.defaultPrefs = {
"key.shortcut.increaseTextSize": "accel +",
"key.shortcut.decreaseTextSize": "accel -",
"key.shortcut.normalTextSize": "accel 0",
"key.shortcut.help": "VK_F1",

// Accessibility
"a11y.enable": false,
Expand Down

0 comments on commit 2518540

Please sign in to comment.