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: '/' });