mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
fix(key) switchKey: command -> ctrlMeta
This commit is contained in:
parent
cf12d2eb82
commit
14a8f25476
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ var CloudCmd, Util, DOM;
|
|||
break;
|
||||
|
||||
case Key.BACKSLASH:
|
||||
if (command)
|
||||
if (ctrlMeta)
|
||||
CloudCmd.loadDir({
|
||||
path: '/'
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue