Updated the comment in vnc.html to reflect the changes made in last commit.
This commit is contained in:
parent
eeda79d3c3
commit
8f4a291b16
7
vnc.html
7
vnc.html
|
|
@ -64,9 +64,10 @@
|
||||||
<input type="image" alt="Keyboard" src="images/keyboard.png"
|
<input type="image" alt="Keyboard" src="images/keyboard.png"
|
||||||
id="showKeyboard" class="noVNC_status_button"
|
id="showKeyboard" class="noVNC_status_button"
|
||||||
value="Keyboard" title="Show Keyboard"/>
|
value="Keyboard" title="Show Keyboard"/>
|
||||||
<!-- There is a problem with the "Enter"-key on Android in Chrome,
|
<!-- Note that Google Chrome on Android doesn't respect any of these,
|
||||||
when pressed the on screen keyboard is closed, this could be
|
html attributes which attempt to disable text suggestions on the
|
||||||
fixed if Chrome implemented the ime-mode style for example -->
|
on-screen keyboard. Let's hope Chrome implements the ime-mode
|
||||||
|
style for example -->
|
||||||
<textarea id="keyboardinput" autocapitalize="off"
|
<textarea id="keyboardinput" autocapitalize="off"
|
||||||
autocorrect="off" autocomplete="off" spellcheck="false"
|
autocorrect="off" autocomplete="off" spellcheck="false"
|
||||||
mozactionhint="Enter" onsubmit="return false;"
|
mozactionhint="Enter" onsubmit="return false;"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue