]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
system/vl: Update description for input grab key
authorTianlan Zhou <bobby825@126.com>
Wed, 21 Feb 2024 19:52:10 +0000 (03:52 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 22 Feb 2024 05:59:16 +0000 (08:59 +0300)
Input grab key should be Ctrl-Alt-g, not just Ctrl-Alt.

Fixes: f8d2c9369b ("sdl: use ctrl-alt-g as grab hotkey")
Signed-off-by: Tianlan Zhou <bobby825@126.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
system/vl.c

index a82555ae15585a2cdb89e4282cf734bd89966735..b8469d9965da79a9374aa9fe339efc1429810064 100644 (file)
@@ -891,7 +891,7 @@ static void help(int exitcode)
     printf("\nDuring emulation, the following keys are useful:\n"
            "ctrl-alt-f      toggle full screen\n"
            "ctrl-alt-n      switch to virtual console 'n'\n"
-           "ctrl-alt        toggle mouse and keyboard grab\n"
+           "ctrl-alt-g      toggle mouse and keyboard grab\n"
            "\n"
            "When using -nographic, press 'ctrl-a h' to get some help.\n"
            "\n"