chore(display/keyboardInput): follow new docs [untested]

This commit is contained in:
2026-01-09 11:21:02 +01:00
parent 45e8e87b35
commit 89ce7402df
3 changed files with 60 additions and 33 deletions
+6 -2
View File
@@ -12,8 +12,12 @@ patch {
body:json {
{
"key": "VK_T",
"action": "press"
"inputs": [
{
"key": "VK_T",
"action": "press"
}
]
}
}