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) {
|
if ($("hid-outputs-mouse-box").outputs !== mouse_outputs) {
|
||||||
let html = "";
|
let html = "";
|
||||||
for (let args of [
|
for (let args of [
|
||||||
["USB", "usb", false],
|
["Absolute", "usb", false],
|
||||||
["USB Win98", "usb_win98", false],
|
["Abs-Win98", "usb_win98", false],
|
||||||
["USB Relative", "usb_rel", true],
|
["Relative", "usb_rel", true],
|
||||||
["PS/2", "ps2", true],
|
["PS/2", "ps2", true],
|
||||||
["Off", "disabled"],
|
["Off", "disabled"],
|
||||||
]) {
|
]) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user