diff options
author | Maxim Devaev <[email protected]> | 2021-07-23 22:38:01 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-07-23 22:38:01 +0300 |
commit | 11bf43de9236c77497fadf262bb99bd968a5a576 (patch) | |
tree | 0b1e99da7b0b590648ff998f5c7191086b5c2ccd /web/kvm/navbar-system.pug | |
parent | 189ff593792918d3bf95c1d61c66a80fcb67744d (diff) |
separate keyboard and mouse output handling
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index 03910cb2..96a5fa5c 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -48,12 +48,12 @@ li(class="right") div(id="hid-outputs" class="feature-disabled") hr table(class="kv") - tr + tr(id="hid-outputs-keyboard", class="feature-disabled") td Keyboard mode: - td #[div(id="hid-outputs-keyboard" class="radio-box")] - tr + td #[div(id="hid-outputs-keyboard-box" class="radio-box")] + tr(id="hid-outputs-mouse", class="feature-disabled") td Mouse #[a(target="_blank" href="https://github.com/pikvm/pikvm/blob/master/pages/mouse.md") mode]: - td #[div(id="hid-outputs-mouse" class="radio-box")] + td #[div(id="hid-outputs-mouse-box" class="radio-box")] table(class="kv") tr(id="hid-mouse-squash" class="feature-disabled") +menu_switch_notable("hid-mouse-squash-switch", "Squash relative mouse moves", true, true) |