From ae3c85bc130ed9cc54d31a90794dae2779239b24 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sat, 2 Mar 2013 22:56:31 -0500 Subject: Map moveTabToNewWindow to `W`. We should reserve easily-pressed keys for commonly-used actions. --- background_scripts/commands.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background_scripts/commands.coffee') diff --git a/background_scripts/commands.coffee b/background_scripts/commands.coffee index 08496e6b..158f724d 100644 --- a/background_scripts/commands.coffee +++ b/background_scripts/commands.coffee @@ -163,7 +163,7 @@ defaultKeyMappings = "g0": "firstTab" "g$": "lastTab" - "w": "moveTabToNewWindow" + "W": "moveTabToNewWindow" "t": "createTab" "yt": "duplicateTab" "x": "removeTab" -- cgit v1.2.3