Send input events
Send keypress event
{ "key": "UP" }
curl -X POST -H "Content-Type: application/json" -d '{"key":"UP"}' http://localhost:8085/keypress
ESC
A
Z
HOME
UP
LEFT
RIGHT
DOWN
Licensed under MIT (LICENSE or https://opensource.org/licenses/MIT).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.