From 44e6cc0384e00f6ec200c1d06b4ba478892baedc Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 15 May 2015 02:38:30 -0400 Subject: [PATCH] fix(key) ctrl + u: open view-source of a browser --- lib/client/key.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/client/key.js b/lib/client/key.js index 9baea6f4..0069f007 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -354,8 +354,10 @@ var CloudCmd, Util, DOM; break; case Key.U: - if (ctrlMeta) + if (ctrlMeta) { DOM.swapPanels(); + event.preventDefault(); + } break; /* навигация по таблице файлов *