diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 01911ae1..91408ba2 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -154,14 +154,31 @@ <button class="row33" disabled data-force-hide-menu id="stream-screenshot-button">• Screenshot</button> <button class="row33" disabled id="stream-reset-button">Reset stream</button> </div> - <div class="feature-disabled" id="mouse-squash"> + <div class="feature-disabled" id="hid-outputs"> + <hr> + <table class="kv"> + <tr> + <td>Keyboard:</td> + <td> + <div class="radio-box" id="hid-outputs-keyboard"></div> + </td> + </tr> + <tr> + <td>Mouse:</td> + <td> + <div class="radio-box" id="hid-outputs-mouse"></div> + </td> + </tr> + </table> + </div> + <div class="feature-disabled" id="hid-mouse-squash"> <hr> <table class="kv"> - <td>Squash mouse moves:</td> + <td>Squash relative mouse moves:</td> <td align="right"> <div class="switch-box"> - <input checked type="checkbox" id="mouse-squash-checkbox"> - <label for="mouse-squash-checkbox"><span class="switch-inner"></span><span class="switch"></span></label> + <input checked type="checkbox" id="hid-mouse-squash-checkbox"> + <label for="hid-mouse-squash-checkbox"><span class="switch-inner"></span><span class="switch"></span></label> </div> </td> </table> |