POST
/
api
/
keyboard
/
hotkey
curl --request POST \
  --url http://localhost:4242/{computer_name}/api/keyboard/hotkey \
  --header 'Content-Type: application/json' \
  --data '{
  "display_num": 1,
  "keys": [
    "ctrl",
    "c"
  ]
}'
"<any>"

Body

application/json

Keys to press simultaneously

Response

200
application/json

Successfully pressed the hotkey combination

The response is of type any.