mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(key) ctrl + u: open view-source of a browser
This commit is contained in:
parent
f40f49ba8b
commit
44e6cc0384
1 changed files with 3 additions and 1 deletions
|
|
@ -354,8 +354,10 @@ var CloudCmd, Util, DOM;
|
|||
break;
|
||||
|
||||
case Key.U:
|
||||
if (ctrlMeta)
|
||||
if (ctrlMeta) {
|
||||
DOM.swapPanels();
|
||||
event.preventDefault();
|
||||
}
|
||||
break;
|
||||
|
||||
/* навигация по таблице файлов *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue