qmp: fix typo in input-send-event examples
Lack of two closed bracket in json commands. Signed-off-by: Amos Kong <akong@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
7fb8da2b88
commit
b5369dd841
@ -3820,13 +3820,13 @@ Press left mouse button.
|
||||
-> { "execute": "x-input-send-event",
|
||||
"arguments": { "console": 0,
|
||||
"events": [ { "type": "btn",
|
||||
"data" : { "down": true, "button": "Left" } } } }
|
||||
"data" : { "down": true, "button": "Left" } } ] } }
|
||||
<- { "return": {} }
|
||||
|
||||
-> { "execute": "x-input-send-event",
|
||||
"arguments": { "console": 0,
|
||||
"events": [ { "type": "btn",
|
||||
"data" : { "down": false, "button": "Left" } } } }
|
||||
"data" : { "down": false, "button": "Left" } } ] } }
|
||||
<- { "return": {} }
|
||||
|
||||
Example (2):
|
||||
|
Loading…
Reference in New Issue
Block a user