From 770e301a1455a823c30fa9d4bed41c109165949b Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Wed, 23 May 2012 09:11:48 -0700 Subject: Fix #539: 'F' (Open a link in a new tab) no longer works This was a regression introduced by e97088b3d552243e833496ff81992d3895afec0d. Thanks holygeek for making the fix so easy. --- background_scripts/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts') diff --git a/background_scripts/commands.js b/background_scripts/commands.js index 83ef050f..c9061822 100644 --- a/background_scripts/commands.js +++ b/background_scripts/commands.js @@ -184,7 +184,7 @@ var commandDescriptions = { focusInput: ["Focus the first (or n-th) text box on the page", { passCountToFunction: true }], 'linkHints.activateMode': ["Open a link in the current tab"], - 'linkHints.activateWithCurrentUrl': ["Open a link in a new tab"], + 'linkHints.activateModeToOpenInNewTab': ["Open a link in a new tab"], 'linkHints.activateModeWithQueue': ["Open multiple links in a new tab"], enterFindMode: ["Enter find mode"], -- cgit v1.2.3