From 9890e1700f1348ac6284f185e296b8e4402ffa51 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Mon, 23 Jan 2012 12:42:04 +0100 Subject: restructure fuzzy mode flow --- commands.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'commands.js') diff --git a/commands.js b/commands.js index 1c19e26a..2cfd5cfa 100644 --- a/commands.js +++ b/commands.js @@ -144,8 +144,8 @@ function clearKeyMappingsAndSetDefaults() { "b": "activateBookmarkFindMode", "B": "activateBookmarkFindModeToOpenInNewTab", - "o": "fuzzyMode.activate", - "O": "fuzzyMode.activateNewTab", + "o": "fuzzyMode.activateAll", + "O": "fuzzyMode.activateAllNewTab", "gf": "nextFrame", }; @@ -214,8 +214,8 @@ var commandDescriptions = { activateBookmarkFindMode: ["Open a bookmark in the current tab"], activateBookmarkFindModeToOpenInNewTab: ["Open a bookmark in a new tab"], - 'fuzzyMode.activate': ["Open URL, bookmark, history entry or a custom search (fuzzy)"], - 'fuzzyMode.activateNewTab': ["Open URL, bookmark, history entry or a custom search (fuzzy, new tab)"], + 'fuzzyMode.activateAll': ["Open URL, bookmark, history entry or a custom search (fuzzy)"], + 'fuzzyMode.activateAllNewTab': ["Open URL, bookmark, history entry or a custom search (fuzzy, new tab)"], nextFrame: ["Cycle forward to the next frame on the page", { background: true, passCountToFunction: true }] }; @@ -236,7 +236,7 @@ var commandGroups = { "enterInsertMode", "focusInput", "linkHints.activateMode", "linkHints.activateModeToOpenInNewTab", "linkHints.activateModeWithQueue", "activateBookmarkFindMode", "activateBookmarkFindModeToOpenInNewTab", - "fuzzyMode.activate", "fuzzyMode.activateNewTab", + "fuzzyMode.activateAll", "fuzzyMode.activateAllNewTab", "goPrevious", "goNext", "nextFrame"], findCommands: ["enterFindMode", "performFind", "performBackwardsFind"], historyNavigation: -- cgit v1.2.3