hmp-commands.hx: fix button_state doc

Right & middle buttons are inverted (see hmp_mouse_button)

Acked-by: Dr. David Alan Gilbert <dave@treblig.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau
2026-06-08 16:41:42 +04:00
parent b0df6e2f2c
commit 831f8eb710

View File

@@ -752,13 +752,13 @@ ERST
.name = "mouse_button",
.args_type = "button_state:i",
.params = "state",
.help = "change mouse button state (1=L, 2=M, 4=R)",
.help = "change mouse button state (1=L, 2=R, 4=M)",
.cmd = hmp_mouse_button,
},
SRST
``mouse_button`` *val*
Change the active mouse button state *val* (1=L, 2=M, 4=R).
Change the active mouse button state *val* (1=L, 2=R, 4=M).
ERST
{