summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsamhed <samuel@cendio.se>2014-04-04 17:28:44 +0200
committersamhed <samuel@cendio.se>2014-04-04 17:28:44 +0200
commitb98fed2f69878cf733495a71d71602c5a9de0606 (patch)
treedf763816010a9015d31db839ef44b2c52785ab82
parentdf0ee70e36d2c93e584004df0598779ec02316d1 (diff)
downloadnovnc-b98fed2f69878cf733495a71d71602c5a9de0606.tar.gz
Aim to disable text suggestions and the like
-rw-r--r--vnc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc.html b/vnc.html
index cf2fd25..f72154a 100644
--- a/vnc.html
+++ b/vnc.html
@@ -64,8 +64,8 @@
<input type="image" alt="Keyboard" src="images/keyboard.png"
id="showKeyboard" class="noVNC_status_button"
value="Keyboard" title="Show Keyboard"/>
- <input type="text" autocapitalize="off" autocorrect="off"
- id="keyboardinput" class="" value="&nbsp;"/>
+ <input type="email" id="keyboardinput" autocapitalize="off"
+ autocorrect="off" autocomplete="off" spellcheck="false">
<div id="noVNC_extra_keys">
<input type="image" alt="Extra keys" src="images/showextrakeys.png"
id="showExtraKeysButton" class="noVNC_status_button">