diff options
Diffstat (limited to 'background_scripts/commands.coffee')
| -rw-r--r-- | background_scripts/commands.coffee | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 628b7273..282474ab 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -164,9 +164,6 @@ defaultKeyMappings = "g0": "firstTab" "g$": "lastTab" - "Ml": "moveTabLeft" - "Mr": "moveTabRight" - "W": "moveTabToNewWindow" "t": "createTab" "yt": "duplicateTab" @@ -253,8 +250,8 @@ commandDescriptions = moveTabToNewWindow: ["Move tab to new window", { background: true }] togglePinTab: ["Pin/unpin current tab", { background: true }] - moveTabLeft: ["Move tab to the left", { background: true }] - moveTabRight: ["Move tab to the right", { background: true }] + moveTabLeft: ["Move tab to the left", { background: true, passCountToFunction: true }] + moveTabRight: ["Move tab to the right", { background: true, passCountToFunction: true }] "Vomnibar.activate": ["Open URL, bookmark, or history entry"] "Vomnibar.activateInNewTab": ["Open URL, bookmark, history entry, in a new tab"] |
