Merge branch 'focus' of https://github.com/CendioOssman/noVNC
This commit is contained in:
4
vnc.html
4
vnc.html
@@ -329,9 +329,9 @@
|
||||
style for example -->
|
||||
<textarea id="noVNC_keyboardinput" autocapitalize="off"
|
||||
autocorrect="off" autocomplete="off" spellcheck="false"
|
||||
mozactionhint="Enter"></textarea>
|
||||
mozactionhint="Enter" tabindex="-1"></textarea>
|
||||
|
||||
<canvas id="noVNC_canvas" width="0" height="0">
|
||||
<canvas id="noVNC_canvas" width="0" height="0" tabindex="-1">
|
||||
Canvas not supported.
|
||||
</canvas>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user