|
@@ -68,23 +68,23 @@
|
|
|
value="Keyboard" title="Show Keyboard"/>
|
|
|
<input type="email" autocapitalize="off" autocorrect="off"
|
|
|
id="keyboardinput" class=""/>
|
|
|
- <ul id="noVNC_extra_keys">
|
|
|
- <li><input type="image" src="images/showextrakeys.png"
|
|
|
- id="showExtraKeysButton"
|
|
|
- class="noVNC_status_button"></li>
|
|
|
- <li><input type="image" src="images/ctrl.png"
|
|
|
- id="toggleCtrlButton"
|
|
|
- class="noVNC_status_button"></li>
|
|
|
- <li><input type="image" src="images/alt.png"
|
|
|
- id="toggleAltButton"
|
|
|
- class="noVNC_status_button"></li>
|
|
|
- <li><input type="image" src="images/tab.png"
|
|
|
- id="sendTabButton"
|
|
|
- class="noVNC_status_button"></li>
|
|
|
- <li><input type="image" src="images/esc.png"
|
|
|
- id="sendEscButton"
|
|
|
- class="noVNC_status_button"></li>
|
|
|
- </ul>
|
|
|
+ <div id="noVNC_extra_keys">
|
|
|
+ <input type="image" src="images/showextrakeys.png"
|
|
|
+ id="showExtraKeysButton"
|
|
|
+ class="noVNC_status_button">
|
|
|
+ <input type="image" src="images/ctrl.png"
|
|
|
+ id="toggleCtrlButton"
|
|
|
+ class="noVNC_status_button">
|
|
|
+ <input type="image" src="images/alt.png"
|
|
|
+ id="toggleAltButton"
|
|
|
+ class="noVNC_status_button">
|
|
|
+ <input type="image" src="images/tab.png"
|
|
|
+ id="sendTabButton"
|
|
|
+ class="noVNC_status_button">
|
|
|
+ <input type="image" src="images/esc.png"
|
|
|
+ id="sendEscButton"
|
|
|
+ class="noVNC_status_button">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|