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

@@ -83,7 +83,13 @@ li(id="system-dropdown" class="right")
tr(id="hid-mouse-squash" class="feature-disabled")
+menu_switch_notable("hid-mouse-squash-switch", "Squash relative moves", true, true)
tr
+menu_switch_notable("hid-mouse-reverse-scrolling-switch", "Reverse scrolling", true, false)
td Reverse scrolling:
td
table
tr
+menu_switch_notable("hid-mouse-reverse-scrolling-switch", "Y", true, false)
td   
+menu_switch_notable("hid-mouse-reverse-panning-switch", "X", true, false)
tr
+menu_switch_notable("hid-mouse-cumulative-scrolling-switch", "Cumulative scrolling", true, false)
tr