Type a key sequence
kvm://host/input/command/key
{
"keys": "ctrl+alt+t"
}
Remote connector
KVM Control maps remote keyboard, mouse and screen-capture actions to kvm:// routes so a host can drive another machine over the URI contract, gated by policy. Intended for lab automation and assisted remote control, not unattended access.
a host that grants input-control permissions (e.g. uinput / accessibility)kvm://host/input/command/key
{
"keys": "ctrl+alt+t"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=kvm' | bash
Ten connector jest planowany. Instalator jest widoczny na potrzeby projektowania kontraktu, ale wykonanie jest wyłączone, dopóki pakiet connectora nie będzie dostępny.
{
"id": "kvm",
"name": "KVM Control",
"status": "planned",
"uriSchemes": [
"kvm"
],
"routes": [
"kvm://host/input/command/key",
"kvm://host/input/command/move",
"kvm://host/screen/query/capture"
],
"install": {
"mode": "planned",
"pipSpec": "urirun-connector-kvm"
},
"hubUrl": "https://connect.ifuri.com/connectors/kvm"
}