Send keyboard keypresses and text.
Request
POST /api/keyboard
Keypress
{
"key": "CTRL+A"
}
Text
{
"text": "This is some text."
}
Response
Keypress
{
"message": "Keypress sent",
"key": "CTRL+A"
}
Text
{
"message": "Text sent",
"text": "This is some text."
}