Files
PLG-MuDiCS/requests/keyboardInput.bru
T
2025-08-17 13:37:10 +02:00

22 lines
207 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"
}
}
settings {
encodeUrl: true
}