diff options
| author | Ilya Sukhar | 2010-09-23 23:55:27 -0700 |
|---|---|---|
| committer | Ilya Sukhar | 2010-09-23 23:55:27 -0700 |
| commit | 9d18d919d51a3a8170355ab940e438d3ddbe0b7a (patch) | |
| tree | d8609e2d787e123ab3398ce1f92d92570e6f045e /commands.js | |
| parent | 0370d60be82aead007f6b0804dd5b90e6fdb1b1c (diff) | |
| parent | 7329e2dbd195c17c53acb647247194eb7536ddec (diff) | |
| download | vimium-9d18d919d51a3a8170355ab940e438d3ddbe0b7a.tar.bz2 | |
Merge branch 'master' of http://github.com/ab3/vimium into ab3-master
Conflicts:
commands.js
Diffstat (limited to 'commands.js')
| -rw-r--r-- | commands.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/commands.js b/commands.js index 635c5350..a952ae91 100644 --- a/commands.js +++ b/commands.js @@ -112,6 +112,7 @@ function clearKeyMappingsAndSetDefaults() { mapKeyToCommand('f', 'activateLinkHintsMode'); mapKeyToCommand('F', 'activateLinkHintsModeToOpenInNewTab'); + mapKeyToCommand('q', 'activeteLinkHintsModeWithQueue'); mapKeyToCommand('/', 'enterFindMode'); mapKeyToCommand('n', 'performFind'); @@ -158,6 +159,7 @@ addCommand('focusInput', 'Focus the first (or n-th) text box on the pag addCommand('activateLinkHintsMode', 'Enter link hints mode to open links in current tab'); addCommand('activateLinkHintsModeToOpenInNewTab', 'Enter link hints mode to open links in new tab'); +addCommand('activeteLinkHintsModeWithQueue', 'Enter link hints mode to open multiple links in a new tab'); addCommand('enterFindMode', 'Enter find mode'); addCommand('performFind', 'Cycle forward to the next find match'); @@ -189,7 +191,7 @@ var commandGroups = { "scrollPageUp", "scrollFullPageDown", "reload", "toggleViewSource", "zoomIn", "zoomOut", "copyCurrentUrl", "goUp", "enterInsertMode", "focusInput", - "activateLinkHintsMode", "activateLinkHintsModeToOpenInNewTab", + "activateLinkHintsMode", "activateLinkHintsModeToOpenInNewTab", "activeteLinkHintsModeWithQueue", "enterFindMode", "performFind", "performBackwardsFind", "nextFrame"], historyNavigation: ["goBack", "goForward"], |
