diff options
author | Maxim Devaev <[email protected]> | 2023-10-25 00:56:08 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-10-25 00:56:08 +0300 |
commit | 3c611121a8e077e55478b9c55b51221f25207a9d (patch) | |
tree | 4c7352556d583bd8881e2b4dac31cfdc0e6ef886 /web/kvm/navbar-system.pug | |
parent | 620b9fcc890e6ffd1016847d9ab9313aa3ce063c (diff) |
web: option to remap ctrl/caps
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index f8d53793..f41e0abb 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -69,11 +69,15 @@ li(id="system-dropdown" class="right") td Mouse #[a(target="_blank" href="https://docs.pikvm.org/mouse") mode]: td #[div(id="hid-outputs-mouse-box" class="radio-box")] details - summary Mouse settings + summary Keyboard & Mouse (HID) settings div(class="spoiler") table(class="kv") tr - td Polling interval: + +menu_switch_notable("hid-keyboard-swap-cc-switch", "Swap Left Ctrl and Caps keys", true, false) + hr + table(class="kv") + tr + td Mouse polling: td(class="value-slider") #[input(type="range" id="hid-mouse-rate-slider" class="slider")] td(id="hid-mouse-rate-value" class="value-number") tr(id="hid-mouse-sens" class="feature-disabled") |