diff --git a/include/ui.js b/include/ui.js index f8524632..bc5c9970 100644 --- a/include/ui.js +++ b/include/ui.js @@ -854,7 +854,7 @@ keyInput: function(event) { // another session there has to always be text in the // keyboardinput element with which backspace can interact. // We also need to reset the input field text to avoid overflow. - elem.value = "x"; + elem.value = '\u00a0'; }, keyInputBlur: function() { diff --git a/vnc.html b/vnc.html index 9157c29f..cf2fd25a 100644 --- a/vnc.html +++ b/vnc.html @@ -65,7 +65,7 @@ id="showKeyboard" class="noVNC_status_button" value="Keyboard" title="Show Keyboard"/> + id="keyboardinput" class="" value=" "/>