diff options
author | Maxim Devaev <[email protected]> | 2023-10-23 08:10:19 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-10-23 08:10:19 +0300 |
commit | 4038754c375e38d5379a701ea5d65411bfb19034 (patch) | |
tree | 16e501286e95aa88228624747bd805c652c97bc8 /web/kvm/index.html | |
parent | 73f96fa0c7fb9cda167521349c646a7b9a91253b (diff) |
pikvm/pikvm#57: Mouse jiggler
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 15e1ea4e..74485ade 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -339,6 +339,15 @@ </td> </tr> <tr> + <td>Mouse jiggler:</td> + <td align="right"> + <div class="switch-box"> + <input disabled type="checkbox" id="hid-jiggler-switch"> + <label for="hid-jiggler-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> + <tr> <td>Mute HID input events:</td> <td align="right"> <div class="switch-box"> |