summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2023-04-25 02:47:56 +0300
committerMaxim Devaev <[email protected]>2023-04-25 03:01:12 +0300
commitcbf0a8b8f24c44733d57d97094075383da4381d3 (patch)
tree2e13fb59442ba3bcf2eda0684f61a997291cfb5b /web/kvm/index.html
parent987684bc82eeb692f9cce3af3aa3df2ea42d9773 (diff)
refactoring, reverted mouse scroll mode
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 44779b01..10c47d44 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -276,13 +276,6 @@
</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">
@@ -301,6 +294,13 @@
</div>
</td>
</tr>
+ <tr>
+ <td>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>
</table>
</div>
</details>