curl --request POST \
--url http://localhost:4242/{computer_name}/api/keyboard/key \
--header 'Content-Type: application/json' \
--data '{
"display_num": 1,
"key": "enter"
}'
"<any>"
Presses a single keyboard key.
curl --request POST \
--url http://localhost:4242/{computer_name}/api/keyboard/key \
--header 'Content-Type: application/json' \
--data '{
"display_num": 1,
"key": "enter"
}'
"<any>"
Key to press
Successfully pressed the key
The response is of type any
.