mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
Add scroll rate slider, with proper pug support (#131)
This commit is contained in:
@@ -276,6 +276,13 @@
|
||||
</td>
|
||||
<td class="value-number" id="hid-mouse-sens-value"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Mouse Scroll Rate:</td>
|
||||
<td class="value-slider">
|
||||
<input class="slider" type="range" id="hid-mouse-scroll-slider">
|
||||
</td>
|
||||
<td class="value-number" id="hid-mouse-scroll-value"></td>
|
||||
</tr>
|
||||
<tr class="feature-disabled" id="hid-mouse-squash">
|
||||
<td>Squash relative moves:</td>
|
||||
<td align="right">
|
||||
|
||||
Reference in New Issue
Block a user