Files
PLG-MuDiCS/display/requests/keyboardInput.bru
T

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
}