fix(display): fix bruno send_keyboard_input json body

This commit is contained in:
E44
2026-01-03 16:46:01 +01:00
parent 628e7cb5c6
commit 18eddde385
+3 -1
View File
@@ -12,10 +12,12 @@ patch {
body:json {
{
"key": "VK_T"
"key": "VK_T",
"action": "press"
}
}
settings {
encodeUrl: true
timeout: 0
}