Disable IME while noVNC is working, since IME intercept key events and
make them broken.
This commit is contained in:
parent
8dfd916946
commit
c599e56689
|
|
@ -129,6 +129,7 @@ html {
|
||||||
background-color:#313131;
|
background-color:#313131;
|
||||||
border-bottom-right-radius: 800px 600px;
|
border-bottom-right-radius: 800px 600px;
|
||||||
/*border-top-left-radius: 800px 600px;*/
|
/*border-top-left-radius: 800px 600px;*/
|
||||||
|
imeMode: disabled;
|
||||||
}
|
}
|
||||||
|
|
||||||
#noVNC_container, #noVNC_canvas {
|
#noVNC_container, #noVNC_canvas {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue