summaryrefslogtreecommitdiff
path: root/web/kvm/navbar-system.pug
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2021-08-17 15:01:04 +0300
committerMaxim Devaev <[email protected]>2021-08-17 15:01:04 +0300
commit586c7d20778e1e30ea802f489a71c2d2dd0b18f6 (patch)
tree4cfa698e07142f9cadef94fc3b24d5f510be5b82 /web/kvm/navbar-system.pug
parentb7cf7b4523c28bed43346bb593add7ff4bc993e1 (diff)
pikvm/pikvm#281: adjustable relative mouse sensitivity
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r--web/kvm/navbar-system.pug4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug
index 96a5fa5c..db6ddb3d 100644
--- a/web/kvm/navbar-system.pug
+++ b/web/kvm/navbar-system.pug
@@ -55,6 +55,10 @@ li(class="right")
td Mouse #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/mouse.md") mode]:
td #[div(id="hid-outputs-mouse-box" class="radio-box")]
table(class="kv")
+ tr(id="hid-mouse-sens" class="feature-disabled")
+ td Relative mouse sensitivity:
+ td #[input(disabled type="range" id="hid-mouse-sens-slider" class="slider")]
+ td(id="hid-mouse-sens-value" class="value" style="min-width: 30px; max-width:30px")
tr(id="hid-mouse-squash" class="feature-disabled")
+menu_switch_notable("hid-mouse-squash-switch", "Squash relative mouse moves", true, true)
tr(id="hid-connect" class="feature-disabled")