From 85406049e7048081f004ad8b01c8ec3818ed1974 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Thu, 7 Mar 2013 05:32:06 +0000 Subject: Fixed repetion and unmapped command --- background_scripts/commands.coffee | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'background_scripts') 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"] -- cgit v1.2.3