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">
|
||||
|
||||
@@ -80,6 +80,10 @@ li(id="system-dropdown" class="right")
|
||||
td Relative sensitivity:
|
||||
td(class="value-slider") #[input(disabled type="range" id="hid-mouse-sens-slider" class="slider")]
|
||||
td(id="hid-mouse-sens-value" class="value-number")
|
||||
tr
|
||||
td Mouse Scroll Rate:
|
||||
td(class="value-slider") #[input(type="range" id="hid-mouse-scroll-slider" class="slider")]
|
||||
td(id="hid-mouse-scroll-value" class="value-number")
|
||||
tr(id="hid-mouse-squash" class="feature-disabled")
|
||||
+menu_switch_notable("hid-mouse-squash-switch", "Squash relative moves", true, true)
|
||||
tr
|
||||
|
||||
Reference in New Issue
Block a user