mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(key) Alt + G: replace path with "©"
This commit is contained in:
parent
a71aa83150
commit
2a215481ba
1 changed files with 3 additions and 1 deletions
|
|
@ -479,8 +479,10 @@ var CloudCmd, Util, DOM;
|
|||
break;
|
||||
|
||||
case Key.G:
|
||||
if (alt)
|
||||
if (alt) {
|
||||
DOM.goToDirectory();
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue