diff options
| author | Phil Crosby | 2011-01-30 02:15:26 -0800 |
|---|---|---|
| committer | Phil Crosby | 2011-01-30 02:15:26 -0800 |
| commit | 83fee9f86c90b06df78465264850e91e6a94e9b5 (patch) | |
| tree | 3d2a177ea872e828b05aeb630f649d760205a8cc /commands.js | |
| parent | ae73ad02e936f66bb894fca5da13a631bcd14d31 (diff) | |
| download | vimium-83fee9f86c90b06df78465264850e91e6a94e9b5.tar.bz2 | |
Tighten up the layout of the help dialog
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 d7066bd1..66263905 100644 --- a/commands.js +++ b/commands.js @@ -176,9 +176,9 @@ var commandDescriptions = { focusInput: ["Focus the first (or n-th) text box on the page", { passCountToFunction: true }], - activateLinkHintsMode: ["Enter link hints mode to open links in current tab"], - activateLinkHintsModeToOpenInNewTab: ["Enter link hints mode to open links in new tab"], - activateLinkHintsModeWithQueue: ["Enter link hints mode to open multiple links in a new tab"], + activateLinkHintsMode: ["Open a link in the current tab"], + activateLinkHintsModeToOpenInNewTab: ["Open a link in a new tab"], + activateLinkHintsModeWithQueue: ["Open multiple links in a new tab"], enterFindMode: ["Enter find mode"], performFind: ["Cycle forward to the next find match"], @@ -218,8 +218,8 @@ var commandGroups = { "reload", "toggleViewSource", "zoomIn", "zoomOut", "zoomReset", "copyCurrentUrl", "goUp", "enterInsertMode", "focusInput", "activateLinkHintsMode", "activateLinkHintsModeToOpenInNewTab", "activateLinkHintsModeWithQueue", - "goPrevious", "goNext", - "enterFindMode", "performFind", "performBackwardsFind", "nextFrame"], + "goPrevious", "goNext", "nextFrame"], + findCommands: ["enterFindMode", "performFind", "performBackwardsFind"], historyNavigation: ["goBack", "goForward"], tabManipulation: |
