diff options
Diffstat (limited to 'web/share/js/kvm/hid.js')
-rw-r--r-- | web/share/js/kvm/hid.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/share/js/kvm/hid.js b/web/share/js/kvm/hid.js index 91300fd9..b87fa6f7 100644 --- a/web/share/js/kvm/hid.js +++ b/web/share/js/kvm/hid.js @@ -155,9 +155,9 @@ export function Hid(__getGeometry, __recorder) { if ($("hid-outputs-mouse-box").outputs !== mouse_outputs) { let html = ""; for (let args of [ - ["USB", "usb", false], - ["USB Win98", "usb_win98", false], - ["USB Relative", "usb_rel", true], + ["Absolute", "usb", false], + ["Abs-Win98", "usb_win98", false], + ["Relative", "usb_rel", true], ["PS/2", "ps2", true], ["Off", "disabled"], ]) { |