Presses multiple keys simultaneously to perform a hotkey combination.
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>"
Keys to press simultaneously
Successfully pressed the hotkey combination
The response is of type any.
any