From c599e56689b0be15dd08012991773804ca91ccd3 Mon Sep 17 00:00:00 2001 From: Hirokazu Takahashi Date: Tue, 25 Sep 2012 15:56:45 +0900 Subject: [PATCH] Disable IME while noVNC is working, since IME intercept key events and make them broken. --- include/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/include/base.css b/include/base.css index 3a2feb33..3aa30ee9 100644 --- a/include/base.css +++ b/include/base.css @@ -129,6 +129,7 @@ html { background-color:#313131; border-bottom-right-radius: 800px 600px; /*border-top-left-radius: 800px 600px;*/ + imeMode: disabled; } #noVNC_container, #noVNC_canvas {