From 14a8f25476a6b1e25fb00c32cdfff8154f55aded Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 23 Oct 2014 07:39:19 -0400 Subject: [PATCH] fix(key) switchKey: command -> ctrlMeta --- lib/client/key.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/key.js b/lib/client/key.js index 123bce78..61f45ea4 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -408,7 +408,7 @@ var CloudCmd, Util, DOM; break; case Key.BACKSLASH: - if (command) + if (ctrlMeta) CloudCmd.loadDir({ path: '/' });