mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
24 lines
243 B
Plaintext
24 lines
243 B
Plaintext
meta {
|
|
name: keyboardInput
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
patch {
|
|
url: 127.0.0.1:1323/api/keyboardInput
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"key": "VK_T",
|
|
"action": "press"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|