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
This connector is planned. The installer is visible for contract design, but execution is disabled until the connector package is available.
{
"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"
}