From 70dae7d4f315064d4cbf2fe5018275f0bbc54525 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 running, or IME may 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 89b2b574..31462d9d 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;*/ + ime-mode: disabled; } #noVNC_container, #noVNC_canvas {