pikvm/pikvm#1094: web: separate switch for reversed scrolling and panning

This commit is contained in:
Maxim Devaev
2023-08-24 13:16:00 +03:00
parent e78d3e03ec
commit 81d67c6ed7
3 changed files with 33 additions and 9 deletions

View File

@@ -286,13 +286,28 @@
</td>
</tr>
<tr>
<td>Reverse scrolling:</td>
<td align="right">
<div class="switch-box">
<input type="checkbox" id="hid-mouse-reverse-scrolling-switch">
<label for="hid-mouse-reverse-scrolling-switch"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
<td>Reverse scrolling:</td>
<td>
<table>
<tr>
<td>Y:</td>
<td align="right">
<div class="switch-box">
<input type="checkbox" id="hid-mouse-reverse-scrolling-switch">
<label for="hid-mouse-reverse-scrolling-switch"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
<td>&nbsp;&nbsp;</td>
<td>X:</td>
<td align="right">
<div class="switch-box">
<input type="checkbox" id="hid-mouse-reverse-panning-switch">
<label for="hid-mouse-reverse-panning-switch"><span class="switch-inner"></span><span class="switch"></span></label>
</div>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Cumulative scrolling:</td>