From 1d79e1964d1fff846f76ce4263183faaa0a2dfaf Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 14 Dec 2014 07:55:33 +0000 Subject: Remove default binding for LinkHints.activateModeToDownloadLink. LinkHints.activateModeToDownloadLink is newly-added, and hasn't been in a release before. It's an advanced command, and it's not clear it warrants a default binding. --- background_scripts/commands.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 10fa323b..585ef572 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -207,8 +207,6 @@ defaultKeyMappings = "F": "LinkHints.activateModeToOpenInNewTab" "": "LinkHints.activateModeWithQueue" - "af": "LinkHints.activateModeToDownloadLink" - "/": "enterFindMode" "n": "performFind" "N": "performBackwardsFind" -- cgit v1.2.3