mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 02:21:53 +08:00
configurable mouse polling rate
This commit is contained in:
@@ -190,6 +190,13 @@
|
||||
</table>
|
||||
</div>
|
||||
<table class="kv">
|
||||
<tr>
|
||||
<td>Mouse polling rate:</td>
|
||||
<td>
|
||||
<input class="slider" type="range" id="hid-mouse-rate-slider">
|
||||
</td>
|
||||
<td class="value" id="hid-mouse-rate-value" style="min-width: 30px; max-width:30px"></td>
|
||||
</tr>
|
||||
<tr class="feature-disabled" id="hid-mouse-sens">
|
||||
<td>Relative mouse sensitivity:</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user