Disable IME while noVNC is running, or IME may intercept key events and

make them broken.
This commit is contained in:
Hirokazu Takahashi 2012-09-25 15:56:45 +09:00
parent 3516bdf3fa
commit 70dae7d4f3
1 changed files with 1 additions and 0 deletions

View File

@ -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 {