mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
pikvm/pikvm#57: Mouse jiggler
This commit is contained in:
@@ -338,6 +338,15 @@
|
||||
</div>
|
||||
</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">
|
||||
|
||||
@@ -99,6 +99,8 @@ li(id="system-dropdown" class="right")
|
||||
table(class="kv")
|
||||
tr(id="hid-connect" class="feature-disabled")
|
||||
+menu_switch_notable("hid-connect-switch", "Connect HID to Server", true, true)
|
||||
tr
|
||||
+menu_switch_notable("hid-jiggler-switch", "Mouse jiggler", false, false)
|
||||
tr
|
||||
+menu_switch_notable("hid-mute-switch", "Mute HID input events", true, false)
|
||||
tr(id="v3-usb-breaker" class="feature-disabled")
|
||||
|
||||
Reference in New Issue
Block a user