curl --request POST \
--url http://localhost:2468/v1/desktop/keyboard/press \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"modifiers": {
"alt": true,
"cmd": true,
"ctrl": true,
"shift": true
}
}
'{
"ok": true
}Performs a health-gated xdotool key operation against the managed
desktop.
curl --request POST \
--url http://localhost:2468/v1/desktop/keyboard/press \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"modifiers": {
"alt": true,
"cmd": true,
"ctrl": true,
"shift": true
}
}
'{
"ok": true
}