mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 17:20:30 +08:00
renamed mouse modes
This commit is contained in:
parent
53f8b052de
commit
317a127f58
@ -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"],
|
||||
]) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user