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