diff options
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 10 |
1 files changed, 5 insertions, 5 deletions
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: |
